Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why application is becoming slow ?
Hi,
there are many reasons. At first try to analyze all tables and indexes in every schema/user!=SYS to gather statistics. It gives the Oracle Cost Based Optimizier a chance work well. (OPTIMIZER_MODE=CHOOSE in init.ora)
analyze table blabla compute statistics; analyze index index_or_primary_key_or_foreign_key compute statistics;
T.Borchert
Wang Jing wrote:
>
> Hello,
>
> My application run well before. But with much more data inserted. It is
> becoming slow and slow? What's the reason? and how to solve?
>
> Thanks
Received on Tue Oct 13 1998 - 08:52:53 CDT
![]() |
![]() |