oracle 10g 如何查看某个表空间内都有哪些表 想查看某个表空间里面都有哪些表,可以使用:
select * from dba_tables where tablespace_name='表空间名’