I have created an index on Global Temporary Table(ON COMMIT DELETE ROWS). It has composite index with unique constraint. When I am trying to insert a row in this table, it is giving me unique index key constraint violated error.
I am trying to insert this data throught sql file and there is only one row of data to be inserted.
How can it give unique key index violation.
Kindly let me know what am I missing?
Any help is much appreciated.Thanks in advance