15
ENABLE ORACLE DATABASE VAULT 11GR2 OSAMA MUSTAFA ENABLE ORACLE DATABASE VAULT 11GR2 Introduction This document describe steps to to enable oracle database vault, next document will be how to work with oracle database vault. Version of database is 11gR2 Environment:- Operating System: Oracle Linux 6.6 Database: - 11.2.0.4 In my case Grid Infrastructure installed on both node. Software Needed:- 1- Oracle Database.

Enable oracle database vault

Embed Size (px)

Citation preview

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

Introduction

This document describe steps to to enable oracle database vault, next document will be how to work

with oracle database vault. Version of database is 11gR2

Environment:-

Operating System: Oracle Linux 6.6

Database: - 11.2.0.4

In my case Grid Infrastructure installed on both node.

Software Needed:-

1- Oracle Database.

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

About the Author

Osama Mustafa has progressive experience in Oracle Products, community. He recently served as

Oracle Database Administrator.

Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage

Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect,

build and support highly-available Oracle EBS, Database and Fusion Middleware environments including

appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and

test databases.

He entered Oracle ACE Program in 2013, he is author for the book Oracle Penetration Testing, Osama

Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and Solaris

Administrator.

Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour,

Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as

IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK

Event around the world. Recently his article has been published on OTECH magazine about Real

Application Cluster Here.

Twitter: @OsamaOracle G+: Osama Mustafa SlidShare: Osama Mustafa LinkedIn: http://www.linkedin.com/in/osamamustafa Blog: https://osamamustafa.blogpsot.com.

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

Database vault Architecture

First of all you need to enable the database vault option using the below command: -

sqlplus sys as sysoper Enter password: password

SQL> SHUTDOWN IMMEDIATE SQL> EXIT

$ emctl stop dbconsole $ lsnrctl

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

For Oracle RAC installations, shut down each database instance as follows:

$ srvctl stop database -d db_name

cd $ORACLE_HOME/rdbms/lib $ make -f ins_rdbms.mk dv_on lbac_on ioracle

SELECT * FROM V$OPTION WHERE PARAMETER = 'Oracle Database Vault'; PARAMETER VALUE ----------------------------- ----------------------- Oracle Database Vault TRUE Now the option is enabled but the DBV is not configured follow the below screens using dbca, enterprise should be configured as well since the DBV working on the same port as EM.

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

Check The database vault option.

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

ENABLE ORACLE DATABASE VAULT 11GR2

OSAMA MUSTAFA

ENABLE ORACLE DATABASE VAULT 11GR2

Done after this screen the installation for database vault will be installed you can access configuration screen by https://hostname:1158/dva Enjoy.