How to fix the Oracle error PCC-02369: An EXEC TOOLS host pointer variable is not a pointer?
In this post, you’ll learn more about the Oracle ErrorPCC-02369: An EXEC TOOLS host pointer variable is not a pointer with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02369: An EXEC TOOLS host pointer variable is not a pointer
Reason for the Error PCC-02369: An EXEC TOOLS host pointer variable is not a pointer
Cause: The host variable specifying an EXEC TOOLS context must be a pointer type.
How to fix the Error PCC-02369: An EXEC TOOLS host pointer variable is not a pointer ?
You can fix this error in Oracle by following the below steps
Action: Redeclare the variable, making sure that it is a pointer.
Leave Your Comment