select
 table_name,
 to_number(
 extractvalue(
 xmltype(
 dbms_xmlgen.getxml('select count(*) c from '||table_name))
 ,'/ROWSET/ROW/C')) count
 from user_tables;
크리에이티브 커먼즈 라이선스
Creative Commons License