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

Home -> Community -> Usenet -> c.d.o.tools -> triggers question

triggers question

From: milan <milan_at_enterprise.net>
Date: 2000/08/06
Message-ID: <398DE1C3.822A9A@enterprise.net>#1/1

Hi,

I have a alter trigger at the schema level and want to be able to create a trigger on the same table dynamically. I am using autonomous transactions to allow commit operations inside a trigger however I have a locking problem when altering the table and then at the same time trying to create a trigger on the same table. Is there a way around this? I was thinking of using DBMS_JOB to schedule the trigger creation at a later time but this would be the optimal solution.

Any helo is appreciated.

Thanks

Ketan Received on Sun Aug 06 2000 - 00:00:00 CDT

Original text of this message

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