SQL (Structured Query Language) Question:
Download Questions PDF

What is SQL*Loader?

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>.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is sql COMPUTE?What is sql Consistency?