Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: The Loader control file contains a PARTITION clause but the table being loaded is not partitioned.
Action: Remove the partition specification from the SQL*Loader control file and retry the load.
Cause: A nonexistent index was specified in the SORTED INDEXES clause.
Action: Specify an existing index as a SORTED INDEX and retry the operation.
Cause: Parallel load was specified into a table which has an index defined on it.
Action: Do one of the following:
Cause: An attempt was made to load a clustered table using the direct path.
Action: Retry the operation using the conventional path.
Cause: An attempt was made to use the INSERT option on a non-empty table.
Action: Empty the table from SQL*Plus, or use the REPLACE option.
Cause: A column which is NOT NULL in the database has a SQL*Loader NULLIF clause on it.
Action: Remove the NULLIF clause in the SQL*Loader control file.
Cause: A column which is NOT NULL in the database has a SQL*Loader DEFAULTIF clause which may evaluate to NULL.
Action: Remove the DEFAULTIF clause in the SQL*Loader control file.
Cause: A column which is NOT NULL in the database is not being loaded and will cause every row to be rejected.
Action: Load the column by specifying the NOT NULL column in the INTO TABLE clause in the SQL*Loader control file.
Cause: An attempt was made to load an object table using the direct path.
Action: Retry the operation using the conventional path.
Cause: User attempted to load a table with an object column using the direct path.
Action: Retry the operation using the conventional path.
Cause: An attempt was made to load a nested table using the direct path.
Action: Retry the operation using the conventional path.
Cause: An attempt was made to load a table with a REF column using the direct path.
Action: Retry the operation using the conventional path.
Cause: An attempt was made to load a table with an array column using the direct path.
Action: Retry the operation using the conventional path.
Cause: The record indicated caused an ORACLE error on insert.
Action: Determine the ORACLE error and correct the record. The offending column(s) are not known.
Cause: Global indexes are defined on a table when direct path loading a single partition of the table.
Action: Remove the global index from the named table and retry the operation.
Cause: The column specified in the loader control file does not exist.
Action: Ensure that the column exists and that you have privileges on it. Correct the loader control file if it is incorrect.
Cause: The specified column of SQL column type name is not supported by the direct path loader.
Action: If the column is NULLable, remove it from the control file description. Then it will be loaded as a NULL.
Cause: Non-partitioned index information was successfully added to the log file.
Action: No action required. This is an informational message only.
Cause: Partitioned index information was successfully added to the loader log file.
Action: No action required. This is an informational message only.
Cause: A non-partitioned index was made index unusable due to the error displayed in the accompanying error message.
Action: Depending on the error, either rebuild the index, or drop and re-create it.
Cause: A partition of a partitioned index was made index unusable due to error displayed in the accompanying error message.
Action: Depending on the error, either rebuild the index partition, or drop and re-create the entire index.
Cause: The SKIP_UNUSABLE_INDEXES option was specified and the index segment was in an unusable state prior to the beginning of the load.
Action: This is an informational message only. You will need to do one of the following: rebuild the index or index partition re-create the index
Cause: A request was made that index maintenance be skipped on a direct path load.
Action: The listed index was put into Index Unusable state due to a request that index maintenance be skipped. You will need to do one of the following:
Cause: A unique index is in IU state (a unique index cannot have index maintenance skipped by using the SKIP_UNUSABLE_INDEXES option).
Action: Either rebuild the index or index partition, or use SKIP_INDEX_MAINTENANCE if the client is SQL*Loader.
Cause: A partition of a unique index is in IU state (a unique index cannot have index maintenance skipped by using the SKIP_UNUSABLE_INDEXES option).
Action: Either rebuild the index or index partition, or use SKIP_INDEX_MAINTENANCE if the client is SQL*Loader.
Cause: An index is in IU state prior to the beginning of a direct path load, it cannot be maintained by the loader.
Action: Either rebuild the index, re-create the index, or use either SKIP_UNUSABLE_INDEXES or SKIP_INDEX_MAINTENANCE (Sql*Loader only).
Cause: A partition of an index is in IU state prior to the beginning of a direct path load; it cannot be maintained by the loader.
Action: Either rebuild the index partition, re-create the index, or use either SKIP_UNUSABLE_INDEXES or SKIP_INDEX_MAINTENANCE (Sql*Loader only).
Cause: A logical index error occurred on a partitioned index which affected one or more index partitions, which are listed in an accompanying error message.
Action: The affected index partitions will have to be re-built, or, the entire index dropped and re-created.
Cause: A index error occurred during the index maintenance phase of a direct path load. The load cannot continue. See the accompanying error message.
Action: See the accompanying error message for more information.
Cause: An index error occurred during direct-load of an index-organized table. Loading had to be aborted. No rows were loaded.
Action: Check the key just following the number of keys mentioned above. This key caused the index problem mentioned in an earlier message.