Home
last modified time | relevance | path

Searched refs:oci_new_connect (Results 1 – 25 of 36) sorted by relevance

12

/PHP-7.4/ext/oci8/tests/
H A Dextauth_02.phpt2 Test External Authentication errors with oci_new_connect
18 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
45 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
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('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
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
[all …]
H A Ddrcp_newconnect.phpt2 DRCP: oci_new_connect()
13 // Open two connections with oci_new_connect
16 var_dump($c1 = oci_new_connect($user,$password,$dbase));
21 var_dump($c2 = oci_new_connect($user,$password,$dbase));
H A Dconnect_1.phpt2 oci_pconnect() & oci_new_connect()
18 var_dump($c2 = oci_new_connect($user, $password, $dbase));
21 var_dump($c2 = oci_new_connect($user, $password));
H A Dconnect_scope_try3.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics Off
20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
37 $c = oci_new_connect($user,$password,$dbase);
39 $c = oci_new_connect($user,$password);
H A Dconnect_scope_try4.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics On
20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
37 $c = oci_new_connect($user,$password,$dbase);
39 $c = oci_new_connect($user,$password);
H A Ddrcp_scope2.phpt2 DRCP: oci_new_connect() and oci_connect with scope end when oci8.old_oci_close_semantics OFF
18 // will not be reflected for oci_connect and oci_new_connect.
21 $c = oci_new_connect($user,$password,$dbase);
48 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
64 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
H A Ddrcp_scope1.phpt2 DRCP: oci_new_connect() and oci_connect() with scope end when oci8.old_oci_close_semantics ON
18 // will not be reflected for oci_connect and oci_new_connect.
21 $c = oci_new_connect($user,$password,$dbase);
48 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
64 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
H A Dconn_attr_3.phpt25 // With oci_connect ,oci_pconnect ,oci_new_connect
47 var_dump($nconn1 = get_conn(3)); //oci_new_connect()
55 var_dump($nconn1 = get_conn(3)); //oci_new_connect()
80 Testing with oci_new_connect()
86 Testing with oci_new_connect()
H A Ddrcp_privileged.phpt42 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSDBA));
43 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSOPER));
57 Warning: oci_new_connect(): ORA-01031: %s in %s on line %d
60 Warning: oci_new_connect(): ORA-01031: %s in %s on line %d
H A Ddriver_name.phpt38 echo "Testing with oci_new_connect()\n";
39 $nc1=oci_new_connect($user,$password,$dbase);
65 Testing with oci_new_connect()
H A Ddriver_name_11gR2.phpt35 echo "Testing with oci_new_connect()\n";
36 $nc1=oci_new_connect($user,$password,$dbase);
62 Testing with oci_new_connect()
H A Dextauth_04.phpt24 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
51 Warning: oci_new_connect(): External Authentication is not supported on Windows in %s on line %d
H A Dconnect_scope2.phpt18 $c1 = oci_new_connect($user,$password,$dbase);
20 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope1.phpt18 $c1 = oci_new_connect($user,$password,$dbase);
20 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try2.phpt20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try6.phpt20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try1.phpt20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try5.phpt20 $c1 = oci_new_connect($user,$password,$dbase);
22 $c1 = oci_new_connect($user,$password);
H A Dedition_2.phpt46 // With oci_connect, oci_pconnect, oci_new_connect
74 $c3 = get_conn(3); //oci_new_connect()
176 Testing with oci_new_connect()
185 Testing with oci_new_connect()
212 Testing with oci_new_connect()
214 Warning: oci_new_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
227 Testing with oci_new_connect()
H A Dconn_attr_1.phpt35 // With oci_connect, oci_pconnect, oci_new_connect
49 $conn3 = get_conn(3); //oci_new_connect()
90 Testing with oci_new_connect()
H A Dbug42134.phpt32 $c = oci_new_connect($user,$password,$dbase);
35 $c = oci_new_connect($user,$password);
H A Dconn_attr_5.phpt59 Testing with oci_new_connect()
67 Testing with oci_new_connect()
H A Dconn_attr.inc65 Default will give a oci_new_connect */
82 echo "Testing with oci_new_connect()\n";
83 return(oci_new_connect($user,$password,$dbase));
H A Dbug42841.phpt15 // note a oci_new_connect() occurs lower in the script
114 $c = oci_new_connect($user, $password, $dbase);
H A Derror_parse.phpt34 $c2 = oci_new_connect($user,$password,$dbase);
37 $c2 = oci_new_connect($user,$password);

Completed in 43 milliseconds

12