Lines Matching refs:oci_new_connect

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