OCILogon using Secure External Password Store parameters

From: Warren Van Wyck <wjvw_at_together.net>
Date: Sat, 21 Feb 2009 15:56:24 GMT
Message-ID: <IuVnl.771$tw4.470_at_nwrddc01.gnilink.net>



I'm using Oracle 10g Release 2 on IBM AIX.

sqlplus /_at_PPRD works fine with Secure External Password Store where PPRD is a TNS Alias

It's not working for my OCI program.

Code for OCI

rc = OCILogon(p_env, p_err, &p_svc, "/_at_PPRD", 6, "", 0, "", 0);

yields

Logon Error - ORA-01005: null password given; logon denied

Various other combinations also fail. Received on Sat Feb 21 2009 - 09:56:24 CST

Original text of this message