首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

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

2013-02-19 
oracle 查看某个表空间下有多少表?oracle 查看某个表空间下有多少表?select * from all_tables where tabl

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

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

?

select * from all_tables where tablespace_name='TRAIN';

?

?

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

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

热点排行