Chapter 25. 27000 ~ 27999

27001: Invalid table information specified.

CauseInvalid table information is returned when the transaction is in prepared state.
ActionEnter correct table information.

27002: Given data does not complete a row.

CauseThe last row of the given data stream is not complete.
ActionSend the remaining data.

27003: Data stream is invalid.

CauseThe data stream is invalid.
ActionSend the correct data.

27004: Invalid LONG column position.

CauseThe position of the LONG column is invalid.
ActionPlace the LONG column in the last part of the table.

27005: Direct path buffer is empty.

CauseThe DPL buffer is empty.
ActionThe data has not yet been loaded. Load the data and then flush it.

27006: A transaction already exists.

CauseA transaction already exists before the direct path has started.
ActionCommit or roll back the existing transaction.

27007: Partitioned tables are not supported.

CauseDirect path loading is not supported for partitioned tables.
ActionREMOVED.

27008: Unsupported table schema.

CauseDirect path loading is not supported for the schema.
ActionUse conventional loading method instead.

27009: DPL is not yet prepared.

CauseDPL has not been started.
ActionStart a prepare protocol first.

27010: Cannot perform DPL for temporary table.

CauseCannot perform DPL for temporary table.
ActionOnly CPL is supported for temporary table.

27011: The table has too many columns.

CauseThe table has too many columns.
ActionUse the conventional loading method.

27012: DPL failed due to lack of resources.

CauseDPL failed due to lack of resources.
ActionFree sufficient resources and continue.

27013: Unsupported table schema.

CauseParallel DPL is not supported for the schema.
ActionDPL is not supported for an indexed table.