Hi All,
I want to delete duplicate records from a large table.
There is one index(INDEX_U1) on 4 columns(col1,co l2,col3,col4) which is in unusable state.
First of all when i tried to rebuild index it showed error as unique key violation.
So i want to delete duplicate records for col1,col2,col3, col4 combination.
How can i delete the duplicate records from this large table?
Please suggest some effective way of deleting duplicate records so that i can rebuild the index.
Thanks
Dilip
I want to delete duplicate records from a large table.
There is one index(INDEX_U1) on 4 columns(col1,co l2,col3,col4) which is in unusable state.
First of all when i tried to rebuild index it showed error as unique key violation.
So i want to delete duplicate records for col1,col2,col3, col4 combination.
How can i delete the duplicate records from this large table?
Please suggest some effective way of deleting duplicate records so that i can rebuild the index.
Thanks
Dilip
Comment