[Net:Invalid SID] Error!!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Odac User

[Net:Invalid SID] Error!!

Post by Odac User » Mon 24 Apr 2006 08:55

Hello..
My environment is
oracle 10g, ODAC 5.70.0.29 net=true

sometimes a Error occured [Net:Invalid SID]

a problem that must be solved as soon as possible.

What is wrong?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 25 Apr 2006 08:50

We suppose that you received this error on OraSession.Open operation. Please check your application using Oracle client. Check that OraSession.Server is in 'Host:Port:SID' format (see ODAC documentation).

AlexandreECAD
Posts: 40
Joined: Wed 30 Nov 2005 15:55
Location: Brazil

I'm getting this erro also

Post by AlexandreECAD » Tue 09 May 2006 18:56

My enviroment is Oracle 8.1.7 Enterprise Odac 5.70.30 with Net option

I'm receiving this error sometimes not always so isnt problem with OraSession.Server string.

Whats is wrong? What are the others causes to receive this error, may be a problem with my Database.

Thanks

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 11 May 2006 09:12

We will examine this problem. As soon as we solve the problem, we'll let you know.

AlexandreECAD
Posts: 40
Joined: Wed 30 Nov 2005 15:55
Location: Brazil

I've found the reason

Post by AlexandreECAD » Thu 11 May 2006 12:07

Paul,

The user limit configured in the OS was insufficient, it was configured with 1000 users and when we reach this limit, my applications start to report this error. May be you can change the message to something more detailed.

Thanks :P

Post Reply