Re: Create Trigger causes infinite loop
Are there any other sessions using this table ?
CREATE TRIGGER must place a lock on the table.
If there is some not committed transaction on the table,
the create trigger command will hang waiting for the lock.
Subject
Views
Written By
Posted
3172
March 27, 2012 07:56AM
1382
March 27, 2012 09:30AM
Re: Create Trigger causes infinite loop
1525
March 27, 2012 12:01PM
1646
March 27, 2012 04:20PM
2670
March 27, 2012 05:43PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.