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
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 |
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 |
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 |
What are the advantages of a database?
What is n tier architecture in dbms?
What are the Different Types of Joins and How do They Work?
Explain the importance of partitioning.
Why dbms is used?
What is the main purpose of a database?
Enlist some commands of ddl, dml, and dcl.
What versions of clipper does netlib support?
What is an image database?
What is the main purpose of normalization?
Why do we use databases?
Mention how deadlock can be resolved?