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

Home -> Community -> Usenet -> c.d.o.server -> Re: privilege to a DBA in Oracle

Re: privilege to a DBA in Oracle

From: Brian Peasland <oracle_dba_at_remove_spam.peasland.com>
Date: Tue, 3 Jun 2003 19:05:01 GMT
Message-ID: <3EDCF15D.6DD1C788@remove_spam.peasland.com>


Code much of your application logic as stored packages/procedures. Then use Oracle's 'wrap' utility to encrypt the contents. This is precisely what Oracle does with some of their proprietary code. If you need to hide data, then you'll have to use the DBMS_OBFUSCATION_TOOLKIT to encrypt the data. In either case, the DBA can still see the stuff, but it just looks like junk.

HTH,
Brian

> Thanks for your response...Basically, the database is an intellectual
> property of mine and I wish not to provide read/write access to
> certain objects when my database is transferred to my client's server.
> Is there any legal way of providing partial access to my client's
> staff (including thier DBA).

-- 
===================================================================

Brian Peasland
oracle_dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Tue Jun 03 2003 - 14:05:01 CDT

Original text of this message

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