ORA-01727: numeric precision specifier is out of range (1 to 38)

oracle

ORA-01727: numeric precision specifier is out of range (1 to 38)
Cause: The precision specified for a number column in a CREATE/ALTER TABLE or CREATE CLUSTER statement must be a digit between 1 and 38. If no precision is specified, a default precision of 22 digits is used.
Action: Specify numeric precision between 1 and 38 and retry the statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/