Database Error Messages

PCC-02383

Expecting an expression of type OCIExtProcContext

Cause

The type of the bind variable given in a REGISTER CONNECT USING statement was not (pointer to) OCIExtProcContext.


Action

Declare a variable having type (pointer to) OCIExtProcContext and use it in the REGISTER CONNECT USING statement.