nls_nchar_conv_excp specifies whether to report an error when data is lost during the conversion between NCHAR/NVARCHAR2 and CHAR/VARCHAR2.
| Property | Description |
|---|---|
| Parameter type | bool |
| Default value | FALSE |
| Value range | * TRUE: indicates that the system will report an error in case of data loss. * FALSE: indicates that the system will not report an error in case of data loss. |
| Effective scope | * GLOBAL * SESSION |
| Involved in serialization | Yes |
| Plan generation affected | Yes |