Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: tuning forms/reports application

Re: tuning forms/reports application

From: M. Shuja Uddin <shuja_at_technologist.com>
Date: Sun, 02 Feb 2003 10:03:42 -0800
Message-ID: <F001.005418B2.20030202100342@fatcity.com>


thanks for your suggestions Raj.
FRD is nice thing to work. can you also provide more detail on pl/sql profiler and dbms_support package...
Shuja

"Jamadagni, Rajendra" wrote:

>
>
> Connor,
>
> Forms is dumb ... I mean it doesn't think it is important to use
> dbms_application info, you have to do it manually. The statistics
> parameter ... gosh .. never got it to work right against 7x, 8x and 9x
> ...
>
> For my developers, I tell them use use,
>
> * FRD (Forms Runtime Diagnostics) if they want to know which built-in
> is blowing up the form ...
> FRD also has different options and you can also use trace
> diagnostics with forms.
> * PL/SQL Profiler (to see where they spend lot of time writing
> redundant code)
> * dbms_support.start_trace for SQL performance problems.
>
> So, there are different techniques for different problems.
>
> Raj
> ______________________________________________________
> Rajendra Jamadagni MIS, ESPN Inc.
> Rajendra dot Jamadagni at ESPN dot com
> Any opinion expressed here is personal and doesn't reflect that of
> ESPN Inc.
> QOTD: Any clod can have facts, but having an opinion is an art!
>
> -----Original Message-----
> From: Connor McDonald [mailto:hamcdc_at_yahoo.co.uk]
> Sent: Tuesday, January 28, 2003 6:29 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: tuning forms/reports application
>
> there is a stats=yes (or similar) parameter which
> creates a trace file for a form execution which can
> then be used to check sql performance (the most common
> cause of 'slow' forms).
>
> i haven't checked, but forms by default might pop some
> things into module/action columns which you could see
> in v$session and v$sql. if forms is not doing it by
> default, then its a very good practice to start doing
> this yourself (see: dbms_application_info)
>
> hth
> connor

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: M. Shuja Uddin
  INET: shuja_at_technologist.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sun Feb 02 2003 - 12:03:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US