How copy data from Excel to a table using Oracle SQL Developer
问题 Is there any alternative way to copy the data from Excel sheet and paste it into a table using Oracle SQL Developer!? For now I am using (PL/SQL Developer) by writing (for update) at the end of the select statement, Ex: Select * from ABD for update Then paste the columns from Excel to the table... Regards Adel 回答1: It's not exactly copy and paste but you can import data from Excel using Oracle SQL Developer. Navigate to the table you want to import the data into and click on the Data tab.