Oracle Error PLS-01910: : associative array shape is not consistent with session parameters

Oracle Error Message

PLS-01910: : associative array shape is not consistent with session parameters

Reason for the Error

NLS parameters affecting comparison of keys have been altered dynamically. The associative array’s index is invalid.

Solution

Avoid using associative arrays with string keys in applications which require frequent changes of NLS_COMP and/or NLS_SORT.