I'm getting a unique constraint error in Oracle SQL Developer when I try to insert an entry into the table. While the column it is specifying for the unique constraint error is a ghost column -- SYS_NC00008$
( I've purposely dashed out some values while posting below query here -ignore that)
Query:
INSERT INTO "---"."---" (ID, MESSAGE_TYPE, IS_DELETED, CREATED_BY, CREATED_ON, UPDATED_BY,
UPDATED_ON)
VALUES ('2', '----', 'N', 'system',
TO_TIMESTAMP('2018-08-16 07:51:25.000000000', 'YYYY-MM-DD HH24:MI:SS.FF'),
'system', TO_TIMESTAMP('2019-09-25 05:07:06.000000000', 'YYYY-MM-DD HH24:MI:SS.FF'))
Error:
ORA-00001: unique constraint (----.----_IX0) violated ORA-06512: at line 1