Lines Matching refs:connection
22 // session and query for this through another connection
38 // Second connection should return 0 for the package variable.
40 echo " Select with connection 2\n";
45 // Third connection. There is no oci_close() for conn2 hence this should
48 echo " Select with connection 3\n";
63 // Second connection with oci_pconnect should return the same session hence the
68 echo " Select with persistent connection 2\n";
77 resource(%d) of type (oci8 connection)
84 resource(%d) of type (oci8 connection)
85 Select with connection 2
89 resource(%d) of type (oci8 connection)
90 Select with connection 3
94 resource(%d) of type (oci8 persistent connection)
98 resource(%d) of type (oci8 persistent connection)
99 Select with persistent connection 2