Lines Matching refs:error
2 Test error handling when persistent connection is passed to oci_error()
8 // As part of the fix for Bug 42134, an error handling difference was
15 // Test parse error for normal connection
26 echo "Normal connection: Parse error\n";
31 // Test parse error for new connection
42 echo "New connection: Parse error\n";
47 // Test parse error for persistent connection
58 echo "Persistent connection: Parse error\n";
66 echo "No connection: error: ";
72 echo "Normal connection (take #2): Parse error: ";
76 echo "New connection (take #2): Parse error: ";
80 echo "Persistent connection (take #2): Parse error: ";
83 // Now create a new error for a normal connection and check all again
87 echo "Normal connection: New Collection error: ";
91 echo "New connection (take #3): Parse error: ";
95 echo "Persistent connection (take #3): Parse error: ";
102 Normal connection: Parse error
113 New connection: Parse error
124 Persistent connection: Parse error
135 No connection: error: bool(false)
136 Normal connection (take #2): Parse error: ORA-01756: %s
137 New connection (take #2): Parse error: ORA-01756: %s
138 Persistent connection (take #2): Parse error: ORA-01756: %s
139 Normal connection: New Collection error: OCI-22303: type ""."ABC" not found
140 New connection (take #3): Parse error: ORA-01756: %s
141 Persistent connection (take #3): Parse error: ORA-01756: %s