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

Home -> Community -> Usenet -> c.d.o.misc -> What authentication methods are available?

What authentication methods are available?

From: Ramon F Herrera <ramon_at_conexus.net>
Date: 5 Feb 2007 21:50:49 -0800
Message-ID: <1170741049.741578.129910@a34g2000cwb.googlegroups.com>

I have a whole bunch of OCI programs and SQL scripts that contain lines like this:

void
loginandopen(OCIEnv *envhp, OCIError *errhp, OCISvcCtx **svchp) {

text    *username = (text *) "scott";
text    *password = (text *) "tiger";
text    *svidname;

This is obviously not the most secure approach.

What security/authentication alternatives does Oracle offer? Any suggestion or links are most welcome.

TIA, -Ramon Received on Mon Feb 05 2007 - 23:50:49 CST

Original text of this message

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