pmlobi.blogg.se

Oracle data redaction example
Oracle data redaction example





  1. #Oracle data redaction example how to
  2. #Oracle data redaction example windows

Since only the columns Addressand Phonefrom the dbo.CustomersSQL table will be used, please uncheck everything else from the main grid and then select the mentioned columns, go on the right-click, navigate to Add mask, Redaction and it will show the redaction mask which is previously created and left click to assign to the checked columns: In the main grid, as already seen, certain SQL tables and columns are, by default, automatically scanned and selected as a suggestion to mask the SQL data. When everything is set, click the OK button, and it will go back to the main grid.

oracle data redaction example

The Redaction masks can be saved for the further use by exporting them on the Export button and later can be used on another SQL database importing them by using Import button: Under the Replace with field enter the desired value which will replace original data, in this case, “ X” will be used and the last step is to change the values from 0 to 2 on the First field and from 0 to 1 on the Last field which will replace the first two and last one value in the previously mentioned columns:Ĭlick the OK button will save the redaction rule and will return to the Manage masks window where the saved rule can be seen. Use wildcard has to be checked and for the partially masking check the Partial masking, First and Last checkboxes. Name and Description are set by choice, to be recognized when the redaction mask is assigned to the desired columns. It will open the Create redaction mask window where parameters will be set in order to partially mask SQL Server data from the SQL database. Here select the Redaction mask and click the New button: When the Manage masks window is opened, it will show the Substitution and Redaction masks. To do that, please select the Manage button from the Home tab: For this example, the Address column is selected from the dbo.Customers table:įor this case, to partially mask SQL Server data, columns Address and Phone from the dbo.CustomersSQL table will be used, and the first two and last one original value will be replaced with the wildcard “X”. On the right side, when the column in the object is selected, it will show in the Preview panel suggested masked SQL data. When everything is set, click the Connect button, and it will load the SQL database with already automatically scanned sensitive data in it.

oracle data redaction example

#Oracle data redaction example windows

In this case, SQL Server 2019 with the Windows authentication and the Suppliers database will be used:

oracle data redaction example

Starting the application on the first New project window, the necessary fields must be fulfilled, such as SQL Server, type of the Authentication and SQL database. In this case, the original data from the database will be partially masked in the way where the first two and the last one value or character will be replaced with the desired wildcard where the part of that original information will be hidden for the public use. Using the redaction rule and certain additional options in it, which will be shown further in the article, it can partially mask SQL Server data in any SQL database.

#Oracle data redaction example how to

This article explains how to use the application to partially mask SQL Server data using redaction rule and replace a certain amount of original data with the masked one.







Oracle data redaction example