码迷,mamicode.com
首页 > 其他好文 > 详细

ORA-29857: 表空间中存在域索引和/或次级对象

时间:2014-06-11 12:32:23      阅读:570      评论:0      收藏:0      [点我收藏+]

标签:class   ext   os   name      type   

解决办法如下:

select owner,segment_name, segment_type from dba_segments where tablespace_name = ‘EXAMPLE‘; 

select distinct owner,segment_name, segment_type from dba_extents where tablespace_name=‘EXAMPLE‘; 

查看哪些objects存储在EXAMPLE表空间,将其drop或者move,然后再drop tablespace 

drop tablespace tablespace_name including contents; 命令删除表空间 

ORA-29857: 表空间中存在域索引和/或次级对象,布布扣,bubuko.com

ORA-29857: 表空间中存在域索引和/或次级对象

标签:class   ext   os   name      type   

原文地址:http://www.cnblogs.com/huchaoheng/p/3772551.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!