Oracle DBA, How To, Error, Cause and Action

ORA-14403: cursor invalidation detected after getting DML partition lock

ORA-14403: cursor invalidation detected after getting DML partition lock


Cause:


cursor invalidation was detected after acquiring a partition lock during an INSERT, UPDATE, DELETE statement. This error is never returned to user, because is caught in opiexe() and the DML statement is retried.



Action:


nothing to be done, error should never be returned to user

No comments:

Post a Comment

Thanks for your comment.