Database Error Messages

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.