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 -> Triggers and DDL

Triggers and DDL

From: Mark Rommelfanger <m.rommelfanger_at_mercmarine.com>
Date: 8 Dec 1999 17:13:52 GMT
Message-ID: <82m3kg$ri$1@ssauraaa-i-1.production.compuserve.com>


I am writing a trigger that fires after insert. I want to use the information inserted to create a temporary table. I was thinking of using the dbms_sql package but when using DDL with dbms_sql it does an implied commit after the prepare executes the statement but commits are not allowed in triggers. Is there another way to accomplish what I want.

Thanks,

Mark Received on Wed Dec 08 1999 - 11:13:52 CST

Original text of this message

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