Hi All,
I am getting this error while upgrading my EBS 11.1.0.7 database to 11.2.0.4. I checked in the log and it shows:
create index system.repcat$_audit_column_f2_idx on
2 system.repcat$_audit_column(base_sname,base_oname,base_conflict_type_id,
3 base_reference_name)
4 /
system.repcat$_audit_column(base_sname,base_oname,base_conflict_type_id,
*
ERROR at line 2:
ORA-01408: such column list already indexed
Now what I would like to know is whether I should cancel the dbua session, startup the database, drop the index and again start dbua session?
Regards,
Vinod