Database Error Messages

OCI-03408

Object not found : string.string

Cause

The specified object does not exist, or a synonym pointed to an object that does not exist. To find existing user tables, views and indexes, query the ALL_OBJECTS data dictionary views. Certain privileges may be required to access the object. If an application returned this message, then the object that the application tried to access does not exist in the database, or the application does not have access to it.


Action

Check each of the following:

  • The spelling of the object is correct.
  • The referenced object does exist.
  • The synonym points to an existing object.

If the object does exist, ensure that the correct access privileges are granted to the database user requiring access to the table. Otherwise, create the table.

Also, if you are attempting to access an object in another schema, ensure that the correct schema is referenced and that access to the object is granted.