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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Hiding Data Structures

Re: Hiding Data Structures

From: TurkBear <noone_at_nowhere.com>
Date: Fri, 15 Jun 2001 13:31:45 -0500
Message-ID: <vukkitc009h91jhus19j8k4c0rjghn3jh1@4ax.com>

You can, however, create views on the tables whose structure you would like to obfuscate and grant access only to the views - In the view you can have aliases for the actual field names, so that much will be hidden at least..

"Sybrand Bakker" <postbus_at_sybrandb.demon.nl> wrote:

>
>"RHC" <rclarence_at_juno.com> wrote in message
>news:tikafvl5mrj397_at_corp.supernews.com...
>> In PL/SQL you can use the Oracle WRAP utility to obfuscate your code /
>> algorithms. Is there any way to do the same thing for your Oracle data
>> structures such as tables?
>>
>> All help is appreciated
>>
>> RHC
>>
>> --
>> Posted via CNET Help.com
>> http://www.help.com/
>
>Other than not granting access to your database, there isn't
>
>Hth,
>
>Sybrand Bakker, Oracle DBA
>
>

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- Received on Fri Jun 15 2001 - 13:31:45 CDT

Original text of this message

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