Answers

Question and Answer:

  Home  Oracle Database

⟩ What Is a SQL*Loader Control File?

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.

 146 views

More Questions for you: