How to fix the Oracle error PCC-02398: Indicator ignored in this statement for this type?
In this post, you’ll learn more about the Oracle ErrorPCC-02398: Indicator ignored in this statement for this type with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02398: Indicator ignored in this statement for this type
Reason for the Error PCC-02398: Indicator ignored in this statement for this type
Cause: An indicator variable was used in a host/indicator variable pair for some type in a statement that did not require or need one. Typically, indicator variables are not used in ALLOCATE and FREE statements for types other than object or collection types. They are also not used in OBJECT CREATE/DEREF statements for REF types.
How to fix the Error PCC-02398: Indicator ignored in this statement for this type ?
You can fix this error in Oracle by following the below steps
Action: Remove the use of the indicator for the type in the specified statement. It will be ignored otherwise.
Leave Your Comment