June 2016
Intermediate to advanced
388 pages
5h 49m
English
In this recipe, you will create a user and then exempt that user from Data Redaction. This user will be exempted from all redaction policies in the database.
Before doing this recipe, you should have completed the Creating a redaction policy when using the partial redaction recipe.
zoran):
$ sqlplus zoran/oracle
vipuser) and grant him the create session privilege and select privilege on table customers in schema zoran:SQL> create user vipuser identified by oracle; SQL> grant create session to vipuser; SQL> grant select on zoran.customers to vipuser;
Read now
Unlock full access