Page 1 of 1

Where can I configure the SID in TOraSession?

Posted: Mon 14 Jan 2008 18:33
by guenter1978
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?

Posted: Wed 16 Jan 2008 08:47
by Plash
SID is specified in Server property of TOraSession. For Direct mode you should set Server property in the format

Host:Port:SID

Posted: Mon 21 Jan 2008 16:01
by guenter1978
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.