Category Archives: EXP Database Error Messages

EXP-00039: export file string must be on a disk

oracle

EXP-00039: export file string must be on a disk
Cause: On some platforms, export can read files from tape. This message is displayed if the first file in an export file set was on disk and you specified a tape device for a second or subsequent file.
Action: Verify that you have specified the correct file name for the export file. Remember that all export files can be either on disk or all files can be on tape, but not mixed both tape and disk.

Back to previous menu

EXP-00038: Bad Hash cluster id in clu$

oracle

EXP-00038: Bad Hash cluster id in clu$
Cause: The function id in clu$ is not a legal number. Clu$ has become corrupted.
Action: Contact Worldwide Support

Back to previous menu

EXP-00037: Export views not compatible with database version

oracle

EXP-00037: Export views not compatible with database version
Cause: The Export utility is at a higher version than the database version and is thereby incompatible.
Action: Use the same version of Export utility as the database.

Back to previous menu

EXP-00036: Object number non-existent in dictionary

oracle

EXP-00036: Object number non-existent in dictionary
Cause: The specified object could not be found in the dictionary. The object might have been dropped during the export
Action: The object no longer exists; no action is needed.

Back to previous menu

EXP-00035: QUERY parameter valid only for table mode exports

oracle

EXP-00035: QUERY parameter valid only for table mode exports
Cause: You specified the QUERY parameter in an export command, but you are not performing a table mode export. The QUERY parameter cannot be used for a user mode export, a full export, nor a point in time recovery export.
Action: If you want to select a subset of rows for a table, you must export the table independently with a table mode export. Issue a table mode export command that specifies the table name and the query you want to execute during export.

Back to previous menu

EXP-00034: error on rowid: file# number block# number slot# number

oracle

EXP-00034: error on rowid: file# number block# number slot# number
Cause: Identifies the rowid on which an error occurred.
Action: This is an information message. No action is required.

Back to previous menu

EXP-00033: Could not find environment character set

oracle

EXP-00033: Could not find environment character set
Cause: The environment character set is missing or incorrectly specified.
Action: Ensure that the environment character set is correctly specified and is present.

Back to previous menu

EXP-00032: Non-DBAs may not export other users

oracle

EXP-00032: Non-DBAs may not export other users
Cause: Only database administrators can export to other users. A non- database administrator attempted to specify owner=user where exporter is not the user.
Action: Request that this operation be performed by the database administrator.

Back to previous menu

EXP-00031: Arraysize not in valid range. Using arraysize=number

oracle

EXP-00031: Arraysize not in valid range. Using arraysize=number
Cause: The arraysize value specified is not in the valid range.
Action: None

Back to previous menu

EXP-00030: Unexpected End-Of-File encountered while reading input

oracle

EXP-00030: Unexpected End-Of-File encountered while reading input
Cause: Encountered an End-Of-File while reading the user input.
Action: If input to export is being redirected, check the file for errors.

Back to previous menu