Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Oracle 11i Forms-based connections hang in RAC
Hi All,
I need some assistance/suggestions with an issue that we are facing
during our test runs of a two-node 11i-RAC environment. Following is the
system configuration:
The concurrent managers are configured with PCP and are running fine.
Problem Description:
This environment is a copy of production and is ~750GB in size. We have
a process in place where we run baseline tests using WinRunner for our
production releases to assess how the new code or any new/changed
configuration might have an impact once rolled into production. For this
environment, using the same test process, we gathered baseline
transaction timings on a single-instance non-RAC'd configuration. This
was done so that we could compare the impact of RAC on the apps. We ran
the next test with a two-node RAC configuration. The test did not go
well. The forms-based connections, run by WinRunner, were getting timed
out and loosing connections. While this was happening, I tried to open a
forms-based connection to the core apps and it took me over a minutes to
finally log into the apps. It normally takes around five to ten seconds.
At the same time I also ran a script from the middle-tier to loop and
repeatedly make connections to the database tier using SQL*Net and the
connections were quick and I did not see any latency.
I re-ran the same test and this time set event 10046 at level 12 to
capture trace files from the forms connections as well as scheduled
StatsPack to run every five minutes. The information captured from the
RAW trace files as well as the StatsPack is consistent for all the forms
server sessions that were trying to establish connection to the
database. Following is a section from the tkprof'd file:
begin :v1 := fnd_bes_proc.process_event(:v2, :v3); end;
call count cpu elapsed disk query current
rows
------- ------ -------- ---------- ---------- ---------- ----------
Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 173 (recursive depth: 1)
Elapsed times include waiting on following events:
Event waited on Times Max. Wait TotalWaited
The "buffer busy global" event is the highest contributor among all the events in most of the connections that either took long time to connect or failed to connect due to timeout. The file#, block# information from the RAW trace file point to an IOT that is part of a standard Oracle workflow Queue table. What I am failing to understand is that why a simple connection to the core apps would call the workflow queue. I can also send an output from StatsPack if anyone is interested. Any help/suggestion will be appreciated.
Thanks
Amir
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Aug 26 2005 - 16:04:32 CDT
![]() |
![]() |