PLS-00719: only widening of attribute 'string' constraints
is allowed



PLS-00719: only widening of attribute 'string' constraints is allowed..

Answer / guest

Cause: Modification to the attribute did not widen its
constraints or attempted to change the type of the
attribute. For NUMBER type attributes, 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. Other type attributes
are not allowed to be modified. Change of type of attribute
is also not allowed.

Action: Change the constraint specification so as to widen
the existing constraints.To narrow the constraints or to
change the type of the attribute, you must drop the
attribute and add it with new constraints or new type. In
that case you must also take appropriate steps to preserve
your existing data based on the type (if you want to
preserve it).Typically this will involve backing up the data
and restoring it after the ALTER TYPE.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-20311: ambiguous proxy copy handle

1 Answers  


PLS-00951: %s Feature is not supported by this release

1 Answers  


ORA-39020: invalid mode type string

1 Answers  


ORA-30926: unable to get a stable set of rows in the source tables

2 Answers  


ORA-31404: all input parameters are null

1 Answers  






RMAN-08515: archive log filename=string thread=string sequence=string

1 Answers  


DGM-16916: Missing site name. Try "help"

1 Answers  


RMAN-08024: channel string: restore complete

1 Answers  


DRG-11876: When Your Are Connected, You Can Log In

1 Answers  


ORA-32579: password for SYSTEM already specified

1 Answers  


PLS-00113: END identifier 'string' must match 'string' at line string, column string

1 Answers  


RMAN-10001: error parsing recovery catalog connect string "string"

1 Answers  


Categories