RE: How to make DBA cannot 'see' User's Tables?

2001-05-17 Thread Connor McDonald
Timur phone : +62 (31) 8708456 ext.113 From: Srinagesh Battula [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 7:26 AM To: Multiple recipients of list ORACLE-L Subject: RE: How to make DBA cannot 'see' User's Tables? You can encrypt Decrypt data using

RE: How to make DBA cannot 'see' User's Tables?

2001-05-17 Thread Boivin, Patrice J
To: Multiple recipients of list ORACLE-L Subject:RE: How to make DBA cannot 'see' User's Tables? You can encrypt using only a 56-bit key (the key length limitation is a requirement of US regulations governing the export of cryptographic products

Re: How to make DBA cannot 'see' User's Tables?

2001-05-17 Thread Rachel Carmichael
: Paul Drake [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: Re: How to make DBA cannot 'see' User's Tables? Date: Wed, 16 May 2001 21:56:01 -0800 A. Bardeen wrote: You can encrypt using only a 56-bit key (the key length

Re: How to make DBA cannot 'see' User's Tables?

2001-05-17 Thread Jared Still
16, 2001 4:21 PM To: Multiple recipients of list ORACLE-L Subject: RE: How to make DBA cannot 'see' User's Tables? Data Encryption? -Original Message- Sent: Wednesday, May 16, 2001 7:01 PM To: Multiple recipients of list ORACLE-L Dear gurus, How

Re: How to make DBA cannot 'see' User's Tables?

2001-05-17 Thread Jared Still
Tengah I/49 Surabaya - Jawa Timur phone : +62 (31) 8708456 ext.113 From: Srinagesh Battula [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 7:26 AM To: Multiple recipients of list ORACLE-L Subject: RE: How to make DBA cannot 'see' User's Tables? You can encrypt Decrypt data

Re: How to make DBA cannot 'see' User's Tables?

2001-05-17 Thread A. Bardeen
ORACLE-L [EMAIL PROTECTED] Subject: Re: How to make DBA cannot 'see' User's Tables? Date: Wed, 16 May 2001 21:56:01 -0800 A. Bardeen wrote: You can encrypt using only a 56-bit key (the key length limitation is a requirement of US regulations governing the export of cryptographic

RE: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread Khedr, Waleed
Data Encryption? -Original Message- Sent: Wednesday, May 16, 2001 7:01 PM To: Multiple recipients of list ORACLE-L Dear gurus, How to make DBA cannot 'see' user's datas? I build an application which very important and top secret even DBA cannot 'see' this data. But DBA can backup

RE: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread Rajaram
If its a stored procedure i know that you can use a oracle tool called warp ( or wrap?) to encrypt the code. Its a comand line utility. Rajaram. -Original Message- From: Ahmadsyah Algozhi Nugroho [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 7:01 PM To: Multiple

RE: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread Srinagesh Battula
Subject: RE: How to make DBA cannot 'see' User's Tables? Data Encryption? -Original Message- Sent: Wednesday, May 16, 2001 7:01 PM To: Multiple recipients of list ORACLE-L Dear gurus, How to make DBA cannot 'see' user's datas? I build an application which very important

RE: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread Ahmadsyah Algozhi Nugroho
Title: RE: How to make DBA cannot 'see' User's Tables? I'm using Oracle 8.1.7. there was an error ERROR at line 1: ORA-28232: invalid input length for obfuscation toolkit ORA-06512: at SYS.DBMS_OBFUSCATION_TOOLKIT_FFI, line 0 ORA-06512: at SYS.DBMS_OBFUSCATION_TOOLKIT, line 33 ORA-06512

RE: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread Djordje Jankovic
Encryption. In 8i release 2 there is the package DBMS_OBFUSCATION_TOOLKIT. Before that you are on your own. Djordje -Original Message- To: Multiple recipients of list ORACLE-L Sent: 5/16/01 7:00 PM Dear gurus, How to make DBA cannot 'see' user's datas? I build an application which

Re: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread N J Neog
Yes ! Use wrap utility to hide the code from your DBA(even from you). WRAP INAME=SRCFILE.SQL output file name will be SRCFILE.PLB This is a command line utility. But do not forget to keep to the original SQL file with you. HTH Naba J Neog - Original Message - To: Multiple

RE: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread A. Bardeen
To: Multiple recipients of list ORACLE-L Subject: RE: How to make DBA cannot 'see' User's Tables? Data Encryption? -Original Message- Sent: Wednesday, May 16, 2001 7:01 PM To: Multiple recipients of list ORACLE-L Dear gurus, How to make DBA

Re: How to make DBA cannot 'see' User's Tables?

2001-05-16 Thread Paul Drake
To: Multiple recipients of list ORACLE-L Subject: RE: How to make DBA cannot 'see' User's Tables? You can encrypt Decrypt data using the DBMS_OBFUSCATION_TOOLKIT package (comes with 8.1.6) Srinagesh What do I know any way Battula -Original Message