Database Error Messages

OCI-06564

Object string does not exist or is not accessible to the user.

Cause

The specified object could not be found. Either it does not exist or the current database user does not have permission to access it.


Action

Check whether the object exists and that there is no typo in the object name in the statement. Create the object if it does not exist or grant permission to the user to access it.