ORA-02402: PLAN_TABLE not found ORACLE 报错 故障修复 远程处理

文档解释

ORA-02402: PLAN_TABLE not found

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

Action: 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.

ORA-02402:表PLAN_TABLE未找到

官方解释

常见案例

正常处理方法及步骤

SQL> connect sys as sysdba

SQL> @$ORACLE_HOME/rdbms/admin/utlxplan.sql;

香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

THE END