Lines Matching refs:connection
20 // session and query for this through another connection
36 // Second connection should return 0 for the package variable.
38 echo " Select with connection 2\n";
43 // Third connection. There is no oci_close() for conn2 hence this should
46 echo " Select with connection 3\n";
61 // Second connection with oci_pconnect should return the same session hence the
66 echo " Select with persistent connection 2\n";
75 resource(%d) of type (oci8 connection)
82 resource(%d) of type (oci8 connection)
83 Select with connection 2
87 resource(%d) of type (oci8 connection)
88 Select with connection 3
92 resource(%d) of type (oci8 persistent connection)
96 resource(%d) of type (oci8 persistent connection)
97 Select with persistent connection 2