Lines Matching refs:oci_connect

2 Test External Authentication errors with oci_connect
19 $c = oci_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
28 $c = oci_connect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
37 $c = oci_connect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
46 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
55 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
64 $c = oci_connect('', '', 'anything', null, OCI_CRED_EXT);
73 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
82 $c = oci_connect('/', null, 'anything', null, OCI_CRED_EXT);
91 $c = oci_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
100 $c = oci_connect('/', '', 'd', null, OCI_SYSOPER+OCI_CRED_EXT);
114 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
119 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
124 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
129 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
134 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
139 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
144 Warning: oci_connect(): ORA-12154: %s in %s on line %d
158 Warning: oci_connect(): ORA-12154: %s in %s on line %d
172 Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d
186 Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d