Database Error Messages

SQL*Loader-00479

REF directive for column string expects number arguments; found number.

Cause

The number of arguments in the REF directive for the column is incorrect.


Action

Specify the correct number of arguments for REF. Remember that the REF directive always requires a table name. Also, primary key REFs require one arguments for each field in the primary key.