How to fix the Oracle error PCC-02376: You may not declare SQLCODE when DEF_SQLCODE = TRUE?
In this post, you’ll learn more about the Oracle ErrorPCC-02376: You may not declare SQLCODE when DEF_SQLCODE = TRUE with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02376: You may not declare SQLCODE when DEF_SQLCODE = TRUE
Reason for the Error PCC-02376: You may not declare SQLCODE when DEF_SQLCODE = TRUE
Cause: The DEF_SQLCODE option may not be specified if a SQLCODE declaration already explicitely appears in the program.
How to fix the Error PCC-02376: You may not declare SQLCODE when DEF_SQLCODE = TRUE ?
You can fix this error in Oracle by following the below steps
Action: Remove the SQLCODE declaration from the program or specify DEF_SQLCODE=NO (the default).
Leave Your Comment