Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/oci8/tests/
H A Dextauth_02.phpt2 Test External Authentication errors with oci_new_connect
21 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
48 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
66 $c = oci_new_connect('', '', 'anything', null, OCI_CRED_EXT);
75 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
84 $c = oci_new_connect('/', null, 'anything', null, OCI_CRED_EXT);
93 $c = oci_new_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
144 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d
158 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d
172 Warning: oci_new_connect(): ORA-%d: TNS:%s %s on line %d
[all …]
H A Ddrcp_newconnect.phpt2 DRCP: oci_new_connect()
17 // Open two connections with oci_new_connect
20 var_dump($c1 = oci_new_connect($user,$password,$dbase));
25 var_dump($c2 = oci_new_connect($user,$password,$dbase));
H A Dconnect_1.phpt2 oci_pconnect() & oci_new_connect()
22 var_dump($c2 = oci_new_connect($user, $password, $dbase));
25 var_dump($c2 = 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
24 $c1 = oci_new_connect($user,$password,$dbase);
26 $c1 = oci_new_connect($user,$password);
41 $c = oci_new_connect($user,$password,$dbase);
43 $c = 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
24 $c1 = oci_new_connect($user,$password,$dbase);
26 $c1 = oci_new_connect($user,$password);
41 $c = oci_new_connect($user,$password,$dbase);
43 $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
22 // will not be reflected for oci_connect and oci_new_connect.
25 $c = oci_new_connect($user,$password,$dbase);
52 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
68 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
22 // will not be reflected for oci_connect and oci_new_connect.
25 $c = oci_new_connect($user,$password,$dbase);
52 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
68 var_dump($conn1 = oci_new_connect($user,$password,$dbase));
H A Dconn_attr_3.phpt29 // With oci_connect ,oci_pconnect ,oci_new_connect
51 var_dump($nconn1 = get_conn(3)); //oci_new_connect()
59 var_dump($nconn1 = get_conn(3)); //oci_new_connect()
84 Testing with oci_new_connect()
90 Testing with oci_new_connect()
H A Ddrcp_privileged.phpt44 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSDBA));
45 var_dump(oci_new_connect($user,$password,$dbase,false,OCI_SYSOPER));
59 Warning: oci_new_connect(): ORA-01031: %s in %s on line %d
62 Warning: oci_new_connect(): ORA-01031: %s in %s on line %d
H A Dextauth_04.phpt25 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
50 Warning: oci_new_connect(): External Authentication is not supported on Windows in %s on line %d
H A Ddriver_name.phpt40 echo "Testing with oci_new_connect()\n";
41 $nc1=oci_new_connect($user,$password,$dbase);
67 Testing with oci_new_connect()
H A Ddriver_name_11gR2.phpt37 echo "Testing with oci_new_connect()\n";
38 $nc1=oci_new_connect($user,$password,$dbase);
64 Testing with oci_new_connect()
H A Dconnect_scope1.phpt22 $c1 = oci_new_connect($user,$password,$dbase);
24 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope2.phpt22 $c1 = oci_new_connect($user,$password,$dbase);
24 $c1 = oci_new_connect($user,$password);
H A Dedition_2.phpt51 // With oci_connect, oci_pconnect, oci_new_connect
79 $c3 = get_conn(3); //oci_new_connect()
181 Testing with oci_new_connect()
190 Testing with oci_new_connect()
217 Testing with oci_new_connect()
219 Warning: oci_new_connect(): ORA-38801: %s ORA_EDITION in %s on line %d
232 Testing with oci_new_connect()
H A Dconnect_scope_try5.phpt24 $c1 = oci_new_connect($user,$password,$dbase);
26 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try6.phpt24 $c1 = oci_new_connect($user,$password,$dbase);
26 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try1.phpt24 $c1 = oci_new_connect($user,$password,$dbase);
26 $c1 = oci_new_connect($user,$password);
H A Dconnect_scope_try2.phpt24 $c1 = oci_new_connect($user,$password,$dbase);
26 $c1 = oci_new_connect($user,$password);
H A Dconn_attr_1.phpt39 // With oci_connect, oci_pconnect, oci_new_connect
53 $conn3 = get_conn(3); //oci_new_connect()
94 Testing with oci_new_connect()
H A Dbug42134.phpt35 $c = oci_new_connect($user,$password,$dbase);
38 $c = oci_new_connect($user,$password);
H A Dconn_attr_5.phpt63 Testing with oci_new_connect()
71 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.phpt18 // note a oci_new_connect() occurs lower in the script
117 $c = oci_new_connect($user, $password, $dbase);
H A Derror_parse.phpt38 $c2 = oci_new_connect($user,$password,$dbase);
41 $c2 = oci_new_connect($user,$password);

Completed in 17 milliseconds

12