ERR-4102C

Incompatible NLS between the client and the server

Version

5.3.3 or below

Explanation

Unable to connect to the client.

Cause

This error occurs if the character sets for Altibase and the client differ.

Action

Set the NLS value of the client to the same value as the Altibase server. You can also set the character set by using the environmental variable called ALTIBASE_NLS_USE from iSQL.

Reference

1. Check the Character Set

iSQL> SELECT nls_use, nls_characterset FROM v$nls_parameters;
NLS_USE                                   NLS_CHARACTERSET
---------------------------------------------------------------------------------------
US7ASCII                                  MS949

(NLS_USE : Client Character Set,  NLS_CHARACTERSET : DB Character Set)

2. How to set the environmental variables

Execute the following command from the client shell.

$export ALTIBASE_NLS_USE=MS949

Copyright ⓒ 2000~2016 Altibase Corporation. All Rights Reserved.

These documents are for informational purposes only. These information contained herein is not warranted to be error-free and is subject to change without notice. Decisions pertaining to Altibase’s product characteristics, features and development roadmap are at the sole discretion of Altibase. Altibase may own related patents, trademarks, copyright or other intellectual property rights of products and/or features discussed in this document.