Re: Intermittent SQLNET errors
Date: 3 Apr 2006 02:20:38 -0700
Message-ID: <1144056038.818136.90700_at_e56g2000cwe.googlegroups.com>
yoram.ayalon_at_structuredweb.com schreef:
> Fatal NI connect error 12560, connecting to:
>
[Quoted] [Quoted] [Quoted] [Quoted]
> (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=WEBSRV13)(USER=NETWORK?SERVICE))))
>
there's a process (in c:\windows\system32\inetsrv\w3wp.exe), that tries
to connect directly
to your instance, named ORCL, using a local (bequeth) connection.
Might be some run-away process, trying to reconnect, but not having the
correct
connection info (and thus falling back to bequeth).
The process runs on websrv13, and was started by NETWORK?SERVICE.
Maybe you do not have ORCL, but it's a commonly used default, and does
not mean
anything.
If it's a rogue program, try to identify what is causing it to spin. If
it is ligit, change
your environment variables (specifically, oracle_sid, and local)
Received on Mon Apr 03 2006 - 11:20:38 CEST