Oracle Solution for Error ora-33445

Solution for Oracle Error ORA-33445

ORA-33445: (ESDREAD15) Discarding compiled code for workspace object

because workspace object

and workspace object

, which were not partition-dependent when the code was compiled, are now partition-dependent.

What triggered the Error:

Two variables are "partition-dependent" if they share any external partition target variables, or if one is the target of an external partition of the other. If object names referred to non-partition-dependent variables at compile time but refer to partition-dependent variables in the run-time context, the OLAP DML program, formula, or model will be automatically recompiled.

What should we do to fix it:

None needed.