I have one Excel file with 1,50,000 Records. Now I need to
load that whole file into Oracle Database with same columns
in Excel sheet .
I need PLSQL Procedure or used by SQL PLUS
Answer Posted / sajid siddiki
Please use sqlldr on UNIX or Ora Loader software to load any
kind of file(txt,xls) into system.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use cursors?
What is the max nvarchar size?
What is a composite primary key?
What is a data definition language?
What are sql*plus environment variables?
How do I run a program in pl sql?
What are procedures used for?
Difference between table function and pipelined function?
how to drop an existing table in mysql? : Sql dba
How do we accept inputs from user during runtime?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
How run sql*plus commands that are stored in a local file?
Why we use join in sql?
Explain raise_application_error.
what is the difference between clustered and non clustered index in sql? : Sql dba