Database Error Messages

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

PLS-00333

"string" must match an object-table alias in this context

Cause

The name, appearing in the context of a REF or VALUE, did not resolve to an object-table alias.


Action

  1. If there is no object table in the scope, then remove the REF or VALUE; or provide the missing object table reference.
  2. If there is an object table in the scope, but you're not referring to it, add the reference.