Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/oci8/tests/
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 Dconnect_with_charset_001.phpt2 oci_connect() with invalid character set
14 var_dump($c1 = oci_connect($user, $password, $dbase));
15 var_dump($c2 = oci_connect($user, $password, $dbase, ""));
16 var_dump($c3 = oci_connect($user, $password, $dbase, "blah"));
17 var_dump($c4 = oci_connect($user, $password, $dbase, "obviously wrong"));
21 var_dump($c5 = oci_connect($user, $password, $dbase, "US7ASCII"));
22 var_dump($c6 = oci_connect($user, $password, $dbase, "UTF8"));
32 Warning: oci_connect(): Invalid character set name: blah in %s on line %d
35 Warning: oci_connect(): Invalid character set name: obviously wrong in %s on line %d
H A Dprivileged_connect1.phpt17 oci_connect("", "", "", false, OCI_SYSOPER);
18 oci_connect("", "", "", false, OCI_SYSDBA);
19 oci_connect("", "", "", false, -1);
24 Warning: oci_connect(): ORA-%d: %s in %s on line %d
26 Warning: oci_connect(): ORA-%d: %s in %s on line %d
28 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Dprivileged_connect.phpt14 oci_connect("", "", "", false, OCI_SYSOPER);
15 oci_connect("", "", "", false, OCI_SYSDBA);
16 oci_connect("", "", "", false, -1);
21 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
23 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
25 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
H A Dconnect.phpt2 oci_connect()
15 var_dump(oci_connect($user, $password, $dbase));
18 var_dump(oci_connect($user, $password));
H A Dconnect_without_oracle_home_11.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
31 var_dump(oci_connect($user, $password, $dbase));
34 var_dump(oci_connect($user, $password));
39 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
41 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_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 Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
30 echo "Test 1 - oci_connect\n";
37 $c = oci_connect($user,$password,$dbase);
39 $c = oci_connect($user,$password);
76 Test 1 - oci_connect
H A Dpersistent.phpt17 var_dump(oci_connect($user, $password, $dbase));
18 var_dump(oci_connect($user, $password, $dbase));
19 var_dump(oci_connect($user, $password, $dbase));
H A Dedition_2.phpt85 $c5 = get_conn(1); //oci_connect()
96 $c1 = get_conn(1); //oci_connect()
177 Testing with oci_connect()
194 Testing with oci_connect()
200 Testing with oci_connect()
204 Testing with oci_connect()
207 Testing with oci_connect()
211 Testing with oci_connect()
226 Testing with oci_connect()
238 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.phpt15 var_dump($c = oci_connect($user, $password, $dbase));
18 var_dump($c = oci_connect($user, $password));
H A Dskipifconnectfailure.inc5 // the oci_connect parameter corresponding to $dbase defaults to null
10 $c = @oci_connect($user, $password, $dbase);
H A Ddrcp_conn_close1.phpt2 DRCP: oci_connect() with oci_close() and oci8.old_oci_close_semantics ON
24 var_dump($conn1 = oci_connect($user,$password,$dbase));
30 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
26 var_dump($conn1 = oci_connect($user,$password,$dbase));
31 var_dump($conn2 = oci_connect($user,$password,$dbase));
H A Ddrcp_characterset.phpt2 DRCP: oci_pconnect() and oci_connect() with different character sets
14 // Create connections with oci_connect and oci_pconnect with UTF8 as Charset
16 $c1 = oci_connect($user,$password,$dbase,"UTF8");
26 $c2 = oci_connect($user,$password,$dbase,"US7ASCII");
H A Dconn_attr_3.phpt29 // With oci_connect ,oci_pconnect ,oci_new_connect
31 var_dump($conn1 = get_conn(1)); //oci_connect()
37 var_dump($conn1 = get_conn(1)); //oci_connect()
70 Testing with oci_connect()
74 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
22 // will not be reflected for oci_connect and oci_new_connect.
55 var_dump($conn1 = oci_connect($user,$password,$dbase));
71 var_dump($conn1 = oci_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.
55 var_dump($conn1 = oci_connect($user,$password,$dbase));
71 var_dump($conn1 = oci_connect($user,$password,$dbase));
H A Ddrcp_connect1.phpt2 DRCP: oci_connect()
20 // Open a number of connections with oci_connect and oci_pconnect and verify
26 var_dump($conn1 = oci_connect($user,$password,$dbase));
40 var_dump($conn2 = oci_connect($user,$password,$dbase));
48 var_dump($conn3 = oci_connect($user,$password,$dbase));
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
41 $c = oci_connect($user,$password,$dbase);
43 $c = oci_connect($user,$password);
H A Dconnect_scope_try2.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics On
41 $c = oci_connect($user,$password,$dbase);
43 $c = oci_connect($user,$password);
H A Derror.phpt17 var_dump(oci_connect($user, $password, $dbase));
20 var_dump(oci_connect($user, $password));

Completed in 28 milliseconds

12