Database Security Products (MOSC)

MOSC Banner

Schema export via Oracle data pump with Database Vault enabled question

edited Aug 14, 2012 12:25PM in Database Security Products (MOSC) 2 commentsAnswered ✓
Hi,
I have installed and configured Database Vault on an Oracle 11g-r2-11.2.0.3 to protect a specific schema (SCHEMA_NAME) via a realm. I have followed the following doc:
to ensure that the sys and the system user has sufficient rights to complete a schedule Oracle data pump export operation.

I.e. I have granted to sys and system the following:
execute dvsys.dbms_macadm.authorize_scheduler_user('sys','SCHEMA_NAME');
execute dvsys.dbms_macadm.authorize_scheduler_user('system','SCHEMA_NAME');

execute dvsys.dbms_macadm.authorize_datapump_user('sys','SCHEMA_NAME');

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