aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-30476: PLAN_TABLE does not exist in the user's schema

ORA-30476: PLAN_TABLE does not exist in the user's schema
Cause: Estimate_Summary_Size uses Oracle SQL "EXPLAIN PLAN" command to estimate cardinality of the specified select-clause. This requires a table called the PLAN_TABLE in the user's schema. For more information refer to the SQL Reference Manual.
Action: Create the PLAN_TABLE as described for EXPLAIN PLAN. On most systems a script utlxplan.sql will create this table.

请先 登录 后评论

1 个回答

小智
ORA-30476:PLAN_TABLE不存在于用户的模式中,
.原因: Estimate_Summary_Size使用Oracle SQL“EXPLAIN PLAN”命令估计指定select子句的基数。这需要在用户模式中有一个名为PLAN_TABLE的表。有关更多信息,请参考SQL参考手册。,
.操作:按照EXPLAIN PLAN中所述创建PLAN_TABLE。在大多数系统上,脚本utlxplan.sql将创建此表。,
.
请先 登录 后评论