Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-09336

Dropping the schema_name.table_name table is not permitted.
  • schema_name: Schema that owns the table being dropped.
  • table_name: Name of the table being dropped.

Cause

This table cannot be dropped because it is critical to the normal functioning of the database.


Action

Do not drop the table.