Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Slow response of forms
On 28 Aug 2006 02:34:29 -0700, "Raj" <rajeev.tomar_at_gmail.com> wrote:
>Hello,
>
>Can somebody suggest, what could be the problem and how I should start
>investigating it ?
>
>When I try to save the data through forms it is taking 2 minutes and 30
>Seconds for each save.
>
>I am using Oracle 8.1.7.3 and forms 6i on Suse Linux 7.1
>
>Please suggest how to start the diagnose ?
>
>Thanks, Raj
The usual:
find out what is waiting for.
Find out the session id
check v$session_event
check v$session_wait
and/or set up an after logon trigger to enable event 10046, level 12
Other than that: both 8.1.7.3 and forms 6i are desupported.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Aug 28 2006 - 05:09:35 CDT