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 are the advantages of a database?

0 Answers  


What is n tier architecture in dbms?

0 Answers  


What are the Different Types of Joins and How do They Work?

1 Answers  


Explain the importance of partitioning.

0 Answers  


Why dbms is used?

0 Answers  


What is the main purpose of a database?

0 Answers  


Enlist some commands of ddl, dml, and dcl.

0 Answers  


What versions of clipper does netlib support?

0 Answers  


What is an image database?

0 Answers  


What is the main purpose of normalization?

0 Answers  


Why do we use databases?

0 Answers  


Mention how deadlock can be resolved?

0 Answers  


Categories