Count Rows

 < Day Day Up > 



set termout off echo off feed off trimspool on head off     pages 0; spool C:\temp\counts.log; set column table_name format a16; select 'SELECT '''||table_name||','',    TO_CHAR(count(*),''999,999,990'') from '||table_name||';' from user_tables; spool off; set termout on; @@C:\temp\counts.log; set termout on echo on feed on trimspool off head     on pages 40;



 < Day Day Up > 



Oracle High Performance Tuning for 9i and 10g
Oracle High Performance Tuning for 9i and 10g
ISBN: 1555583059
EAN: 2147483647
Year: 2003
Pages: 164

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net