Lines Matching refs:oci_connect
2 Test External Authentication errors with oci_connect
16 $c = oci_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
25 $c = oci_connect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
34 $c = oci_connect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
43 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
52 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
61 $c = oci_connect('', '', 'anything', null, OCI_CRED_EXT);
70 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
79 $c = oci_connect('/', null, 'anything', null, OCI_CRED_EXT);
88 $c = oci_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
97 $c = oci_connect('/', '', 'd', null, OCI_SYSOPER+OCI_CRED_EXT);
109 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
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_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
129 Warning: oci_connect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
134 Warning: oci_connect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password in…
139 Warning: oci_connect(): ORA-12154: %s in %s on line %d
153 Warning: oci_connect(): ORA-12154: %s in %s on line %d
167 Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d
181 Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d