Is there a chance of raising ORA-0054 for a DML operation such as SELECT .... FOR UPDATE or UPDATE .
Is there a chance of throwing ORA-00054 during a DML operation such as SELECT .... FOR UPDATE or UPDATE?
According to the ORA-00054 definition, this exception can only be expected during DDL or SELECT .. FOR UPDATE NOWAIT operations.
But it's 'Diagnosis' section says "- None normally required unless this is occurring when not expected."
Does this mean, -00054 exception can be raised elsewhere as well ?????????
Thanks,
Rona