Chapter 6. 6000 ~ 6999

6001: Internal error: DD search failed.

CauseFailed to search DD (Data Dictionary) due to an internal error.
ActionContact the technical support team.

6002: Synonym translation is no longer valid.

CauseThe target schema or object does not exist.
ActionChange the definition of the synonym so that the synonym refers to a valid object.

6003: Sequence \"%1$s\" has not been accessed in this session: no CURRVAL available.

CauseCURRVAL cannot be used since the indicated sequence has not been used in the current session.
ActionCURRVAL can be used only after NEXTVAL has been used in the same session.

6004: Sequence \"%1$s\" has exceeded its available range.

CauseAll values available in sequence are already used.
ActionModify the range of the sequence by using an ALTER SEQUENCE statement.

6005: DB data dictionary version does not match binary DD version.

CauseThe version of the DD in the DB is different from the version of DD in the binary.
ActionThe binary cannot be used in the database.

6006: ALTERDD must be run on data dictionary.

CauseThe ALTERDD process must be run to use the DD as the binary.
ActionExecute the ALTERDD process to change DD.

6007: Table \"%1$s\" cannot be loaded because the size of the constraints on the table is too large.

CauseThe size of the constraints on the table is too large.
ActionCheck if the table has unnecessary constraints. Drop unnecessary constraints.

6009: Failed to add a pair in a DD object search key map.

CauseAn internal error occurred during adding a pair in a DD object search key map.
ActionContact the technical support team.

6010: Failed to add a pair in a DD user search key map.

CauseAn internal error occurred during adding a pair in a DD user search key map.
ActionContact the technical support team.