duplicate service handlers while listener running [message #199672] |
Wed, 25 October 2006 13:33 |
703009827
Messages: 10 Registered: June 2006
|
Junior Member |
|
|
Hi Folks,
I am getting a different problem.When I start the listener for a single db the listener automatically starting remaining dbs servcies on same listener even i didn't add entries
My listener.ora entries..
<Listenername> =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =<hostname> )(PORT = 1521))
)
)
)
SID_LIST_listenrname =
(SID_LIST =
(SID_DESC =
(SID_NAME = <SIDNAME>)
(ORACLE_HOME = /oracle/product/8.1.7.4)
)
)
and in the same server I am running another 5 dbs.
In service summary showing below
Services Summary...
g122d has 2 service handler(s)
p123t has 1 service handler(s)
p133t has 1 service handler(s)
p137t has 1 service handler(s)
p149t has 1 service handler(s)
p150t has 1 service handler(s)
The command completed successfully
If i shutdown the the p123t,p133t,p137t,p149t,p150t then fine only g122d is running.when I start dbs automatically the service is showing in listener.
Even I have add one more listener for remaining dbs with different port.
This is HP UNIX 11.11 and db version 8.1.7.4
Please let me know anybody faced this problem
Thanks
|
|
|
|