Issue 30868 — Using $NLS_SORT_ORDER = BINARY | KORKSC will cause ASN error 8008
Status: Solved in 10.2.01
Solution available in patch(es): G101
Description:
Uniface: Using $NLS_SORT_ORDER = BINARY or KORKSC will cause the error 8008 - Assignment error. Environment: +Uniface: Version 9.x +Operating System: OS independent +Database: DBMS independent Symptoms: Using $NLS_SORT_ORDER = BINARY or KORKSC will cause the error 8008 - Assignment error. According to the documentation the ASN setting $NLS_SORT_ORDER should accept the following arguments: * NLSLOCALE * CLASSIC * BINARY * JPNJIS (Deprecated Value) * KORKSC (Deprecated Value)
Workaround:
Use BINARY instead of CLASSIC; use NLSLOCALE instead of JPNJIS or KORKSC.
Notes: