Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Change Manager
Nothing is so important.
It is just the gentle man below wanted to know how he can keep track of changes on his objects, this is an option open to him.
George
You Have The Obligation to Inform One Honestly of the risk,
And As a Person You Are Committed to Educate Yourself to the Total Risk
In Any Activity!
Once Informed & Totally Aware of the Risk,
Every Fool Has the Right to Kill or Injure Themselves as They See Fit!
-----Original Message-----
Mladen Gogala
Sent: 08 December 2003 09:14 AM
To: Multiple recipients of list ORACLE-L
On 2003.12.08 01:49, George Leonard wrote:
> Hi there
>
> There was a article on asktom.oracle.com a while back of a stored
> procedure/trigger extension you can add to Oracle with a logging
table
> that record when a table was added or modified or basically any object
> was altered.
>
It's called a "database trigger on ddl event". If I'm not mistaken, the
syntax is something like
"create or relace trigger mytrig on scott.schema after
<create|drop|alter". What is so important
about that article? That stuff is covered in 9i SQL reference manual.
-- Mladen Gogala Oracle DBA -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mgogala_at_adelphia.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). “This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.vodacom.net/legal/email.asp " -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: George Leonard INET: leonarge_at_vodacom.co.za Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Dec 08 2003 - 01:29:24 CST