Database Error Messages

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

ORA-02402

PLAN_TABLE not found

Cause

The table used by EXPLAIN to store plan information does not exist in the current schema.


Action

Create a plan table in the current schema if absent, or use the INTO clause to store the output of EXPLAIN in an existing plan table.