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

Home -> Community -> Usenet -> c.d.o.server -> OCI, Solaris OCISessionBegin() with OCI_CRED_EXT not working?

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@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 - 03:50:46 CDT

Original text of this message

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