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 equi-join?

1 Answers  


What is snow flake schema design in database? What's the difference between star and snow flake schema?

0 Answers  


What are the different technologies used to access Database from Visual Basic?

0 Answers   CGI,


What is data abstraction in dbms?

0 Answers  


explain about the critical recovery scenario you had experienced

0 Answers  


When is a .FMB file extension is created in Forms 4.5 ?

1 Answers  


What is the advantages and disadvantages of database management system?

0 Answers  


what are the differences between network and hierarchical database model?

0 Answers  


What is a Built_in subprogram ?

0 Answers  


What is the difference between case version and decode version?

0 Answers  


Dept wise avrage salary

2 Answers   HCL, IBM, TCS,


What is the biggest advantage of rdbms?

0 Answers  


Categories