wants to grant DBA user but not SYS/SYSTEM to change parameter settiings through Database Vault
we implement database vault for our database i want another DBA user to grant change the parameter though Database valut.
therefor i did folowing activity
create DBA user U3
Add user to "Oracle Database realm" as owner
Add user to "Allow system parameter" rule set by adding following rule
Grant U3 | SYS_CONTEXT('USERENV','SESSION_USER') = 'U3' |
but still i can not perform this task by login as U3 user