Oracle Message ORA-02402 - PLAN_TABLE not found

ERRORPLAN_TABLE not found
CAUSEThe table used by EXPLAIN to store row source information does not exist in the current schema.
ACTIONCreate 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.