Re: "ORA-06108: NETTCP" error with WWW applications
From: Janos Geller <jgeller_at_panix.com>
Date: 1995/05/16
Message-ID: <3patcg$1ga_at_panix.com>#1/1
Date: 1995/05/16
Message-ID: <3patcg$1ga_at_panix.com>#1/1
Mike . Grapevine (grape_at_suned1.nswses.navy.mil) wrote:
: Well, I'm back to doing my WWW/Oracle application development,
: but yesterday, I started getting error "ORA-06108: NETTCP" on
: any access requests Oracle applications/programs from any other
: UNIX hosts than the one that the Oracle DB is on. Of course,
: this error is one of those that is not in the Oracle error
: message manual. Anybody know what error ORA-06108 is caused by ?
:
Using the oerr facility:
$ oerr ora 6108
06108, 00000, "NETTCP: connect to host failed"
// *Cause: Connection attempt to remote host has failed. Probably means // that the SQL*Net TCP/IP server on the remote host is not up, // or the host itself is not up (check the latter by targeting // it with Telnet). // *Action: Start the SQL*Net TCP/IP server process on the remote host.
Hope this helps: Janos Received on Tue May 16 1995 - 00:00:00 CEST