Lines Matching refs:oci_pconnect

2 Test External Authentication errors with oci_pconnect
18 $c = oci_pconnect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
27 $c = oci_pconnect('notemtpy', 'notemtpy', 'anything', null, OCI_CRED_EXT);
36 $c = oci_pconnect('notemtpy', '', 'anything', null, OCI_CRED_EXT);
45 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
54 $c = oci_pconnect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER+OCI_CRED_EXT);
63 $c = oci_pconnect('', '', 'anything', null, OCI_CRED_EXT);
72 $c = oci_pconnect('/', '', 'anything', null, OCI_CRED_EXT);
81 $c = oci_pconnect('/', null, 'anything', null, OCI_CRED_EXT);
90 $c = oci_pconnect('/', '', 'c', null, OCI_SYSDBA+OCI_CRED_EXT);
99 $c = oci_pconnect('/', '', 'c', null, OCI_SYSOPER+OCI_CRED_EXT);
113 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
118 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
123 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
128 Warning: oci_pconnect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
133 Warning: oci_pconnect(): OCI_SYSDBA and OCI_SYSOPER cannot be used together in %s on line %d
138 Warning: oci_pconnect(): OCI_CRED_EXT can only be used with a username of "/" and a NULL password i…
143 Warning: oci_pconnect(): ORA-12154: %s in %s on line %d
157 Warning: oci_pconnect(): ORA-12154: %s in %s on line %d
171 Warning: oci_pconnect(): ORA-%d: TNS:%s in %s on line %d
185 Warning: oci_pconnect(): ORA-%d: TNS:%s in %s on line %d