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


Please Help Members By Posting Answers For Below Questions

Is foreign key mandatory?

550


What is bind variable in pl sql?

520


How do you use collections in procedure to return the resultset?

1782


what are the different functions in sorting an array? : Sql dba

576


explain normalization concept? : Sql dba

582






What is sql table?

518


What is a dynamic query?

565


What is varchar data type in sql?

512


Can dml statements be used in pl/sql?

569


What are analytical functions in sql?

531


What are local and global variables and their differences?

580


is mysql query is case sensitive? : Sql dba

554


What is difference between sql function and stored procedure?

501


describe transaction-safe table types in mysql : sql dba

497


What is sequence in sql?

501