Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database vault - How to manage the access to database objects.

3287061Aug 2 2016 — edited Aug 17 2016

Hello Everyone!

We are trying to implement database vault as a security measure to restrict data access from dba's.
So I used a "dbca >configure database option " to enable the database vault in the database.

SQL> SELECT PARAMETER, VALUE FROM V$OPTION WHERE PARAMETER = 'Oracle Database Vault';

PARAMETER                                VALUE
---------------------------------------- ------------------------------
Oracle Database Vault                    TRUE

Oracle version : 12c
OS        : Solaris

My question is it possible to manage and control the access to the database objects through database vault without "Enterprise ManagerCloud Control" ? If yes please share how.

Thanks much for your time.

This post has been answered by Mudasir Hakak on Aug 9 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2016
Added on Aug 2 2016
6 comments
1,194 views