Category Archives: EXP Database Error Messages

EXP-00104: datatype (string) of column string in table string.string is not supported, table will not be exported

oracle

EXP-00104: datatype (string) of column string in table string.string is not supported, table will not be exported
Cause: The column is of a datatype which does not contain the required support. The table will not be exported.
Action: Use the Data Pump version of Export to export this table.

Back to previous menu

EXP-00103: The FLASHBACK_TIME parameter was invalid

oracle

EXP-00103: The FLASHBACK_TIME parameter was invalid
Cause: FLASHBACK_TIME did not contain a valid timestamp or an expression that yields a valid timestamp.
Action: Specify a timestamp value in the format of YYYY-MM-DD HH24:MI:SS or an expression that evaluates to a valid timestamp.
Action: Must specify RESUMABLE=Y to enable resumable session in order for the RESUMABLE_NAME and RESUMABLE_TIMEOUT parameters to take effect.

Back to previous menu

EXP-00102: Resumable parameters ignored — current session not resumable

oracle

EXP-00102: Resumable parameters ignored — current session not resumable
Cause: Current session is not resumable
Action: Must specify RESUMABLE=Y to enable resumable session in order for the RESUMABLE_NAME and RESUMABLE_TIMEOUT parameters to take effect.

Back to previous menu

EXP-00101: Version 1 extensible index “string”.”string” can not be included in Transportable Tablespace Export

oracle

EXP-00101: Version 1 extensible index “string”.”string” can not be included in Transportable Tablespace Export
Cause: Transporable Tablespace extensible indexes must be at least version 2.
Action: Upgrade extensibile index implementation to version 2 specifications.

Back to previous menu

EXP-00100: error converting an object type’s hashcode to characters

oracle

EXP-00100: error converting an object type’s hashcode to characters
Cause: An invalid length of an object type identifier prevented its conversion.
Action: Contact Oracle Worldwide Support

Back to previous menu

EXP-00099: Table “string”.”string” is not in a valid state, table will not be exported

oracle

EXP-00099: Table “string”.”string” is not in a valid state, table will not be exported
Cause: A table or one of its dependant types has modified without cascading the change. This left the table in an INVALID state.
Action: The table must be updated using ALTER TABLE UPDATE.

Back to previous menu

EXP-00098: Data in table has not been upgraded, table will not be exported

oracle

EXP-00098: Data in table has not been upgraded, table will not be exported
Cause: Export is attempting to process a table containing references to a type which has evolved. In order for Export to process the table successfully, all data within each table must be upgraded to the latest revision of each referenced type.
Action: The table must be updated using ALTER TABLE UPGRADE DATA.

Back to previous menu

EXP-00097: Object type “string”.”string” is not in a valid state, type will not be exported

oracle

EXP-00097: Object type “string”.”string” is not in a valid state, type will not be exported
Cause: The object type’s status is invalid which may be caused by a dependant type’s modification (or removal) without cascading the change.
Action: The type must be recompiled using ALTER TYPE COMPILE.

Back to previous menu

EXP-00095: Flashback_time and Flashback_scn are not compatible

oracle

EXP-00095: Flashback_time and Flashback_scn are not compatible
Cause: Both flashback_time and flashback_scn paramerers were specified.
Action: Reissue command with only one flashback parameter.

Back to previous menu

EXP-00094: Could not convert to server national character set’s handle

oracle

EXP-00094: Could not convert to server national character set’s handle
Cause: Internal error.
Action: Contact Worldwide support.

Back to previous menu