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: Passwords

Re: Passwords

From: Peter Falson <pfalson_at_mail.com>
Date: 2000/05/30
Message-ID: <8F44A1DF6pfa@192.168.105.125>#1/1

marcorvr_at_hotmail.com (Marco Rojas) wrote in <8gtqu4$hfv$1_at_ucayali.unired.net.pe>:

>We're currently developing a system using Cobol, C and Oravcle 8.
>
>How can avoid the programmers to know the password with the programs connect
>to Oracle?
>In other words, there are any alternative to:
> EXEC SQL CONNECT :userid IDENTIFIED BY :password
>Perhaps, using a encrypted password ...
>
>Thanks in advance
>
>Marco
>
>
>
>
>

You can use EXEC SQL CONNECT :userid IDENTIFIED EXTERNALLY as an option. Received on Tue May 30 2000 - 00:00:00 CDT

Original text of this message

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