Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: need help on statspack report, Parse CPU to Parse Elapsd %
VC wrote:
> Hello Joe,
>
> "Joe" <yung103_at_netvigator.com> wrote in message
> news:c2co7r$nk31959_at_imsp212.netvigator.com...
>
>>Hi Oracle Experts, >> >>Attached please find the statspack report I generated on 04-MAR-2004. >>We are running Oracle eBuisness Suite on AIX.
Another reason may be freelist shortage. We have an application where lots of users insert new rows to the same tables. The PK is generated from a sequence. We had lots of enqueue waits and some Buffer Busy Waits/Data Block waits. Adding more freelists as well as more ITL's solved most of the enqueue waits.
The PK indexes was also a problem. Adding ITL's (INITRANS), more freelists and reversing the bytes on the index helped.
Bjørn
[snip]
Received on Sun Mar 07 2004 - 01:18:12 CST