Page 1 of 1

Connect fail to AL32UTF8 oracle server

Posted: Tue 22 Apr 2014 00:55
by ysyang
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

Re: Connect fail to AL32UTF8 oracle server

Posted: Tue 22 Apr 2014 09:46
by AlexP
Hello,

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

Posted: Tue 22 Apr 2014 10:47
by ysyang99
thank you!

I want receive the fix version

Re: Connect fail to AL32UTF8 oracle server

Posted: Tue 22 Apr 2014 13:09
by AlexP
The new version with the fix will be released this week.

Re: Connect fail to AL32UTF8 oracle server

Posted: Tue 22 Apr 2014 13:43
by ysyang99
thank you very much

Re: Connect fail to AL32UTF8 oracle server

Posted: Mon 28 Apr 2014 05:47
by ysyang99
When do you release ODAC?

Re: Connect fail to AL32UTF8 oracle server

Posted: Fri 04 Jul 2014 07:12
by AlexP
The new version with this fix is already available for download at our website.