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 / madhu
I NEED PL/SQL PROCEDURE
we can't use sqlplus,why because we can't upload the data
in single statement,So we need pl/sql procedure
or else dump the data using with sql loader
by using command prompt in SQL LOADER
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is trigger in sql? Explain
Explain the uses of a database trigger?
What is foreign key and example?
What are transaction and its controls?
What will you get by the cursor attribute sql%rowcount?
What does seeding a database mean?
How do I view a table in sql?
Which is faster union or join?
Is delete faster than truncate?
Can we rollback truncate?
How to convert comma separated string to array in pl/sql?
What are basic techniques of indexing?
What are the different ddl commands in sql?
what is the difference between union and union all? : Sql dba
How does sql profiler work?