select * from all_tables t where t.tablespace_name='表空间名大写'SELECT * FROM ALL_TAB_COLUMNS T WHERE T.TABLE_NAME='表名大写';