/PHP-8.0/ext/oci8/tests/ |
H A D | extauth_02.phpt | 2 Test External Authentication errors with oci_new_connect 16 $c = oci_new_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT); 43 $c = oci_new_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER); 61 $c = oci_new_connect('', '', 'anything', null, OCI_CRED_EXT); 70 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT); 79 $c = oci_new_connect('/', null, 'anything', null, OCI_CRED_EXT); 88 $c = oci_new_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT); 139 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d 153 Warning: oci_new_connect(): ORA-12154: %s in %s on line %d 167 Warning: oci_new_connect(): ORA-%d: TNS:%s %s on line %d [all …]
|
H A D | drcp_newconnect.phpt | 2 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 D | connect_1.phpt | 2 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 D | connect_scope_try3.phpt | 2 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 D | connect_scope_try4.phpt | 2 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 D | drcp_scope1.phpt | 2 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 D | drcp_scope2.phpt | 2 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 D | conn_attr_3.phpt | 25 // 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 D | drcp_privileged.phpt | 42 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 D | extauth_04.phpt | 24 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT); 49 Warning: oci_new_connect(): External Authentication is not supported on Windows in %s on line %d
|
H A D | driver_name_11gR2.phpt | 35 echo "Testing with oci_new_connect()\n"; 36 $nc1=oci_new_connect($user,$password,$dbase); 62 Testing with oci_new_connect()
|
H A D | driver_name.phpt | 38 echo "Testing with oci_new_connect()\n"; 39 $nc1=oci_new_connect($user,$password,$dbase); 65 Testing with oci_new_connect()
|
H A D | connect_scope1.phpt | 18 $c1 = oci_new_connect($user,$password,$dbase); 20 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope2.phpt | 18 $c1 = oci_new_connect($user,$password,$dbase); 20 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try1.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try2.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try5.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | connect_scope_try6.phpt | 20 $c1 = oci_new_connect($user,$password,$dbase); 22 $c1 = oci_new_connect($user,$password);
|
H A D | edition_2.phpt | 46 // 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 D | conn_attr_1.phpt | 35 // With oci_connect, oci_pconnect, oci_new_connect 49 $conn3 = get_conn(3); //oci_new_connect() 90 Testing with oci_new_connect()
|
H A D | bug42134.phpt | 32 $c = oci_new_connect($user,$password,$dbase); 35 $c = oci_new_connect($user,$password);
|
H A D | conn_attr_5.phpt | 59 Testing with oci_new_connect() 67 Testing with oci_new_connect()
|
H A D | conn_attr.inc | 65 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 D | bug42841.phpt | 15 // note a oci_new_connect() occurs lower in the script 114 $c = oci_new_connect($user, $password, $dbase);
|
H A D | error_parse.phpt | 34 $c2 = oci_new_connect($user,$password,$dbase); 37 $c2 = oci_new_connect($user,$password);
|