Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Geting Time in milliseconds

Geting Time in milliseconds

From: Tigran Sardaryan <spider_at_zvartnots.am>
Date: 20 Sep 2001 06:09:18 -0700
Message-ID: <b271c2ce.0109200509.74d8a0b0@posting.google.com>


Hello :)

I have 2 procedures like this

procedure p1 is
begin ... end;

procedure p2 is
begin
  p1;
end;

I want to get p1 procedure running time in p2 in milliseconds and post it to output.

How I can do that ?

Thanks Received on Thu Sep 20 2001 - 08:09:18 CDT

Original text of this message

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