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: How extensively do you use dbms_application_info ?

RE: How extensively do you use dbms_application_info ?

From: Ken Naim <kennaim_at_gmail.com>
Date: Tue, 26 Sep 2006 01:59:08 -0500
Message-ID: <029d01c6e139$43f03900$b4ae6a44@KenHome>


I find it easiest just to add it into anything that is touched whether for a bug fix or enhancement (and of course all new code), as over time everything gets touched for some reason. The usefulness shows itself and then it may be possible to justify the cost of adding it to existing code that hasn't been touched.  


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Leng Kaing
Sent: Tuesday, September 26, 2006 1:30 AM To: oracle-l_at_freelists.org
Subject: RE: How extensively do you use dbms_application_info ?  

Are there any performance overheads in over-using this? Dbms_application_info after all is a package, so I'd imagine that it would still take a bit of time to write to the views.  

I too would like to see all our SQL code use this but it's going to take a LONG time. We have millions of code running around everywhere. It would life so much easier when reading statspack report - I normally just see SQL*Plus or our program name. Would really love to see the module and action so that I can pinpoint it to an area within the application.    

Subject: RE: How extensively do you use dbms_application_info ? Date: Tue, 26 Sep 2006 07:26:11 +0200
From: "Christian Antognini" <Christian.Antognini_at_trivadis.com>  

Ryan  

> Would you use dbms_application_info for every single pl/sql
> procedure? Even ones that just run a single query?
>
> I was thinking about floating this idea at work. This is how I would
> do it.
> Module: PL/SQL Package and Functional Module(this would be an
> internal name)
> Action: Procedure, plus any values that would go into bind
> variables.
 

Personally I like to see it at least for the procedures that are callable from outside the package.  

Since the size of the action is limited... you are restricted about the amount of information you can give to it.    

HTH
Chris    



Leng Kaing
Senior Oracle DBA
Hansen Technologies; 2 Frederick St; Doncaster 3108 Ph: +61-3-9840-3832  
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 26 2006 - 01:59:08 CDT

Original text of this message

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