ORA-02402

Error: ORA-02402: PLAN_TABLE not found

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

Acción: 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.

COMENTARIOS:

por d | 04/11/2008 02:40:35

RE: ORA-02402

ORA-02402: PLAN_TABLE no encontrada