NET: Service unavailable

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

NET: Service unavailable

Post by guenter1978 » Mon 14 Jan 2008 22:36

Hello,

I am trying to connect to an Oracle 10g Express Database, but I always get the message "NET: Service unavailable".

I setted the direct option to true, cause this was one of the reasons why we decided to use this components with this licence.

What do I make wrong? Other components, which are using the oracle client (oci...dll) are working, but I want to avoid using the oracle client.

Is there any important setting I missed?

I specified the username, password, schema and server. In Server property I entered the ip address of the oracle server followed by ":" and the SID of the database. Like (192.168.1.249:XE)

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

Post by Plash » Wed 16 Jan 2008 08:49

Try to specify Port in Server property. For example,

192.168.1.249:1521:XE

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

Post by guenter1978 » Mon 21 Jan 2008 15:59

Hello,

thank you this helps very much.

Did I miss something or is this information really nowhere written down in the supplied help files?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 22 Jan 2008 12:06

Please refer to the "Connecting in Direct mode" topic in ODAC help.

Post Reply