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
What is graph sql?
Is primary key an index?
What is a temp table?
What is compiled query?
What is the difference between sql and isql*plus?
What is a recursive stored procedure?
What is a database? Explain
Do we need commit after truncate?
What is the difference between subquery and correlated query?
What are the different schemas objects that can be created using pl/sql?
What is normalization sql?
What are tables and fields?
How to run pl/sql statements in sql*plus?
Explain the update statement in sql
what are the 'mysql' command line arguments? : Sql dba