How to fix the Oracle error PCC-02404: This indicator variable must be declared as a pointer type?
In this post, you’ll learn more about the Oracle ErrorPCC-02404: This indicator variable must be declared as a pointer type with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02404: This indicator variable must be declared as a pointer type
Reason for the Error PCC-02404: This indicator variable must be declared as a pointer type
Cause: The specified indicator variable was not declared as pointer type.
How to fix the Error PCC-02404: This indicator variable must be declared as a pointer type ?
You can fix this error in Oracle by following the below steps
Action: Declare the indicator variable to be a pointer type.
Leave Your Comment