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 a record in a database ? : Sql dba
What is the requirement of self-join?
What are sql ddl commands?
What are schema-level triggers?
Differentiate between pl/sql and sql?
What is a boolean in sql?
what is bcp? When does it used? : Sql dba
Does truncate require commit?
Can a select statement fire a trigger?
What is materialized view. What are different methods of refresh?
how to shutdown mysql server? : Sql dba
what is a database? : Sql dba
What is the use of index in sql?
What is the location of pre_defined_functions.
How many tables can a sql database have?