Lines Matching refs:OCI_CRED_EXT
21 $c = oci_pconnect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
30 $c = oci_pconnect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
39 $c = oci_pconnect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
57 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
66 $c = oci_pconnect('', '', 'anything', null, OCI_CRED_EXT);
75 $c = oci_pconnect('/', '', 'anything', null, OCI_CRED_EXT);
84 $c = oci_pconnect('/', null, 'anything', null, OCI_CRED_EXT);
93 $c = oci_pconnect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
102 $c = oci_pconnect('/', '', 'd', null, OCI_SYSOPER+OCI_CRED_EXT);
114 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
119 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
124 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
139 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…