No. 27000 ~ 27999
27001: Invalid table information specified.
Cause Invalid table information is returned when the transaction is in prepared state.
Action Enter correct table information.
27002: Given data does not complete a row.
Cause The last row of the given data stream is not complete.
Action Send the remaining data.
27003: Data stream is invalid.
Cause The data stream is invalid.
Action Send the correct data.
27004: Invalid LONG column position.
Cause The position of the LONG column is invalid.
Action Place the LONG column in the last part of the table.
27005: Direct path buffer is empty.
Cause The DPL buffer is empty.
Action The data has not yet been loaded. Load the data and then flush it.
27006: A transaction already exists.
Cause A transaction already exists before the direct path has started.
Action Commit or roll back the existing transaction.
27007: Partitioned tables are not supported.
Cause Direct path loading is not supported for partitioned tables.
Action REMOVED.
27008: Unsupported table schema.
Cause Direct path loading is not supported for the schema.
Action Use conventional loading method instead.
27009: DPL is not yet prepared.
Cause DPL has not been started.
Action Start a prepare protocol first.
27010: Cannot perform DPL for temporary table.
Cause Cannot perform DPL for temporary table.
Action Only CPL is supported for temporary table.
27011: The table has too many columns.
Cause The table has too many columns.
Action Use the conventional loading method.
27012: DPL failed due to lack of resources.
Cause DPL failed due to lack of resources.
Action Free sufficient resources and continue.
27013: Unsupported table schema.
Cause Parallel DPL is not supported for the schema.
Action DPL is not supported for an indexed table.
27014: DPL failed due to message uncompression error.
Cause DPL failed due to message uncompression error.
Action Check if client library settings are correct.
27015: DPL failed while rebuilding index on dp finish phase.
Cause DPL failed while rebuilding index on dp finish phase.
Action Check sys.log to determine the cause of the problem.
Last updated