Character Set Problem

Oguz

Member
Hello,

I read the other topics about this problem but my problem is still going.

1) Ii changed the NLS_LANG parameter to HUNGARIAN_HUNGARY.EE8MSWIN1250 belong that path in regedit.

Bilgisayar\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ORACLE\KEY_OraClient12Home1_32bit

2) Then i added belong sentence to params.ini

# plsqldev.exe nls_lang=HUNGARIAN_HUNGARY.EE8MSWIN1250

3) Then i runned belong code at the command window in plsql

plsqldev.exe nls_lang=HUNGARIAN_HUNGARY.EE8MSWIN1250

4) But when i look the Help / Support Info at the plsql developer application i am seeing belong sentence block. So why this values are not changed by my regedit configuration idk.

Character Sets
Character size: 4 byte(s)
CharSetID: 873
NCharSetID: 2000
Unicode Support: True
NLS_LANG: TURKISH_TURKEY.WE8ISO8859P9
NLS_NCHAR_CHARACTERSET: AL16UTF16
NLS_CHARACTERSET: AL32UTF8

Best Regards.
 
Can you run this command again?

plsqldev.exe nls_lang=HUNGARIAN_HUNGARY.EE8MSWIN1250

Next, go to Help > Support Info and send me the text from the "Info" tab page.
 
Marco Kalter said:
Can you run this command again?

plsqldev.exe nls_lang=HUNGARIAN_HUNGARY.EE8MSWIN1250

Next, go to Help > Support Info and send me the text from the "Info" tab page.

Hello Marco,

I runned that command again and i sending the text.

Best Regards.

PL/SQL Developer
Version 14.0.6.1988 (32 bit)
01.261962
Service Contract: 31/12/9999
Windows 10 (64-bit) Build 19041
tr-TR(1055)/Türkçe (Türkiye)

Physical memory : 8,194,776 kB (1,081,560 available)
Paging file : 17,631,960 kB (4,586,228 available)
Virtual memory : 2,097,024 kB (1,620,740 available)

Parameters
C:\Program Files (x86)\PLSQL Developer 14\plsqldev.exe

Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: True

Preference Files
C:\Users\IFS-OGUZHANK\AppData\Roaming\PLSQL Developer 14\Preferences\default\Default.ini
C:\Users\IFS-OGUZHANK\AppData\Roaming\PLSQL Developer 14\Preferences\IFS-OGUZHANK\default.ini

License File
C:\ProgramData\PLSQL Developer\aalf.dat

Debug file
C:\Users\IFS-OGUZHANK\AppData\Roaming\PLSQL Developer 14\PlSqlDev.elf

Plug-Ins
*Active Query Builder (C:\Program Files (x86)\PLSQL Developer 14\PlugIns\ActiveQueryBuilder.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files (x86)\PLSQL Developer 14\PlugIns\plsqldoc.dll)
(* is Active)

Aliases

Homes
OraClient12Home1_32bit (C:\app\client\IFS-OGUZHANK\product\12.2.0\client_1)

DLLs
C:\app\client\IFS-OGUZHANK\product\12.2.0\client_1\bin\oci.dll

TNS File
C:\app\client\IFS-OGUZHANK\product\12.2.0\client_1\Network\Admin\tnsnames.ora

Using
Home: OraClient12Home1_32bit
DLL: C:\app\client\IFS-OGUZHANK\product\12.2.0\client_1\bin\oci.dll
OCI: version 12.1 (12.2.0.1.0)

Character Sets
Character size: 4 byte(s)
CharSetID: 873
NCharSetID: 2000
Unicode Support: True
NLS_LANG: TURKISH_TURKEY.WE8ISO8859P9

Process
Working Set = 96,645,120
Memory = 63,870,540
GDI Objects = 1529
User Objects = 1137
Handles = 695

Monitor
PixelsPerInch = 120

Id = 0
PPI = 120
Primary = True
Handle = 65537
Left = 0
Top = 0
Width = 1920
Height = 1080

MainFormOnTaskbar = True
fd5Vg6T
 
The parameter list is as follows:

Parameters
C:\Program Files (x86)\PLSQL Developer 14\plsqldev.exe

This indicates that the nls_lang parameter is not coming through. Can you verify this?
 
Back
Top