Column encryption use-case

From: richard goulet <rjgoulet_at_comcast.net>
Date: Sun, 17 Sep 2023 13:42:22 -0400
Message-ID: <30fc342b-7f39-f8aa-0c39-14a97fb83e98_at_comcast.net>



Lok,

     I think your biggest issue with encrypting your data will be with data types.  You may have to change from a CLOB to a BLOB/RAW and drop all of the indexes on that column.  You'll also have to discuss this with the app developer since once encrypted they will need to decrypt the data before they can use it which will mean they need the encryption key stored somewhere and if that's hard coded it will be a pain when it needs changing and having it in a view definition would negate the effect of having encryption.

Richard Goulet
Retired DBA

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Sep 17 2023 - 19:42:22 CEST

Original text of this message