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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Capturing Schema changes ??

RE: Capturing Schema changes ??

From: <Satheesh.Babu_at_iflexsolutions.com>
Date: Mon, 12 Jul 2004 15:10:58 +0530
Message-ID: <10898BE7CA96D611988B000802255AAF07118A84@fmgrt.rt.i-flex.com>


No I don't think fga could be a option here. FGA is meant for row level = security.=20
If your just looking for time by which the object definition is changed = or a object is created, then last_ddl_time&timestamp columns of = dba_objects will help.
If you want to know more than that like which user has changed, from = which machine etc., then ddl triggers will be best option.

Thanks and Regards,
Satheesh Babu.S
Associate Consultant.
080-57593938
Bangalore.
India.

-----Original Message-----
From: oracle-l-bounce_at_freelists.org =
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mogens N=F8rgaard Sent: Monday, July 12, 2004 3:01 PM
To: oracle-l_at_freelists.org
Subject: Re: Capturing Schema changes ??

Setting DML_LOCKS to 0 could also stop it :-).

Would FGA be an option here?

Mogens

Stephane Faroult wrote:

> =20
> George,=20

>=20
> If you really want details about what has truly occurred (instead =
of
> recording that *something* has occurred), I think that DDL triggers =
are the
> way to go (I don't think that audit has much evolved since at least =
the days
> of Oracle 5 ...). Beware though that some DDL statements fire several
> triggers (eg ALTER TABLE ... ADD CONSTRAINT ... PRIMARY KEY ... if no =
index
> to enforce the constraint already exists). But for the more trivial =
cases,
> it can become tricky.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jul 12 2004 - 04:33:10 CDT

Original text of this message

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