OO... Gunakan parameter ESTIMATE_PERCENT. Contoh berikut adalah dengan estimasi 10%, atau dalam bahasa anda adalah full scan 10%.
exec DBMS_STATS.GATHER_TABLE_STATS(OWNNAME=> 'USERKU', TABNAME => 'ACCOUNT', CASCADE => TRUE, ESTIMATE_PERCENT => 10 , METHOD_OPT => 'FOR ALL COLUMNS SIZE 1', DEGREE => 4, GRANULARITY=> 'DEFAULT'); Salam, Rohmad http://rohmad.net/2008/05/15/restore-dari-off-line-backup/ --- In [email protected], hendra chen <[EMAIL PROTECTED]> wrote: > > > Dear Master Oracle, > > Bagaimana comment untuk menjalankan analyze table by command dengan full scan table, 10% table atau berapa gitu dari table nya. > > Terima Kasih atas bantuannya. > > Hendra > > > Support Victims of the Cyclone in Myanmar (Burma). Donate Now. > http://advision.webevents.yahoo.com/aid_myanmar/ >

