Where can I configure the SID in TOraSession?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
guenter1978
Posts: 9
Joined: Fri 10 Nov 2006 12:01

Where can I configure the SID in TOraSession?

Post by guenter1978 » Mon 14 Jan 2008 18:33

Hello,

I just downloaded and installed the developer version of the oracle dataaccess components.

I wanted to try out the feature to connect to an oracle database without installing the client tools.

I entered, the servername, username, password and schema, but everytime when I try to connect I get the message that a wrong SID is used.

Sadly I don't find any place for configuring the SID. Can you please give me a wink where I can specify the SID?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 16 Jan 2008 08:47

SID is specified in Server property of TOraSession. For Direct mode you should set Server property in the format

Host:Port:SID

guenter1978
Posts: 9
Joined: Fri 10 Nov 2006 12:01

Post by guenter1978 » Mon 21 Jan 2008 16:01

Hello,

thank you for the tip ... and sorry for the double posting ... at the time I've written the topic I didn't know that both things are entered in same property.

Post Reply