listener doubts [message #74672] |
Wed, 02 February 2005 01:26 |
yram
Messages: 75 Registered: February 2001
|
Member |
|
|
Hi
i have 2 databases.. (egs chennaidev, chennaiprod)
can u tell me how to stop the database (chennaidev) using a listener from a client machine.
Regards
Yram
|
|
|
Re: listener doubts [message #74688 is a reply to message #74672] |
Thu, 03 February 2005 17:19 |
devika
Messages: 21 Registered: November 2004
|
Junior Member |
|
|
Hello,
If u have to stop or shutdown a database thru a remote machine then :
1. Start up the listener where ur server resides.
2. Create a connect string for that listener in tnsnames.ora in the client machine.
3. Invoke RMAN and connect to ur database thru this connect string.
4. U can now shutdown the database from client machine also
|
|
|