How to fix the Oracle error ORA-24905: invalid recipient protocol attribute passed into OCI call?
In this post, you’ll learn more about the Oracle ErrorORA-24905: invalid recipient protocol attribute passed into OCI call with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-24905: invalid recipient protocol attribute passed into OCI call
Reason for the Error ORA-24905: invalid recipient protocol attribute passed into OCI call
The subscription handle passed into the OCI call did not have a proper recipient protocol attribute.
How to fix the Error ORA-24905: invalid recipient protocol attribute passed into OCI call ?
You can fix this error in Oracle by following the below steps
Please set the recipient protocol attribute using the OCIAttrSet() call.
Leave Your Comment