Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-39166

Object string was not found or could not be exported or imported.

Cause

If exporting to files or importing over the network, one of the following occurred:

  • The object specified did not exist in the source database.
  • The user lacked the proper EXP_FULL_DATABASE or IMP_FULL_DATABASE role that would allow access to the object.
  • The VIEWS_AS_TABLES object contained a type that is not supported with the VIEWS_AS_TABLES parameter.

If importing from files, the user specified an object name that was not found in the dump file set.


Action

Retry the operation using the correct object name, correct set of privileges, or a view that has only supported types.