1.

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.

A SQL*Loader control file a text that defines how data files should be loaded into the database. It allows you to specify:



Discussion

No Comment Found