Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How does Oracle Apps/Dev Tools use DBMS_APPLICATION_INFO?
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
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"
-- 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
![]() |
![]() |