RE: How extensively do you use dbms_application_info ?

  • From: "Leng Kaing" <Leng.Kaing@xxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 26 Sep 2006 16:29:45 +1000

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@xxxxxxxxxxxx>

 

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

 

Other related posts: