Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Is the ability to do "field-level" encryption free in Enterpr
Yes, free with the purchase of Enterprise.
But the implementation is yours to deal with.
I created a login procedure with PL/SQL based on DBMS_OBFUS... and created the encrypted data in the table and a table with the key tied to the record. So each row had a seperate algorythm.
"Walking on water and developing software from a specification are easy if both are frozen."
Christopher R. Spence
Oracle DBA
Fuelspot
-----Original Message-----
Sent: Tuesday, May 29, 2001 4:39 PM
To: Multiple recipients of list ORACLE-L
Enterprise Edition?
We are in the process of upgrading most of our databases to 8.1.7.1 (Enterprise Edition) on Sun Solaris 2.6.
We need to be able to do field-level encryption of some of our data. I
think that we should be able to
do so with DBMS_OBFUSCATION. Is DBMS_OBFUSCATION free with 8.1.7.1
Enterprise Edition?
Are there other standard methods/tools that we can use within Oracle to do
this field-level encryption?
If yes, are they free or part of an add-on bundle? If add-on, which
add-on?
I've been trying to research this on Technet but having difficulty
correlating functionality with cost.
My boss wants the answer today so I thought I'd throw it out to the crowd.
Thanks in advance,
Cherie Machler
Gelco Information Network
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Cherie_Machler_at_gelco.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue May 29 2001 - 15:38:18 CDT