|
On 07/02/2005 11 40 37 PM Herring Dave - dherri wrote
> Is there any way to capture the SQL statement that generates an ORA-54?
The command is
alter system set events '54 trace name errorstaHi all
Does anyone know of a restriction (documented or otherwise) that
prohibits triggers from using 'for update nowait ' cursors ?
Consider the following example
<Caveat untested concept >
Seems to me if you have control over the code base and you know these
types of
things will be necessary you could implement something via DBMS_LOCK.
Any time a D
Hi
Try this.
This do not use a cursor so you can stop it when you what.
Take care in production because VALIDATE STRUCTURE do some tipe of lock.
+++++++++++++++++++++++++++++++++++++++++++ |
|