ORA-00984 ERRORS
Error: You are trying to use sqlloader any SQL function and receive SQL*Loader-930 and an ORA-00984.
Cause: The named column's INSERT statement caused a parse error. Action: Check the message below this one in the log file for more information. Check the SQL string used for this column.
Error: ORA-00984 Text: column not allowed here
Cause: A column name was used in an expression where it is not permitted, such as in the VALUES clause of an INSERT statement. Action: Check the syntax of the statement and use column names only where appropriate. |