ORA-01728

Error: ORA-01728: numeric scale specifier is out of range (-84 to 127)

Causa: The scale specified for a numeric field in a CREATE/ALTER TABLE or CREATE CLUSTER statement is not in the valid range. It should be between -84 and 127.

Acción: Specify a numeric scale between -84 and 127. If a number is not specified, the default scale of the column is 0 decimal places.

COMENTARIOS:


No hay comentarios.