Hello,
I use the package body editor to write stored procedure. The procedure has some constatnts in hebrew.
I can write compile and test and all is fine.
But if I close the package body window, and open the same package again, the hebrew constants apear as gibrish '????'. Now I can't compile again as the gibrish is saved to the database as seen on screen. I have to correct all hebrew constants before new compiltaion.
My nls setting in the database are:
NLS_CHARACTERSET AL32UTF8
NLS_NCHAR_CHARACTERSET AL16UTF16
and the local computer I work on registry key (under oracle_home):
nls_lang AMERICAN_AMERICA.IW8ISO8859P8
Data I enter through the grid or through other programs connected to the database apears correct after reading it back from the database.
Please help.
TIA
gad
I use the package body editor to write stored procedure. The procedure has some constatnts in hebrew.
I can write compile and test and all is fine.
But if I close the package body window, and open the same package again, the hebrew constants apear as gibrish '????'. Now I can't compile again as the gibrish is saved to the database as seen on screen. I have to correct all hebrew constants before new compiltaion.
My nls setting in the database are:
NLS_CHARACTERSET AL32UTF8
NLS_NCHAR_CHARACTERSET AL16UTF16
and the local computer I work on registry key (under oracle_home):
nls_lang AMERICAN_AMERICA.IW8ISO8859P8
Data I enter through the grid or through other programs connected to the database apears correct after reading it back from the database.
Please help.
TIA
gad