Oracle7 Server Messages
02476-02479: Parallel Direct Loader
This section lists messages generated when the parallel direct path mode is used to load data into the database. See also range ORA-02351 to ORA-02375 for direct path loader messages.
ORA-02476 cannot create index due to parallel direct load on table
Cause: | A parallel direct load is occurring to the specified table. | |
Action: | Retry the statement after the load is complete. | |
ORA-02477 cannot perform parallel direct load on object "name"
Cause: | A parallel direct load is not possible because an index is being created on
the table. | |
Action: | Retry the load after the index creation is complete. | |
ORA-02478 merge into base segment would overflow MAXEXTENTS limit
Cause: | Merge of temporary segment into base segment failed because MAXEXTENTS was larger than the total in the temporary and base segments. | |
Action: | Use a larger value for MAXEXTENTS on the base segment or make the extents in the temporary segments larger. | |
ORA-02479 error while translating file name for parallel load
Cause: | The specified name of the database file to load with data was invalid. | |
Action: | Specify a valid database filename. | |