How to fix the Oracle error PCC-02328: undefined struct member?
In this post, you’ll learn more about the Oracle ErrorPCC-02328: undefined struct member with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02328: undefined struct member
Reason for the Error PCC-02328: undefined struct member
Cause: A structure component was referenced that was not declared as part of the structure.
How to fix the Error PCC-02328: undefined struct member ?
You can fix this error in Oracle by following the below steps
Action: Redefine the structure member.
Leave Your Comment