Re: Tuning Oracle Forms

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 23 Oct 2003 11:21:33 -0700
Message-ID: <1066933308.252370_at_yasure>


Chris Boyle wrote:

>Forms 6i
>Database 9iv2
>
>I have a form that takes 11-23 seconds to open. It uses Oracle graphics but
>the 11 seconds is with the graphics background process running. I have
>generated trace files with a 10046 event but it shows most of the hold up as
>sqlnet waiting on more information from the client. Can anyone suggest
>another way to approach tuning this form? Is there anything like
>dbms_profiler for forms?
>
>
>
Is the form doing a SELECT * FROM a very large table or is it opening to a single record?

Use can use SET_BLOCK_PROPERTIES to get a single record also consider
Set_Block_Property('<block_name>',OPTIMIZER_HINT,'FIRST_ROWS');

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu Oct 23 2003 - 20:21:33 CEST

Original text of this message