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

what is 'trigger' in sql? : Sql dba

646


What is normalization in a database?

715


What is sql query limit?

611


Does a primary key have to be a number?

604


How do you use a while loop in pl sql?

617






Do we need to create index on primary key?

556


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2161


What is the current version of sql?

649


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

733


How do I pipe the output of one isql to another?

620


How do you copy a table in sql?

658


Is sql easier than java?

627


How do you create a unique index?

663


What is difference between sql and mysql?

639


What is a temporal data type?

679