dbTalk Databases Forums  

create trigger and DML

comp.databases.oracle.server comp.databases.oracle.server


Discuss create trigger and DML in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daud
 
Posts: n/a

Default create trigger and DML - 01-25-2006 , 10:40 PM






What happen when during the 'create trigger ...' on a table, a DML
takes place on the table? Does the DML fail or does it wait for the
'create trigger' to complete before running?

Thanks

Daud


Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: create trigger and DML - 01-26-2006 , 03:13 PM






Daud wrote:
Quote:
What happen when during the 'create trigger ...' on a table, a DML
takes place on the table? Does the DML fail or does it wait for the
'create trigger' to complete before running?

Thanks

Daud
If there is DML taking place while you are creating a trigger you
need to go back to Software 101 and learn about change management
concepts.

STARTUP RESTRICT may just be a good idea but it should be the law.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.