Page 1 of 1

Why are there no Port and SID properties on TOraSession?

Posted: Wed 29 Oct 2014 09:24
by jmuehlenhoff
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.

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

Posted: Wed 29 Oct 2014 09:58
by AlexP
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 .