Why are there no Port and SID properties on TOraSession?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jmuehlenhoff
Posts: 36
Joined: Fri 30 Apr 2010 11:25

Why are there no Port and SID properties on TOraSession?

Post by jmuehlenhoff » Wed 29 Oct 2014 09:24

Hi,

we noticed that in order to connect to Oracle using a different port or service ID it is necessary to know how to specify theses connection options in the `ConnectString` or `Server` property.

It would be much easier if there were a `Port` and a `SID` property on the `TOraSession` component.

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

Re: Why are there no Port and SID properties on TOraSession?

Post by AlexP » Wed 29 Oct 2014 09:58

Hello,

There is no need in these properties, since they are specified in the Server or ConnectString properties. The detailed description of these properties can be found in the documentation: http://www.devart.com/odac/docs/work_net.htm , http://www.devart.com/odac/docs/devart_ ... string.htm .

Post Reply