I have one Excel file with 80,000 Records. Now I need to
load that whole file into Oracle Database with same columns
in Excel sheet .
How can i do that?

Answers were Sorted based on User's Feedback



I have one Excel file with 80,000 Records. Now I need to load that whole file into Oracle Database ..

Answer / shamimul

An excel file cannot store more than 64K records.

To load an excel file, we will have to convert it to a
delimited format. the load it using sqlldr

Is This Answer Correct ?    5 Yes 2 No

I have one Excel file with 80,000 Records. Now I need to load that whole file into Oracle Database ..

Answer / bibekananda pradhan

An excel file cannot store more than 64K records.

To load an excel file, we will have to convert it to a
delimited format. the load it using sqlldr

Is This Answer Correct ?    2 Yes 0 No

I have one Excel file with 80,000 Records. Now I need to load that whole file into Oracle Database ..

Answer / ur_momma

Sqlldr is kinda oldschool these days, external tables is
the way to do it with the delimited file.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Database Management Interview Questions

What is the use of PARFILE option in EXP command ?

1 Answers  


What is the use of CONSTRAINTS option in EXP command ?

1 Answers  


What are procedures in dbms?

0 Answers  


What is implicit cursor in dbms?

0 Answers  


What is view dbms?

0 Answers  






What are the SQL clauses supported in the link property sheet ?

1 Answers  


What do you mean by durability in dbms?

0 Answers  


How we can connect the Webform pages with database?

0 Answers   HCL,


What do you understand by b-trees?

0 Answers  


Can group by and ordered by used in a single query?

0 Answers  


Which is better saving files in database or in file system?

0 Answers  


How to change database dialect?

0 Answers  


Categories