重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 25|回复: 0
打印 上一主题 下一主题

[参考文档] Drop Tablespace Command Hangs even if Fix 9841075 Applied

[复制链接]
跳转到指定楼层
楼主
发表于 7 小时前 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
现象:
Trying to drop tablespace but the command hangs every time, Applied patch 9841075 but the issue still occurring.

When get error stack dump it stopped in the below statement:

----- Current SQL Statement for this session (sql_id=cgcsnk9j6cuha) -----
select NULL from   (select obj# objnum# from tab$ where ts#=:1 and bitand(property, 32) = 0            union all    select bo# objnum# from tabpart$ where ts#=:1            union all    select tcp.bo# objnum
# from tabcompart$ tcp,tabsubpart$ tsp       where tsp.ts#=:1 and tsp.pobj#=tcp.obj#            union all    select t.obj# objnum# from tab$ t, ind$ i where i.ts#=:1 and         i.type#=4 and i.bo#=t.obj# an
d bitand(t.property, 32) = 0            union all    select t.obj# objnum# from indpart$ ip,ind$ i,tab$ t where ip.ts#=:1 and         i.type#=4 and i.bo#=t.obj# and ip.bo#=i.obj#            union all    sele
ct t.obj# objnum# from indcompart$ icp,indsubpart$ isp,ind$ i,tab$ t       where isp.ts#=:1 and isp.pobj#=icp.obj# and         i.type#=4 and i.bo#=t.obj# and icp.bo#=i.obj#   ) tin,    cdef$ cdef where tin.o
bjnum# = cdef.robj# and    cdef.obj# in    (select obj# objnum# from tab$ where ts#<>:1 and bitand(property, 32) = 0          union all     select distinct bo# objnum# from tabpart$ where ts#<>:1          un
ion all     select distinct tcp.bo# objnum# from tabcompart$ tcp,tabsubpart$ tsp       where tsp.ts#<>:1 and tsp.pobj#=tcp.obj#          union all     select t.obj# objnum# from tab$ t,ind$ i where i.ts#<>:1
and          i.type#=4 and i.bo#=t.obj# and bitand(t.property, 32) = 0          union all     select distinct t.obj# objnum# from indpart$ ip,ind$ i,tab$ t       where ip.ts#<>:1 and          i.type#=4 and
i.bo#=t.obj# and ip.bo#=i.obj#          union all     select distinct t.obj# objnum#       from indcompart$ icp,indsubpart$ isp,ind$ i,tab$ t       where isp.ts#<>:1 and isp.pobj#=icp.obj# and         i.type
#=4 and i.bo#=t.obj# and icp.bo#=i.obj#    )


原因:

Stale statistics for data dictionary and the fixed tables is the reason

处理方法:
Run the below to gather dictionary and fixed objects statistics:



SQL> EXEC DBMS_STATS.GATHER_SCHEMA_STATS ('SYS');
SQL> EXEC DBMS_STATS.GATHER_DATABASE_STATS (gather_sys=>TRUE);
SQL> EXEC DBMS_STATS.GATHER_DICTIONARY_STATS;
SQL> EXEC DBMS_STATS.GATHER_FIXED_OBJECTS_STATS;

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-11-24 19:14 , Processed in 0.105199 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表