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: Millisecond timer in PL/SQL

RE: Millisecond timer in PL/SQL

From: Kennedy, Jim <jim_kennedy_at_mentor.com>
Date: Fri, 30 Sep 2005 09:01:48 -0700
Message-ID: <EF25DB6D87DD1A469C80A312C63C3B4C04935F6F@SVR-ORW-EXC-07.mgc.mentorg.com>


Either way. I wasn't promoting one over the other. I meant check the overhead of both. You wouldn't want to call this thing and have it be a major bottleneck. Ouch! Why do we want to do this? Jim


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Richard Ji Sent: Friday, September 30, 2005 8:59 AM To: Kennedy, Jim
Cc: scott.hutchinson_at_interact-analysis.com; Thomas.Mercadante_at_labor.state.ny.us; oracle-l_at_freelists.org Subject: Re: Millisecond timer in PL/SQL

Why external proc? Java is inside of Oracle, a simple Java stored procedure
will do.

Richard

On 9/30/05, Kennedy, Jim <jim_kennedy_at_mentor.com> wrote:

        Would a call to an external proc work? How about a simple Java program

        that returned what you are looking for? One would have to measure the

	overhead of the call.
	Jim
	
	-----Original Message-----
	From: oracle-l-bounce_at_freelists.org
	[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of
	scott.hutchinson_at_interact-analysis.com
	Sent: Friday, September 30, 2005 8:10 AM
	To: Thomas.Mercadante_at_labor.state.ny.us
	Cc: oracle-l_at_freelists.org
	Subject: RE: Millisecond timer in PL/SQL
	



--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 30 2005 - 11:04:24 CDT

Original text of this message

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