Oracle Error Message
ORA-24902: invalid subscription name or name-length in subscription handle
Reason for the Error
The subscription handle passed into the OCI call does not have a proper name or name-length attribute.
Solution
Please set the name and name-length attributes using the OCIAttrSet() call.