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: Rich Amick <rAmick_at_dotster.com>
Date: Tue, 26 Sep 2006 06:56:15 -0700
Message-ID: <19775.19181159278983.scalix0.corp.dotster.net@MHS>


What version?

9205:
SQL_TEXT
EXECUTIONS CPU_TIME ELAPSED_TIME


So, 3398890000/16010775 = 212
54510000/146026 = 373
473040000/2040799 = 231

Some overhead, but not much on the server.

Also, see note:
https://metalink.oracle.com/metalink/plsql/f?p=130:3:11377674459850224176::: :p3_database_id,p3_docid,p3_show_header,p3_show_help,p3_black_frame,p3_font: NOT,311105.1,1,1,1,helvetica

and other bugs.



From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of ryan_gaffuri_at_comcast.net
Sent: Monday, September 25, 2006 8:38 PM To: oracle-l_at_freelists.org
Subject: How extensively do you use dbms_application_info ?

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.  
 

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 26 2006 - 08:56:15 CDT

Original text of this message

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