|
|
Re: Can Initialization parameter on client side? [message #63296 is a reply to message #63283] |
Fri, 24 September 2004 05:49 |
croK
Messages: 170 Registered: April 2002
|
Senior Member |
|
|
YES you can.
Actually, i have 15 oracle databases on 15 sun enterprise servers, and placed all those init.ora files
on one sun server intended for maintanance and backup procedures.
1. I created directory on my local server. Let's
say remote_db
2. then created 15 directories under the parent directory remote_db
remote_dbdb01 (whatever name)
remote_dbdb02
3. ftp every init.ora from production servres to
my local directories
you can now startup or shutdown db remotely
1. sqlplus sys/pwd@remote_db01 as sysdba
2. startup pfile=remote_dbdb01init.ora
Best luck.
Remote DBA for hire.
|
|
|