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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Need to write trigger for "adding a new table"

Re: Need to write trigger for "adding a new table"

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Tue, 8 Mar 2005 09:33:33 -0500
Message-ID: <Zr2dnRdLvdUgKrDfRVn-rQ@comcast.com>

<deanbrown3d_at_yahoo.com> wrote in message news:1110252493.090943.285610_at_z14g2000cwz.googlegroups.com...
> Ok thanks all, this is useful info for me. So, what can I do then?
> Database trigger? I'll need to check the help online tomorrow, but I
> assume this is something different from a regular table trigger?
>

yes --- you'll be writing a trigger for a database DDL event... such as CREATE, ALTER, DROP, etc.

++ mcs Received on Tue Mar 08 2005 - 08:33:33 CST

Original text of this message

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