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

Re: Trigger DDL

From: srivenu <srivenu_at_hotmail.com>
Date: 10 Aug 2002 00:06:54 -0700
Message-ID: <1a68177.0208092306.4b11aabe@posting.google.com>


I dont think you can modify the triggering statement. The Doc says,
When a trigger is fired, you can retrieve certain attributes about the event that fired the trigger. Each attribute is retrieved by a function call.

But you can do one thing.
In the trigger get the table name and give rename ... to ...

regards
srivenu Received on Sat Aug 10 2002 - 02:06:54 CDT

Original text of this message

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