kss wrote:
> I'm using php/oracle9.2 .
> i cant' login into oracle db using ocilogon() as "SYS" user.
> above 9i , in order to login as "SYS" user
> 5th parameter of OCISessionBegin must be "OCI_SYSDBA"(not OCI_DEFAULT);
> my suggestion !!
>
> PHP ocilogon specification
> resource ocilogon ( str
I'm using php/oracle9.2 .
i cant' login into oracle db using ocilogon() as "SYS" user.
so, i examed oci8.c source.
above 9i , in order to login as "SYS" user
5th parameter of OCISessionBegin must be "OCI_SYSDBA"(not OCI_DEFAULT);
-