PCB-00206: Cannot use N quoted literal in PL or SQL when NLS_LOCAL=YES

PCB-00206: Cannot use N quoted literal in PL or SQL when NLS_LOCAL=YES

Cause: A N literal (a literal of the form N ... ) was used within a PL or SQL block when the precompiler option NLS_LOCAL=YES was used. N literals are not supported in this situation.

Action: Use an ordinary literal (one without the N ) within the PL or SQL block or use precompiler option NLS_LOCAL=NO.

No comments:

Post a Comment