Database Error Messages

OCI-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.