MEmang betul, salah satu tuning tehkniknya adalah dengan mengoptimalkan penggunaan memry, khususnya pada bagian SGA (System Global Area).
Untuk SGA sendiri, di dalamnya ada beberapa komponen seperti : - db buffer cache - shared pool - large pool - log buffer - java pool Dan untuk memperbesar SGA, anda bisa memperbesar komponen2 tsb diatas. Caranya : misal, login sbg sysdba C:\> sqlplus /nolog SQL> conn / as sysdba utk db buffer cache SQL> ALTER SYSTEM SET db_cache_size=200M scope=spfile; utk shared pool SQL> ALTER SYSTEM SET shared_pool_size=300M scope=spfile; dst..dst .. setelah itu, restart database-nya SQL> startup force dan utk memastikan berapa besarnya: SQL> show parameter db_cache_size SQL> show parameter share_pool_size SQL> show SGA Bowo --- In [email protected], agus sulaiman <[EMAIL PROTECTED]> wrote: > > > salam kenal, > > saya ingin tanya apakah salah satu teknik untuk mempercepat kinerja database > adalah dengan memperbesar SGA ? > Bila benar dengan memperbesar SGA bisa menambah perfomance dari database > cara memperbesarnya bagaimana ??. Thanks > > > > > > regards, > Agus > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > [Non-text portions of this message have been removed] > ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/PhFolB/TM --------------------------------------------------------------------~-> -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.lizt.org (NEW) ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

