ORA-08006: specified row no longer exists
Hi,
We tried to run the merge sql statement in sqldeveloper but the result was unsuccessful because we encountered an error as shown below.
--------------------------------------------
Error report:
SQL Error: ORA-08006: specified row no longer exists
08006. 00000 - "specified row no longer exists"
*Cause: the row has been deleted by another user since the operation began
*Action: re-try the operation
--------------------------------------------
I already checked the Oracle documents in the support web but some say it is a bug.
Any idea why this ORA-08006 is encountered?
The activity we are doing is the masking part.
Thank you in advance!
-Brian