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.