Connect fail to AL32UTF8 oracle server

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ysyang
Posts: 44
Joined: Tue 14 Jun 2005 09:10

Connect fail to AL32UTF8 oracle server

Post by ysyang » Tue 22 Apr 2014 00:55

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connect fail to AL32UTF8 oracle server

Post by AlexP » Tue 22 Apr 2014 09:46

Hello,

Thank you for the information. We have already fixed this problem. The fix will be included to the next version.

ysyang99
Posts: 16
Joined: Tue 04 Dec 2012 08:43

Re: Connect fail to AL32UTF8 oracle server

Post by ysyang99 » Tue 22 Apr 2014 10:47

thank you!

I want receive the fix version

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connect fail to AL32UTF8 oracle server

Post by AlexP » Tue 22 Apr 2014 13:09

The new version with the fix will be released this week.

ysyang99
Posts: 16
Joined: Tue 04 Dec 2012 08:43

Re: Connect fail to AL32UTF8 oracle server

Post by ysyang99 » Tue 22 Apr 2014 13:43

thank you very much

ysyang99
Posts: 16
Joined: Tue 04 Dec 2012 08:43

Re: Connect fail to AL32UTF8 oracle server

Post by ysyang99 » Mon 28 Apr 2014 05:47

When do you release ODAC?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connect fail to AL32UTF8 oracle server

Post by AlexP » Fri 04 Jul 2014 07:12

The new version with this fix is already available for download at our website.

Post Reply