Action
Ask the database administrator to do the incremental export.
EXP–00023
must be a DBA to do Full Database export
Cause
The privileges needed to do a FULL database export do not exist. Only a database administrator can do a FULL database export.
Action
Ask the database administrator to do the FULL database export.
EXP–00024
export views not installed, please notify your DBA
Cause
The necessary Export views were not installed.
Action
Ask the database administrator to install the required Export views.
EXP–00025
dictionary shows no column for constraint name. num
Cause
Export failed to gather column information about the referenced constraint from the data dictionary. The constraint may have been altered.
Action
Retry the export and, if this error recurs, report it as an Export internal error to customer support.
EXP–00026
only one parameter (TABLES, OWNER, or FULL) can be specified
Cause
Conflicting export modes were specified.
Action
Specify only one parameter and retry.
EXP–00027
failed to calculate Oracle block size
Cause
Export failed to calculate the Oracle block size.
Action
Report this as an Export internal error to customer support.
Export/Import Messages
6 – 5
00000–00100: Export Messages
EXP–00028
failed to open name for write
Cause
Export failed to open the export file for writing. This message is usually followed by device messages from the operating system.
Action
Take appropriate action to restore the device.
EXP–00029
incremental export mode and consistent mode are not compatible
Cause
Both consistent and incremental exports were specified.
Action
None. Consistent mode is turned off.
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.
EXP–00031
arraysize not in valid range. Using arraysize= num
Cause
The arraysize value specified is not in the valid range.
Action
None.
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.
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.
EXP–00034
error on rowid: file# num block# num slot# num
Cause
Identifies the rowid on which an error occurred.
Action
This is an information message. No action is required.
EXP–00035
cannot specify Rows=N and Compress=Y
Cause
Compress applies only to rows of data, so to request compress you must also request rows.
Action
Remove the compress parameter or specify Rows=Y.
6 – 6
Oracle7 Server Messages
00000–00100: Import Messages
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.
00000–00100: Import Messages
IMP–00000
import terminated unsuccessfully
Cause
Import encountered an Oracle error.
Action
Look up the accompanying Oracle message in Chapter 2 of this manual, and take appropriate action.
IMP–00001
respond with either “Y”, “N” , “RETURN” or “.” to quit Cause
An invalid response was entered.
Action
Enter any of the responses shown in the message.
IMP–00002
failed to open name for read
Cause
Import failed to open the export file for reading. This message is usually followed by a device message from the operating system.
Action
Take appropriate action to restore the device.
IMP–00003
Oracle message code num encountered
Cause
Import encountered the referenced Oracle error.
Action
Look up the Oracle message in Chapter 2 of this manual, and take
appropriate action.
IMP–00004
invalid username or password
Cause
An invalid username or password was specified.
Action
Retry with a valid username and password.