Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What Is a SQL*Loader Control File?
Answer:
A SQL*Loader control file a text that defines how data files should be loaded into the database. It allows you to specify:
► Where is the input data file.
► The format of the input date file.
► The target table where the data should be loaded.
► How input data fields should be mapped to target table columns.
► Select criteria to select input records for loading.
► Where to output errors.
► Where is the input data file.
► The format of the input date file.
► The target table where the data should be loaded.
► How input data fields should be mapped to target table columns.
► Select criteria to select input records for loading.
► Where to output errors.
Download Oracle Database Interview Questions And Answers
PDF
Previous Question | Next Question |
What Is SQL*Loader? | How To Load Data with SQL*Loader? |