close

How to Disable Oracle Database Vault Option?

To disable Oracle Database Vault option, here are the steps to follow: 

1. emctl stop dbconsole (if started)

2. lsnrctl stop listener (logon as grid user if available)

3. srvctl stop database –d {DB_NAME}

4.
cd $ORACLE_HOME/rdbms/lib
make –f ins_rdbms.mk dv_off
cd $ORACLE_HOME/bin
relink all

5. emctl start dbconsole (if it’s been used)

6. lsnrctl start listener (logon as grid user if applicable)

7. srvctl start database –d {DB_NAME}

8. Check Resullt:
export ORACLE_SID={DB_NAME}
sqlplus / as sysdba
SQL> select * from v$option where parameter = 'Oracle Database Vault';
PARAMETER VALUE
---------------------------------------- ------------------------------
Oracle Database Vault FALSE
 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 DanBrother 的頭像
    DanBrother

    DanBrother的部落格

    DanBrother 發表在 痞客邦 留言(0) 人氣()