Oracle 26ai

ORA-04106

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.