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
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
Datatab.After clicking on the data tab you should notice a drop down that says

Actions...Click
Actions...and select the bottom optionImport Data...Then just follow the wizard to select the correct sheet, and columns that you want to import.
EDIT : To view the data tab :
SCHEMAwhere your table is created.(Choose from the Connections tab on the left pane).SCHEMAand chooseSCHEMA BROWSER.DATAtab.ActionsandImport Data...