I have one Excel file with 1,50,000 Records. Now I need to
load that whole file into Oracle Database with same columns
in Excel sheet .
I need PLSQL Procedure or used by SQL PLUS
Answer Posted / aryasen
If you are using SQL Developer one option is there for
importing data from excel/csv or any other files.
first u need to create table which contains all columns in
excel. then right click on that table it will give option
for import excel data to the table.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to set up sql*plus output format in oracle?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is indexing oracle sql?
Is oracle sql free?
What is column?
How long it takes to learn pl sql?
What is offset in sql query?
Why do we use sqlite?
Does truncate release storage space?
Is sql sequential or random?
What is nosql vs sql?
What are the different schemas objects that can be created using pl/sql?
What is pl sql package?
What is the syntax and use of the coalesce function?
What packages(if any) has oracle provided for use by developers?