Hi
I use ODAC 9.2.7 and Oracle 9i
My Oracle 9i character set is AL32UTF8.
My code is
------------------------------------------------------
...
orasession1.server := '127.0.0.1:1521:utf8';
orasession1.options.Direct := true;
orasession1.options.charset := 'AL32UTF8';
orasession1.options.unicodeEnvironment := true;
orasession1.options.useUnicode := true;
orasession1.connect;
happen error.
Result test, Direct and unicodeEnvironment options is have a problem.
But OCI Evironment is works very well
Connect fail to AL32UTF8 oracle server
Re: Connect fail to AL32UTF8 oracle server
Hello,
Thank you for the information. We have already fixed this problem. The fix will be included to the next version.
Thank you for the information. We have already fixed this problem. The fix will be included to the next version.
Re: Connect fail to AL32UTF8 oracle server
thank you!
I want receive the fix version
I want receive the fix version
Re: Connect fail to AL32UTF8 oracle server
The new version with the fix will be released this week.
Re: Connect fail to AL32UTF8 oracle server
thank you very much
Re: Connect fail to AL32UTF8 oracle server
When do you release ODAC?
Re: Connect fail to AL32UTF8 oracle server
The new version with this fix is already available for download at our website.