3

Is it possible to alter an existing masking policy without unsetting this policy?

For example, I have a masking policy that is set to multiple columns. So, when I want to change the policy to include more roles, I have to first unset the policy from every column (which takes a lot of time).

Selin
  • 55
  • 1
  • 4

1 Answers1

3

Yes - just run an ALTER MASKING POLICY... command

NickW
  • 8,430
  • 2
  • 6
  • 19