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
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Can a trigger call a stored procedure?
What is the plv (pl/vision) package offers?
what is try_catch block in procedure
Is oracle sql free?
Which software is used for pl sql programming?
Why is %isopen always false for an implicit cursor?
What are sql indexes?
What is the use of procedures?
what is blob? : Sql dba
what is subquery? : Sql dba
What is meaning of <> in sql?
what are the different type of normalization? : Sql dba
Why is sql better than hql?
What is a clob in sql?