Where has TOraServerEnumerator gone?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
StefanORCL
Posts: 1
Joined: Sat 07 May 2016 04:02

Where has TOraServerEnumerator gone?

Post by StefanORCL » Sat 07 May 2016 04:11

Just upgraded ODAC from 9.5 to 9.6.22 and am missing the OraServices.TOraServerEnumerator class now. Where can i find the current tnsnames.ora (TOraServerEnumerator.GetTNSFileName()) and server aliases (TOraServerEnumerator.GetServerList() ) functions?

Regards,
Stefan

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

Re: Where has TOraServerEnumerator gone?

Post by AlexP » Tue 10 May 2016 04:55

Hello,

This class is declared in the OraServerEnumerator module.

Post Reply