Oracle Solution for Error ora-02402

Solution for Oracle Error ORA-02402

ORA-02402: PLAN_TABLE not found

What triggered the Error:

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

What should we do to fix it:

Create a plan table in the current schema or use the INTO clause of the statement to put the results of the explain command in an existing plan table.