How to fix the Oracle error PCC-02411: Invalid type for INDICATOR descriptor item host variable?
In this post, you’ll learn more about the Oracle ErrorPCC-02411: Invalid type for INDICATOR descriptor item host variable with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02411: Invalid type for INDICATOR descriptor item host variable
Reason for the Error PCC-02411: Invalid type for INDICATOR descriptor item host variable
Cause: The type of the host variable paired with the INDICATOR descriptor item was invalid. The only permissable types for the INDICATOR item are a signed 2 byte numeric type or an indicator struct generated by the Object Type Translator for a user defined object type.
How to fix the Error PCC-02411: Invalid type for INDICATOR descriptor item host variable ?
You can fix this error in Oracle by following the below steps
Action: Either replace the INDICATOR host variable with a valid one having an acceptable type or redeclare the existing host variable to be of a valid type.
Leave Your Comment