Error code
|
Meaning
|
---|---|
No error code
|
Operation was successful
|
No error code
|
Operation has completed
|
100
|
Operation failed. For example, this error code is procedured when performing an operation, such as flushing arrays and inserting records.
|
106
|
Illegal column name
This error applies to the column name used in the control file.
|
107
|
Illegal constraint
|
108
|
Invalid column data
The data type in the data file conflicts with the table definition.
|
109
|
Unique constraint violation
|
110
|
Concurrency conflict, two transactions updated or deleted the same row
|
112
|
Unsupported character set
|
114
|
Null data in NOT NULL column
NULL data value given in a NOT NULL column
|