Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-14982

A replay rule wrapper procedure cannot change replay rules of another procedure owned by a different user.

Cause

An attempt has been made to change replay rules of a procedure by calling a replay rule wrapper procedure with DBMS_APP_CONT.SCOPE_PARENT. This requires that both procedures have the same owner.


Action

Ensure a replay rule wrapper procedure created with DBMS_APP_CONT.SCOPE_PARENT is always called by procedures with the same owner as that of the wrapper.