LRM-00118 syntax error at 'string' at the end of input
Description:
LRM-00118 syntax error at ‘string‘ at the end of input
Cause:
A syntax error was detected.
Description:
LRM-00118 syntax error at ‘string‘ at the end of input
Cause:
A syntax error was detected.
Description:
ORA-02262 ORA-string occurs while type-checking column default value expressionexpression
Cause:
New column datatype causes type-checking error for existing column default value expression.
Description:
ORA-02295 found more than one enable/disable clause for constraint
Cause:
An attempt was made via a CREATE or ALTER TABLE statement to specify more than one ENABLE and/or DISABLE clause for a given constraint.
Description:
ORA-02339 invalid column specification
Cause:
An attempt was made to specify the PACKED or UNPACKED keyword for a non-object type column.
Description:
ORA-02274 duplicate referential constraint specifications
Cause:
A referential constraint was specified more than once. This is not allowed.
Description:
ORA-02307 cannot alter with REPLACE option a type that is not valid
Cause:
An attempt was made to ALTER with REPLACE option a type that is not valid.
Description:
ORA-02354 Conversion initialization error occurred on field string
Cause:
An error occurred during conversion initialization for a field. This is an internal error.
Description:
ORA-02285 duplicate START WITH specifications
Cause:
A duplicate START WITH clause was specified.
Description:
ORA-02329 column of datatype string cannot be unique or a primary key
Cause:
An attempt was made to place a UNIQUE or a PRIMARY KEY constraint on a column of datatype VARRAY, nested table, object, LOB, FILE or REF.
Description:
ORA-02263 need to specify the datatype for this column
Cause:
The required datatype for the column is missing.