You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the type OCI_HTYPE_SERVER is used with the attributes OCI_ATTR_HA_SRVFIRST and OCI_ATTR_HA_SRVNEXT.
Since the handle is a pointer to an OCIEvent, the handle type should be OCI_HTYPE_EVENT.
Hi,
Currently, the type OCI_HTYPE_SERVER is used with the attributes OCI_ATTR_HA_SRVFIRST and OCI_ATTR_HA_SRVNEXT.
Since the handle is a pointer to an OCIEvent, the handle type should be OCI_HTYPE_EVENT.
Lines:
ocilib/src/callback.c
Line 595 in 3ce8acc
ocilib/src/callback.c
Line 641 in 3ce8acc
The text was updated successfully, but these errors were encountered: