Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: removing/masking sensitive data
Doug Gernaat wrote:
> if your task was to remove/mask sensitive data such
> as ssn/ccard numbers and those numbers are in multiple
> tables throughout your database, where would you start?
>
> if you are an oracle tool, what's your name?
> is an attempt to create a manual script reasonable?
>
I recently had the opportunity (successfully at that) to create such a manual script. I don't think that a 3rd party tool could have worked. Reason is that in _some_ of the tables, the ssn was in a column called 'data' iff a column called 'name' was 'xyz' and there was numeric data in cols 1 - 9 (or similar lack of logic).
If your data model is sane, then a tool might work, but an hour or two of clever work with dba_tab_columns ought to produce a script you can use.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Dec 18 2006 - 21:41:44 CST
![]() |
![]() |