SQL and PL/SQL Question: Download SQL and PL/SQL PDF

What is SQL*Loader?

Tweet Share WhatsApp

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 and PL/SQL PDF Read All 45 SQL and PL/SQL Questions
Previous QuestionNext Question
What is Mutating SQL Table?The most important DDL statements in SQL are?