日期:2014-05-16  浏览次数:20334 次

oracle 查看某个表空间下有多少表

?oracle 查看某个表空间下有多少表

?

select * from all_tables where tablespace_name='TRAIN';

?

?

?oracle 查看某个表空间下,某个用户有多少表

? select * from all_tables where tablespace_name='TRAIN' and owner='TRAIN';