ORA-24904
Callback attribute was not set in subscription handle.
Cause
The subscription handle passed into the Oracle Call Interface (OCI) call did not have the callback attribute OCI_ATTR_SUBSCR_CALLBACK set.
Action
Set the callback attribute OCI_ATTR_SUBSCR_CALLBACK using the OCIAttrSet() call.
ORA-24904
invalid callback attribute passed into OCI call
Cause
The subscription handle passed into the OCI call does not have a proper callback attribute.
Action
Please set the callback attribute using the OCIAttrSet() call.
ORA-24904
invalid callback attribute passed into OCI call
Cause
The subscription handle passed into the OCI call does not have a proper callback attribute.
Action
Please set the callback attribute using the OCIAttrSet() call.