Skip to Main Content
  • Questions
  • How can I audit the individual functions/procedures inside package?

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, Jery.

Asked: July 10, 2020 - 12:08 pm UTC

Last updated: July 10, 2020 - 2:35 pm UTC

Version: Oracle Database 12.1.0.2

Viewed 1000+ times

You Asked

Oracle Audit sentence:

audit execute on [package] by access;

How Can I Do something like this?

audit execute on [package.function] by access;

I need to audit execution of functions inside packages with Oracle Audit options.

Is it possible to audit arguments sent to this functions too?

And Is it possible to Select this info of SYS.AUD$ or other Views

Best regards,

Jery

and Chris said...


Is this answer out of date? If it is, please let us know via a Comment

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library