Message Oracle PCC-02398 - Indicator ignored in this statement for this type

ERRORIndicator ignored in this statement for this type
CAUSEAn 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.
ACTIONRemove the use of the indicator for the type in the specified statement. It will be ignored otherwise.