U
U
UNy2018-10-15 01:42:49
Oracle
UNy, 2018-10-15 01:42:49

Working with oracle database 11g?

After installing oracle database 11g went to sqlplus to login. Some hieroglyphs are written in the fields:
5bc3c65c514b3945097724.png
How to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vapaamies, 2018-10-15
@UNy

Depends on what is in NLS_LANG and in which direction you want to change everything. You can bring the console encoding in line with the Oracle encoding, or vice versa.

rem NLS_LANG=RUSSIAN_RUSSIA.AL32UTF8
chcp 65001
sqlplus

set NLS_LANG=RUSSIAN_RUSSIA.CL8MSWIN1251
chcp 1251
sqlplus

set NLS_LANG=AMERICAN_RUSSIA.CL8PC866
sqlplus

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question