Re: [PHP-DB] suggestion about php ocilogon() oracle OCI FUNCTION

2003-10-27 Thread Christopher Jones
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

[PHP-DB] suggestion about php ocilogon() oracle OCI FUNCTION

2003-10-27 Thread kss
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); -