oracle查看某个表空间下有多少表 select * from all_tables where tablespace_name='TRAIN'; oracle 查看某个表空间下,某个用户有多少表 select * from all_tables where tablespace_name='TRAIN' and owner='TRAIN';