Learn the motive and how to resolve the ORA-00910 error message in Oracle.
Description
When you come upon an ORA-00910 error, the following error message will appear:
ORA-00910: particular length too lengthy for its datatype
Cause
You tried to create a VARCHAR2 or CHAR column, however you unique a size that handed Oracle’s limits.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Enter a most length for the VARCHAR2 or CHAR column that falls inside Oracle’s limits.
View the most sizes for VARCHAR2 and CHAR datatypes on our Datatypes web page.
Leave a Review