Import Excel File to Oracle

Is there any way to import the excel data in to oracle database without using the SQL loader, please let me know.

Questions by rkrajendran

Showing Answers 1 - 1 of 1 Answers

Well,if you have less data ,you can just copy the data; for example

select * from table for update

then open the lock, then copy  the data from excel to the database;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions