Oracle Solution for Error ora-24902

Solution for Oracle Error ORA-24902

ORA-24902: invalid subscription name or name-length in subscription handle

What triggered the Error:

e subscription handle passed into the OCI call does not have a proper name or name-length attribute.

What should we do to fix it:

ease set the name and name-length attributes using the OCIAttrSet() call.