Database Error Messages

Release
toggle
  • 23ai
  • 21c
Updated
Jun 24, 2024

OCI-04106

Module string referred to by string has been modified since the execution context was created.

Cause

An attempt was made to use a function of a module that has been modified since the execution context was created.


Action

Rerun the function. Rerunning the function after encountering this error implicitly creates and uses a new execution context. Alternatively call DBMS_SESSION.reset_package() to reset the session.