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

Re: Trigger DDL

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 11 Aug 2002 21:09:18 -0500
Message-ID: <uofc8mzdg.fsf@hotpop.com>


On Fri, 9 Aug 2002, rhejnowicz_at_telmax.com.pl wrote:

> If you can, please write me a trigger described below.
>
> EXAMPLE:
>
> I type command:
> create table a (id_serial number, ...);
>
> result of running trigger BEFORE:
>
> create table a_var01 (id_serial number, ...);
>
> where in trigger I modified name of a table.

A trigger is created after a table is created, not during the creation.

-- 
Galen deForest Boyer
Sweet dreams and flying machines in pieces on the ground.
Received on Sun Aug 11 2002 - 21:09:18 CDT

Original text of this message

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