Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> TNS-12203 error when using OCI olog() on SCO Unix.

TNS-12203 error when using OCI olog() on SCO Unix.

From: <efauquem_at_my-dejanews.com>
Date: Wed, 27 May 1998 09:30:26 GMT
Message-ID: <6kgmfi$jbq$1@nnrp1.dejanews.com>


Hi,

I'm sending SQL requests with OCI to a local Oracle 7 database on SCO OpenServer.
I'm looping OCI calls
{

  putenv(...) // setting ORACLE_SID to my sid
  olog (...)  // using os-authentified user "/"
  oopen(...)
  oparse(...)
  oexec(...)
  ofetch(...)
  oclose(...)
  ologof(...)

}
and sometimes (really !) I get a TNS-12203 error on the olog() call, especially when I loop those calls a lot. I then cannot access the instance anymore from within my application, but I still can from server manager.
TNS seem OK, as I can connect to the instance using the server manager.

Versions info :
 OS : SCO Open Server 5.0.4
 Oracle WorkGroupServer 7.3.4

Any idea of what could be wrong ?

Thanks,

Eric
efauquem_at_my-dejanews.com

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed May 27 1998 - 04:30:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US