Oracle Database Vault - Part 2 ( Enable Oracle Database Vault by relinking )

on 8:41 AM

We need to stop the Listener,database,database control and then enable the oracle database vault.

[oracle@india ~]$ . oraenv
ORACLE_SID = [Stage] ? 
The Oracle base for ORACLE_HOME=/u01/app/oracle/oracle11g/product/11.2.0.4/dbhome_2 is /u01/app/oracle

[oracle@india ~]$ lsnrctl stop

[oracle@india ~]$ sqlplus / as sysdba

SQL>shutdown immediate;

[oracle@india ~]$ emctl stop dbconsole

# Enable the oracle database vault.

[oracle@india ~]$ cd $ORACLE_HOME/rdbms/lib

[oracle@india ~]$ make -f ins rdbms.mk dv on lbac on ioracle

# Start the Database and Listener.

Sql>startup;

[oracle@india ~]$ lsnrctl start

0 comments:

Post a Comment