OCI, Solaris OCISessionBegin() with OCI_CRED_EXT not working?

From: stv <steve.parkinson_at_ENTSPAMMENbellhow.co.uk>
Date: Thu, 1 Jul 1999 09:50:46 +0100
Message-ID: <377b2c45.0_at_nnrp1.news.uk.psi.net>



Running Oracle 8.0.5 on Solaris 2.5.1

I can connect just fine setting usename and password attributes and using OCI_CRED_RDBMS to OCISessionBegin().

Logged in to Solaris as 'user' I can do "sqlplus /" and I connect to Oracle as 'ops$user'.

I can even do embedded SQL:

      :
    char *oracleid = "/";
    EXEC SQL CONNECT :oracleid;

What's wrong with OCISessionBegin() and OS authentication?

/Steve/ Received on Thu Jul 01 1999 - 10:50:46 CEST

Original text of this message