I tried, it didn't help.
I even added the SetEnv to apache .conf, cause otherwise mod_mono is maybe not recognizing it like the OCI lib LD_LIBRARY_PATH. env parameters are not automatically available under apache mod_mono - the interface module to mono runtime.
anyway, what I am also doing is setting the database session initially before I test the statements.
alter session set NLS_TERRITORY='germany' (for example)
Testing on windows (webserver client ASP.NET) it works fine. As soon as mono is running the code it is somewhere replacing chars to "?"
The direction mentioned is not bad - cause mod_mono could maybe not know something.
Main Topics
Browse All Topics





by: konektorPosted on 2007-10-25 at 09:52:34ID: 20149131
try place export NLS_LANG=german_germany.WE 8ISO8859P1 32UTF8
or NLS_LANG=german_germany.AL
into .profile of os user, under which aplication connecting to oracle tyn