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

Home -> Community -> Usenet -> c.d.o.server -> Re: Can you tell how often a package is called?

Re: Can you tell how often a package is called?

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Mon, 23 Dec 2002 14:45:10 -0800
Message-ID: <3E0791F6.33C68B0C@exesolutions.com>


Chuck B wrote:

> I am trying to monitor the usage of a system critical package and
> would like to know if it is possible with any of the dba or V$ views
> to tell how often it's called. What I'm looking for is some way to
> tell the last time it was executed and then tie this back to v$session
> to see who did it.
>
> Has anyone done anything similar to this?
>
> Thanks,
> Chuck

Easiest way is to put an insert statement to a log table into the package.

Daniel Morgan Received on Mon Dec 23 2002 - 16:45:10 CST

Original text of this message

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