Database Error Messages

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

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.