1. 查看表空间中的表
select * from dba_segments a where a.tablespace_name='BTMUCHINDEXTBSLARG4K'
2 查看表空间的对象
select segment_type from dba_segments a where a.tablespace_name='BTMUCHDATATBSDETL4K'
查询特定表空间
1. 查看表空间中的表
select * from dba_segments a where a.tablespace_name='BTMUCHINDEXTBSLARG4K'
2 查看表空间的对象
select segment_type from dba_segments a where a.tablespace_name='BTMUCHDATATBSDETL4K'
1113
717

被折叠的 条评论
为什么被折叠?