Database Security Products (MOSC)

MOSC Banner

Database vault with CREATE USER

edited Oct 7, 2009 10:54PM in Database Security Products (MOSC) 2 commentsAnswered ✓
Introduction There is the application. The application schema owner create users to access to the schema objects.
The client want to protect application data from DBA by using Database Vault.
The supplier does not want to change anything in his aplication.

Case
After implementing database vault. Database administrator could not see access application data.
But Schema owner could not create new users.

CREATE USER TEST IDENTIFIED BY test
DEFAULT TABLESPACE USERS
TEMPORARY TABLESPACE TEMP;

Error
ORA-01031 Insufficient privilages

I have disabled
"CREATE USER" Command rule in Database Vault
And grant CREATE USER back to the SCHEMA OWNER
but nothing changes

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center