1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

@- Improved the stability of OCIPlogon() after a database restart. (Thies)

This commit is contained in:
Thies C. Arntzen
2001-07-25 22:34:25 +00:00
parent 69a4760b48
commit a9e0de3947
+2
View File
@@ -863,6 +863,8 @@ oci_handle_error(oci_connection *connection, ub4 errcode)
case 22: /* ORA-00022 Invalid session id */
case 1012: /* ORA-01012: */
case 3113: /* ORA-03113: end-of-file on communication channel */
case 604:
case 1041:
connection->is_open = 0;
connection->session->is_open = 0;
connection->session->server->is_open = 0;