Direct mode and IPv6

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
hclaassens
Posts: 14
Joined: Wed 23 Mar 2011 09:53

Direct mode and IPv6

Post by hclaassens » Wed 11 May 2016 08:58

I'm using the Devart driver for Oracle 6.7.11 with Delphi XE2 Update 4 Hotfix 1 connecting to a Oracle 11.0.2.4 database.

Howto specify the Database parameter if I'm using the driver in Direct Mode?

The line in tnsnames.ora is :

PPIMAT_VBOX6=
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=[fe80::c537:4cd2:c0a4:2407])(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ppimat)))

Should I set Database parameter to
fe80::c537:4cd2:c0a4:2407:1521:sn=ppimat
or
[fe80::c537:4cd2:c0a4:2407]:1521:sn=ppimat

I've set the IPVersion param to IPBoth.

But I'm not able to connect to the Oracle database in direct mode,while I don't have a problem with the Oracle client to the same database in IPv6.
IPv4 gives no problems.
The error message is Unknown host.....

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Direct mode and IPv6

Post by MaximG » Thu 12 May 2016 13:41

Thank you for the information. We have reproduced the problem and fixed the bug. The fix will be included in the next dbExpess Driver for Oracle build. Currently, we can send you a night build of dbExpess Driver for Oracle with the fix. For this, please specify your license number to maximg*devart*com

hclaassens
Posts: 14
Joined: Wed 23 Mar 2011 09:53

Re: Direct mode and IPv6

Post by hclaassens » Thu 12 May 2016 13:55

MaximG wrote:Thank you for the information. We have reproduced the problem and fixed the bug. The fix will be included in the next dbExpess Driver for Oracle build. Currently, we can send you a night build of dbExpess Driver for Oracle with the fix. For this, please specify your license number to maximg*devart*com
Is there a way I can see the license number in my system?
I'm asking because the drievr is purchased by another department and this might be the fastest way to get the updated version.

Thanks,
Hans

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Direct mode and IPv6

Post by MaximG » Fri 13 May 2016 13:06

To learn the number of the used license, please let us know the e-mail address used for purchase.

Post Reply