Database Error Messages

OCI-01766

dictionary table not allowed in this context

Cause

The name of a data dictionary object was used outside the FROM clause of a SELECT statement. The only operation allowed on a data dictionary object was to SELECT from it.


Action

Restrict operations on data dictionary objects to queries.