| Oracle® Database Vault Installation Guide 10g Release 2 (10.2) for Linux Part Number B25165-01 |
|
|
View PDF |
You can use the Server Control (SRVCTL) utility to manage Oracle Database Vault RAC instances. You need to follow the following procedure to use the SRVCTL utility:
You need to allow SYSDBA sessions using the orapwd utility. Use the orapwd utility to re-create the password file used for authentication. The following example creates a password file called orapworcl. It uses the password option to supply the SYS user password. The force=y option is used to overwrite the current password file. Setting nosysdba=n enables SYSDBA logon.
orapwd file=$ORACLE_HOME/dbs/orapworcl password=5hjk99 force=y nosysdba=n
Stop the Enterprise Manager dbconsole process:
emctl stop dbconsole
Stop all database instances using SQL*Plus:
sqlplus SYS "AS SYSDBA" Enter password: SQL> shutdown immediate
Restart the instances using the srvctl command:
srvctl start instance -d sid -i instance_name -c "SYS/password AS SYSDBA"