日期:2014-05-16 浏览次数:20416 次
select NUM_ROWS,TABLE_NAME from dba_all_tables
select * from dba_all_tables t where t.owner='user'
select t.owner, count(*) from all_tables t group by t.owner