Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> obfuscated data gets corrupted

obfuscated data gets corrupted

From: Greg Solomon <greg.solomon_at_betfair.com>
Date: Thu, 20 Sep 2001 08:42:54 -0700
Message-ID: <F001.00393BF0.20010920084527@fatcity.com>

Hi

Has anyone else experienced the following ?

Oracle 8.1.6.0.0 on Red Hat 6.2 Kernel 2.2.19

Table X in database A contains data encrypted using obfuscation toolkit. Table Y in database B is materialised view of table X.

  1. When I decrypt table X using o t I get my data.
  2. When I decrypt table Y using o t I get an ORA 28232 - Invalid input length for obfuscation toolkit.
  3. When I e.g. select decrypt(col1) from (select * from X_at_A), I get an ORA 28232 - Invalid input length for obfuscation toolkit.
  4. And ... when I export A and import to C and then select decrypt(col1) from A, I get an ORA 28232 - Invalid input length for obfuscation toolkit.

For case 1 when I select length(col1), I get 24 for all rows. For cases 2, 3, and 4 when I select length(col1) rather than decrypt(col1), I get a variety of numbers from 2 to 24.

Is there any way to access the data without decrypting it on database A first ?

Thanks in advance
Greg
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Greg Solomon
  INET: greg.solomon_at_betfair.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). Received on Thu Sep 20 2001 - 10:42:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US