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: getting DDL audit to work

Re: getting DDL audit to work

From: Anurag Varma <avoracle_at_gmail.com>
Date: 20 Mar 2006 15:34:38 -0800
Message-ID: <1142897678.926325.34810@u72g2000cwu.googlegroups.com>


create any table
and
alter any procedure
are privileges that you are asking to audit. So you would only get a row in the audit table when someone uses those privs.

Although I don't remember the various options, but did you try just auditing create table and alter procedure?

Anurag Received on Mon Mar 20 2006 - 17:34:38 CST

Original text of this message

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