Home
last modified time | relevance | path

Searched refs:oci_connect (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.1/ext/oci8/tests/
H A Dconnect_with_charset_001.phpt2 oci_connect() with invalid character set
10 var_dump($c1 = oci_connect($user, $password, $dbase));
11 var_dump($c2 = oci_connect($user, $password, $dbase, ""));
12 var_dump($c3 = oci_connect($user, $password, $dbase, "blah"));
13 var_dump($c4 = oci_connect($user, $password, $dbase, "obviously wrong"));
17 var_dump($c5 = oci_connect($user, $password, $dbase, "US7ASCII"));
18 var_dump($c6 = oci_connect($user, $password, $dbase, "UTF8"));
28 Warning: oci_connect(): Invalid character set name: blah in %s on line %d
31 Warning: oci_connect(): Invalid character set name: obviously wrong in %s on line %d
H A Dextauth_01.phpt2 Test External Authentication errors with oci_connect
21 $c = oci_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
48 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
66 $c = oci_connect('', '', 'anything', null, OCI_CRED_EXT);
75 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
84 $c = oci_connect('/', null, 'anything', null, OCI_CRED_EXT);
93 $c = oci_connect('/', '', 'd', null, OCI_SYSDBA+OCI_CRED_EXT);
144 Warning: oci_connect(): ORA-12154: %s in %s on line %d
158 Warning: oci_connect(): ORA-12154: %s in %s on line %d
172 Warning: oci_connect(): ORA-%d: TNS:%s in %s on line %d
[all …]
H A Dprivileged_connect1.phpt16 oci_connect("", "", "", false, OCI_SYSOPER);
17 oci_connect("", "", "", false, OCI_SYSDBA);
18 oci_connect("", "", "", false, -1);
23 Warning: oci_connect(): ORA-%d: %s in %s on line %d
25 Warning: oci_connect(): ORA-%d: %s in %s on line %d
27 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Dprivileged_connect.phpt10 oci_connect("", "", "", false, OCI_SYSOPER);
11 oci_connect("", "", "", false, OCI_SYSDBA);
12 oci_connect("", "", "", false, -1);
17 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
19 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
21 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Dconnect.phpt2 oci_connect()
11 var_dump(oci_connect($user, $password, $dbase));
14 var_dump(oci_connect($user, $password));
H A Dconnect_without_oracle_home_11.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
30 var_dump(oci_connect($user, $password, $dbase));
33 var_dump(oci_connect($user, $password));
38 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
40 Warning: oci_connect(): Error while trying to retrieve text for error ORA-01804
H A Derror1.phpt2 oci_error() when oci_connect() fails
8 var_dump(oci_connect("some", "some", "some"));
15 Warning: oci_connect(): ORA-12154: %s in %s on line %d
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
26 echo "Test 1 - oci_connect\n";
33 $c = oci_connect($user,$password,$dbase);
35 $c = oci_connect($user,$password);
72 Test 1 - oci_connect
H A Dconnect_without_oracle_home.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
27 var_dump(oci_connect($user, $password, $dbase));
30 var_dump(oci_connect($user, $password));
35 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
H A Dpersistent.phpt13 var_dump(oci_connect($user, $password, $dbase));
14 var_dump(oci_connect($user, $password, $dbase));
15 var_dump(oci_connect($user, $password, $dbase));
H A Dedition_2.phpt84 $c5 = get_conn(1); //oci_connect()
95 $c1 = get_conn(1); //oci_connect()
176 Testing with oci_connect()
193 Testing with oci_connect()
199 Testing with oci_connect()
203 Testing with oci_connect()
206 Testing with oci_connect()
210 Testing with oci_connect()
225 Testing with oci_connect()
237 Testing with oci_connect()
[all …]
H A Dpecl_bug16035.phpt20 oci_connect('abc', 'def', 'ghi', 'jkl');
24 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
26 Warning: oci_connect(): Error while trying to retrieve text for error ORA-01804
H A Dconnect.inc6 $c = @oci_connect($user, $password, $dbase);
9 $c = @oci_connect($user, $password);
H A Dserverversion.phpt11 var_dump($c = oci_connect($user, $password, $dbase));
14 var_dump($c = oci_connect($user, $password));
H A Ddrcp_characterset.phpt2 DRCP: oci_pconnect() and oci_connect() with different character sets
10 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset
12 $c1 = oci_connect($user,$password,$dbase,"UTF8");
22 $c2 = oci_connect($user,$password,$dbase,"US7ASCII");
H A Ddrcp_conn_close1.phpt2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics ON
20 var_dump($conn1 = oci_connect($user,$password,$dbase));
26 var_dump($conn2 = oci_connect($user,$password,$dbase));
H A Ddrcp_conn_close2.phpt2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics OFF
22 var_dump($conn1 = oci_connect($user,$password,$dbase));
27 var_dump($conn2 = oci_connect($user,$password,$dbase));
H A Ddrcp_connect1.phpt2 DRCP: oci_connect()
19 // Open a number of connections with oci_connect and oci_pconnect and verify
25 var_dump($conn1 = oci_connect($user,$password,$dbase));
39 var_dump($conn2 = oci_connect($user,$password,$dbase));
47 var_dump($conn3 = oci_connect($user,$password,$dbase));
H A Dconn_attr_3.phpt28 // With oci_connect ,oci_pconnect ,oci_new_connect
30 var_dump($conn1 = get_conn(1)); //oci_connect()
36 var_dump($conn1 = get_conn(1)); //oci_connect()
69 Testing with oci_connect()
73 Testing with oci_connect()
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.
51 var_dump($conn1 = oci_connect($user,$password,$dbase));
67 var_dump($conn1 = oci_connect($user,$password,$dbase));
H A Ddrcp_privileged.phpt41 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSDBA));
42 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSOPER));
52 Warning: oci_connect(): ORA-01031: %s in %s on line %d
55 Warning: oci_connect(): ORA-01031: %s in %s on line %d
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.
51 var_dump($conn1 = oci_connect($user,$password,$dbase));
67 var_dump($conn1 = oci_connect($user,$password,$dbase));
H A Dconnect_scope_try2.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics On
37 $c = oci_connect($user,$password,$dbase);
39 $c = oci_connect($user,$password);
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
37 $c = oci_connect($user,$password,$dbase);
39 $c = oci_connect($user,$password);
H A Derror.phpt16 var_dump(oci_connect($user, $password, $dbase));
19 var_dump(oci_connect($user, $password));

Completed in 20 milliseconds

12