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 / yankee
Probably, u have to save the file in ur hard disk(namely in
ur D drive) first eg. sourav.txt
Then open pl/sql developer and open a command window. And
then type in: @ D:\sourav.txt
All the rows will be updated.. finally "commit" it.
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
Explain the types of joins in sql?
How to set up sql*plus output format in oracle?
Can you have more than one key in a database?
Can we alter stored procedure?
Does inner join return duplicate rows?
What is information schema in sql?
What is difference between cursor and trigger?
what is unique key constraint? : Sql dba
What are joins in sql?
What does the hierarchical profiler does?
what is offset-fetch filter in tsql? : Transact sql
What is package in pl sql?
How do I order columns in sql?
How do I create a sql script?
What does subquery mean in sql?