How to connect Oracle by Service Name on Direct mode?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
capelin
Posts: 14
Joined: Fri 05 Mar 2010 05:39

How to connect Oracle by Service Name on Direct mode?

Post by capelin » Sun 17 Oct 2010 13:51

Now, Unidac allowing only through SID connection,But not Service Name.When "Service Name"=SID,The connect is OK.
example:Server=192.168.0.2:1521:test;

And "Service Name"SID,The connect is Errored.Why?

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

Post by AlexP » Mon 18 Oct 2010 08:48

Hello,


In the direct mode, you can connect only using SID.
Now we don't support possibility connect using Service Name (if SIDService Name).
We will consider the possibility of adding this feature in one of the next builds/versions.

Post Reply