Hi All,
I am getting this error while inserting records into a table after setting TRANSACTION ISOLATION LEVEL SERIALIZABLE.
The table is having a primary_key. The insert is working fine when I removed primary_key.
But insert for other tables with primary key is working fine with this option. There is no update happening in source while inserting.
Please help me to resolve this issue.
Regards
Arunnath