Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> OCI, Solaris OCISessionBegin() with OCI_CRED_EXT not working?
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
![]() |
![]() |