Home » RDBMS Server » Networking and Gateways » Problems with 2 diff listener
Problems with 2 diff listener [message #145439] Thu, 03 November 2005 01:37
Uwe
Messages: 260
Registered: February 2003
Location: Zürich, Switzerland
Senior Member
Hi all,

got stuck with a second install.
I have an Oracle 8.1.7.4 with the listener listener_8174 running on a HP/UX 11.
Now I installed Oracle 9.2.0.6 in a diff ORACLE_HOME
As I try to start the newly listener called LISTENER_9206 it bet for "already running"
Running is the listener for 8174.
If I try to get lsnrctl status listener_9206 it always shows up the listener_8174 vith the para-file from ORA8-Home and not ORA9-Home.

see both listener.ora above
How to deal with this problem ? I need the 9.2.0.6 as Upgrade of former running MTED under 8.1.7.4
But startup migrate won't run also - this is another post in SERVER-Forum

listener.ora (8.1.7.4)
-----------------------------------------------------------
# LISTENER.ORA Network Configuration File: /ora1/app/oracle/product/8.1.7.4/netw
ork/admin/listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER_8174 =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /ora1/app/oracle/product/8.1.7.4)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = mpru.prod)
(SID_NAME = MPRU)
(ORACLE_HOME = /ora1/app/oracle/product/8.1.7.4)
(PRESPAWN_MAX = 10)
)
(SID_DESC =
(GLOBAL_DBNAME = ods.test)
(SID_NAME = ODST)
(ORACLE_HOME = /ora1/app/oracle/product/8.1.7.4)
(PRESPAWN_MAX = 10)
)

LISTENER_8174 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = agnux15)(PORT = 1521))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
)
)
--------------------------------------------------------------
listener.ora (9.2.0.6)
--------------------------------------------------------------
# LISTENER.ORA Network Configuration File: /ora1/app/oracle/9.2/network/admin/li
stener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER_9206 =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /ora1/app/oracle/9.2)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = mted.test)
(SID_NAME = MTED)
(ORACLE_HOME = /ora1/app/oracle/9.2)
(PRESPAWN_MAX = 10)
)
)

LISTENER_9206 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = agnux15)(PORT = 1522))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
)
)
Previous Topic: Eroor Message
Next Topic: ORA-12541: TNS: no listener but I can connect from the server !
Goto Forum:
  


Current Time: Tue Apr 23 14:19:09 CDT 2024