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: DDL

Re: DDL

From: Alex P. Zotov <alex_at_soft-review.kiev.ua>
Date: Wed, 2 Feb 2000 18:17:23 +0200
Message-ID: <AA5Y5cuS808@soft-review.kiev.ua>


DerKommisar <baldain_at_kataweb.it> wrote in message news:874pmd$mke$1_at_pegasus.tiscalinet.it...
> How Can I see if a User has done several statement DDL ?
> There are any tables or view about it?
>
> Obvious my database Doesn't in AUDIT

On 8.0 you can create ddl - trigger.
E.g:
create trigger tr_alter before alter on schema begin
  null;
end;
--
Alex P. Zotov Received on Wed Feb 02 2000 - 10:17:23 CST

Original text of this message

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