Home Answers Viewqa SQL What is SQLLoader?

 
 


hemant kumar
What is SQLLoader?
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

What is SQLLoader?

View Answers

November 15, 2010 at 4:54 PM


Hi,

Here is the answer,

SQL Loader is a product for moving data in external files into tables in an Oracle database. To load data from external files into an Oracle database, two types of input must be provided to SQL*Loader : the data itself and the control file. The control file describes the data to be loaded. It describes the Names and format of the data files, Specifications for loading data and the Data to be loaded (optional). Invoking the loader sqlload username/password controlfilename <options>.

Thanks.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.