Database Error Messages

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

PCC-02452

Common SQL Front End found semantic error

Cause

A database entity, such as a table or column name, was referenced, that does not exist. This is a compile time error, not a runtime error.


Action

Check that all referenced objects in the SQL statements actually exist and that the necessary access permission on them have been granted.