ORA-24907: invalid pair of callback and recipient protocol attributes
What triggered the Error:
e subscription handle passed into the OCI call can't have both the callback defined and a recipient protocol other than OCI_SUBSCR_PROTO_OCI at the same time.What should we do to fix it:
ease set the appropriate callback and recipient protocol attributes using the OCIAttrSet() call.