Home » RDBMS Server » Networking and Gateways » Multiple home listener configuration (Oracle 10g R2, Windows 2003)
|
|
|
|
|
|
|
Re: Multiple home listener configuration [message #517987 is a reply to message #517986] |
Sat, 30 July 2011 11:51  |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
28547, 0000, "connection to server failed, probable Oracle Net admin error"
// *Cause: A failure occurred during initialization of a network connection
// from a client process to the Oracle server. The connection
// was completed but a disconnect occurred while trying to
// perform protocol-specific initialization, usually due to
// use of different network protocols by opposite sides
// of the connection. This usually is caused by incorrect
// Oracle Net administrative setup for database links or external
// procedure calls. The most frequent specific causes are:
// -- The connection uses a connect string which refers
// to a Heterogeneous Services agent instead of
// an Oracle server.
// -- The connection uses a connect string which includes
// an (HS=) specification.
// -- Hitting Ctrl+C before connection initialization is
// complete.
// -- Using DRCP on Windows with SQLNET.AUTHENTICATION_SERVICES
// set to NTS.
// -- Connection timeout due to SQLNET.INBOUND_CONNECT_TIMEOUT
// parameter when all shared servers are busy in
// shared server configuration.
// *Action: Check Oracle Net administration in the following ways:
// -- When using TNSNAMES.ORA or an Oracle Names server, make sure
// that the client connection to the Oracle server uses
// the correct service name or SID.
// -- Check LISTENER.ORA on the connection end point's host machine
// to assure that this service name or SID refers
// to the correct server.
// -- Confirm in TNSNAMES.ORA or the equivalent service definition
// that the connect string does not contain (HS=).
// -- Set SQLNET.AUTHENTICATION_SERVICES to NONE when using DRCP
// on Windows.
//
What is the purpose of having multiple ORACLE_HOME folders for same Oracle version on same system?
A single ORACLE_HOME can support multiple databases.
having multiple listeners is unnecessary & potentially problematic
post results from following OS commands
lsnrctl status
lsnrctl service
[Updated on: Sat, 30 July 2011 12:09] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Mar 08 17:32:54 CST 2025
|