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 does Oracle Apps/Dev Tools use DBMS_APPLICATION_INFO?

Re: How does Oracle Apps/Dev Tools use DBMS_APPLICATION_INFO?

From: <Jared.Still_at_radisys.com>
Date: Tue, 11 May 2004 13:19:58 -0700
Message-ID: <OFB7D31D95.6EC07F4E-ON88256E91.006F8B60-88256E91.006FB1AC@radisys.com>


Pretty fast - 6.66 microseconds per call. Linux 7.2, Oracle 8.1.7, Dell 2450 2x P4 CPU

begin
for i in 1 .. 1000000 loop
  dbms_application_info.set_client_info('x'); end loop;
end;12:04:45 rsysdevdb.radisys.com - jkstill_at_dv01 SQL> 12:04:45 2 12:04:45 3 12:04:45 4 12:04:45 5 12:04:46 6 /

PL/SQL procedure successfully completed.

Elapsed: 00:00:06.66
12:04:50 rsysdevdb.radisys.com - jkstill_at_dv01 SQL>

Connor McDonald <hamcdc_at_yahoo.co.uk>
Sent by: oracle-l-bounce_at_freelists.org
 05/10/2004 07:48 AM
 Please respond to oracle-l  

        To:     oracle-l_at_freelists.org
        cc: 
        Subject:        Re: How does Oracle Apps/Dev Tools use DBMS_APPLICATION_INFO?


They're awesome...

Try

set timing on
begin
for i in 1 .. 1000000 loop
  dbms_application_info.set_client_info('x'); end loop;
end;

You'll get a very impressive rate

hth
connor


Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions" ISBN: 1590592174 web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com

Coming Soon! "Oracle Insight - Tales of the OakTable"

"GIVE a man a fish and he will eat for a day. But TEACH him how to fish, and...he will sit in a boat and drink beer all day"


     

Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------




----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue May 11 2004 - 15:17:40 CDT

Original text of this message

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