| ERROR | 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. |