Database - RAC/Scalability (MOSC)

MOSC Banner

Addinng column for database - Datamasking it errors

So far created user in ATP and granted privileges and has also granted policies for data masking

Data Masking: "Insufficient Privileges" when attempting to run scheduled Data Masking job (Doc ID 2804405.1)


Now while creating data masking policy and then adding column to it. It errors out as


{column:ATPTEST.INFO.ID,error:Operation failed due to insufficient privileges}


Table Infor:-

create table info ( Name varchar2(20), id number (9), Section varchar2(20));

insert into info values ('XXXX',100,'A');

insert into info values ('YYYY',101,'B');

insert into info values ('ZZZZ',102,'C');

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