HomeOracleOracle Error PLS-00729: only widening of the collection element type is allowed

Oracle Error PLS-00729: only widening of the collection element type is allowed

Oracle Error Message

PLS-00729: only widening of the collection element type is allowed

Reason for the Error

Modification to the collection element type did not widen its constraints or attempted to change the type of the element. For NUMBER types, scale and precision can be changed to allow increase in number of digits after and before the decimal point. For VARCHAR2 and RAW type attributes the size can be increased.

Solution

Change the constraint specification so as to widen the existing constraints.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...