LISTENER [message #61454] |
Sun, 25 April 2004 06:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
barwas
Messages: 19 Registered: October 2003
|
Junior Member |
|
|
Hi......
How to let pmon register with listener manually
thank u
|
|
|
|
Re: LISTENER [message #61458 is a reply to message #61454] |
Sun, 25 April 2004 21:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
You mean the PMON to register the instance automatically !!! The manual way was the old way.
Here is an example:
# LISTENER.ORA Network Configuration File: d:oracleora920eenetworkadminlistener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = DRACULA)(PORT = 1521))
)
)
)
No SID_LIST as before.
Hope that helps,
Trifon Anguelov
DBAclick.com | DBA Forums
|
|
|
Re: LISTENER [message #61463 is a reply to message #61458] |
Mon, 26 April 2004 08:56 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
barwas
Messages: 19 Registered: October 2003
|
Junior Member |
|
|
thanx
ya that's rite now pmon will register with listener when database startup only, so how can i order pmon to regiter with listener time i want
thanx
|
|
|