Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/oci8/tests/
H A Dprivileged_connect1.phpt12 oci_connect("", "", "", false, OCI_SYSOPER);
13 oci_connect("", "", "", false, OCI_SYSDBA);
14 oci_connect("", "", "", false, -1);
15 oci_connect("", "", "", false, "qwe");
20 Warning: oci_connect(): ORA-%d: %s in %s on line %d
22 Warning: oci_connect(): ORA-%d: %s in %s on line %d
24 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
26 Warning: oci_connect() expects parameter 5 to be long, string given 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);
13 oci_connect("", "", "", false, "qwe");
18 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
20 Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able t…
22 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
24 Warning: oci_connect() expects parameter 5 to be long, string given in %s on line %d
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
19 $c = oci_connect('/', 'notemtpy', 'anything', null, OCI_CRED_EXT);
46 $c = oci_connect('a', 'b', 'c', null, OCI_SYSDBA+OCI_SYSOPER);
64 $c = oci_connect('', '', 'anything', null, OCI_CRED_EXT);
73 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
82 $c = oci_connect('/', null, 'anything', null, OCI_CRED_EXT);
91 $c = oci_connect('/', '', 'c', 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_without_oracle_home_11.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
25 var_dump(oci_connect($user, $password, $dbase));
28 var_dump(oci_connect($user, $password));
35 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
37 Warning: oci_connect(): Error while trying to retrieve text for error ORA-01804
H A Dconnect.phpt2 oci_connect()
11 var_dump(oci_connect($user, $password, $dbase));
14 var_dump(oci_connect($user, $password));
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)
26 var_dump(oci_connect($user, $password, $dbase));
29 var_dump(oci_connect($user, $password));
36 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
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 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.phpt72 $c5 = get_conn(1); //oci_connect()
83 $c1 = get_conn(1); //oci_connect()
164 Testing with oci_connect()
181 Testing with oci_connect()
187 Testing with oci_connect()
191 Testing with oci_connect()
194 Testing with oci_connect()
198 Testing with oci_connect()
213 Testing with oci_connect()
225 Testing with oci_connect()
[all …]
H A Dconnect.inc6 $c = @oci_connect($user, $password, $dbase);
9 $c = @oci_connect($user, $password);
H A Ddebug.phpt13 oci_connect($user, $password, $dbase);
16 oci_connect($user, $password);
H A Dpecl_bug16035.phpt22 oci_connect('abc', 'def', 'ghi', 'jkl');
28 Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - pleas…
30 Warning: oci_connect(): Error while trying to retrieve text for error ORA-01804
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_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_privileged.phpt24 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSDBA));
25 var_dump(oci_connect($user,$password,$dbase,false,OCI_SYSOPER));
35 Warning: oci_connect(): ORA-01031: %s in %s on line %d
38 Warning: oci_connect(): ORA-01031: %s in %s on line %d
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 Dserverversion.phpt11 var_dump($c = oci_connect($user, $password, $dbase));
14 var_dump($c = oci_connect($user, $password));
H A Dconn_attr_3.phpt22 // With oci_connect ,oci_pconnect ,oci_new_connect
24 var_dump($conn1 = get_conn(1)); //oci_connect()
30 var_dump($conn1 = get_conn(1)); //oci_connect()
63 Testing with oci_connect()
67 Testing with oci_connect()
H A Ddrcp_connect1.phpt2 DRCP: oci_connect()
17 // Open a number of connections with oci_connect and oci_pconnect and verify
23 var_dump($conn1 = oci_connect($user,$password,$dbase));
37 var_dump($conn2 = oci_connect($user,$password,$dbase));
45 var_dump($conn3 = oci_connect($user,$password,$dbase));
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_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_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 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);

Completed in 53 milliseconds

12