TOraSession->ConnectDialog->GetServerList compatibility issue

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
albourgz
Posts: 160
Joined: Wed 06 May 2009 12:17
Location: belgium

TOraSession->ConnectDialog->GetServerList compatibility issue

Post by albourgz » Thu 21 Aug 2014 08:20

Hi,
I used this method in an app using bcb 2010/odac 6.
I just upgraded to bcb XE6 / odac 9.3.10.
tnsnames holds:
CMAN.WORLD =
(DESCRIPTION =
(ENABLE = broken)
(ADDRESS = ....)
(LOAD_BALANCE = on)
(FAILOVER = on)
(CONNECT_DATA =...)
)

With odac 6 "CMAN.world" was retrieved.
With odac 9 only "CMAN" is retrieved. All ".WORLD" extension are ignored.

tnsping cman.world works, tnsping cman does not work.

Is there any setting allowing me to retrieve the full tnsname alias?

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

Re: TOraSession->ConnectDialog->GetServerList compatibility issue

Post by AlexP » Thu 21 Aug 2014 10:35

Hello,

Thank you for the information, we have reproduced the problem and will try to fix it as soon as possible.

Post Reply