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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database connection from remote server

RE: Database connection from remote server

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Mon, 19 Jul 2004 21:18:20 -0400
Message-ID: <4001DEAF7DF9BD498B58B45051FBEA650146C53B@25exch1.vicorpower.vicr.com>


Jared,

        On the to-do list, but it has a priority of 12 out of 10!

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

-----Original Message-----
From: Jared.Still_at_radisys.com [mailto:Jared.Still_at_radisys.com] Sent: Monday, July 19, 2004 8:09 PM
To: oracle-l_at_freelists.org
Subject: RE: Database connection from remote server

oracle-l-bounce_at_freelists.org wrote on 07/19/2004 01:14:11 PM:
>
> create or replace package encrypt as
> function code(inp_data varchar2, key varchar2 default =3D
> 'MY_ENCRPTY_KEY') return varchar2;

You might consider using dbms_obfuscation_toolkit.md5 instead.

The password can be verified from the table, but it can't be decrypted, as only a checksum is stored.

Jared



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jul 19 2004 - 20:15:55 CDT

Original text of this message

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