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 different types of transaction isolation levels?

0 Answers  


What is instance in dbms?

0 Answers  


What is database management definition?

0 Answers  


explain about the critical recovery scenario you had experienced

0 Answers  


Why do we study dbms?

0 Answers  






What are the types of rdbms?

0 Answers  


With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?

0 Answers   eBay,


What are the main differences between primary key and unique key?

0 Answers  


Where is data stored in a database?

0 Answers  


Define union all operator and union.

0 Answers  


What is the instance of a relation?

0 Answers  


Explain top-n analysis in DBMS.

0 Answers   ITC Indian Tobacco Company,


Categories