QUESTION POSED ON: 05 February 2007
I have a control file and a CSV file, and now I have a form where I can
browse these two files and on submission of this form I want to write a
PL/SQL procedure which can actually perform the action of a SQL Loader
and then load that Excel file into the database table specified in the
control file.
Actually I can do that from the command prompt like this: c:sqlldr
username/password control="control file path"
I want the process for how I can execute this command using a PL/SQL
procedure. Thanks in advance.
|