Database Error Messages

OCI-04272

The specified Multilingual Engine (MLE) procedure or function must be pure in this context.

Cause

An attempt is being made to use an MLE procedure or function which has not been declared as pure.


Action

Use the PURE keyword when declaring the MLE procedure or function.