Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.