OracleDBerror

ERROR: ORA-01408 such column list already indexed

ERROR

ERROR: ORA-01408 such column list already indexed while upgrading database to 11.2.0.4 using DBUA

 

SOLUTION

Prior starting the upgrade drop the index in the SYSTEM Schema

drop index system.REPCAT$_AUDIT_COLUMN_IDX1;

Start the upgrade
./dbua

If the index is not dropped prior starting the upgrade, when the issue is faced drop the index and ignore the error so the DBUA may continue if no other errors are faced in the DBUA completion, recreate the index using below command

create index system.repcat$_audit_column_f2_idx on system.repcat$_audit_column (base_sname,base_oname,base_conflict_type_id, base_reference_name);

 

 

    About Abdul Khalique Siddique

    In addition to my proficiency in Oracle Database, I have also specialized in Oracle E-Business Suite. I have hands-on experience in implementing, configuring, and maintaining EBS applications, enabling organizations to streamline their business processes and achieve operational efficiency. Also I have hands-on experience in Oracle Cloud Infrastructure (OCI). I have worked with OCI services such as compute, storage, networking, and database offerings, leveraging the power of the cloud to deliver scalable and cost-effective solutions. My knowledge of OCI architecture and deployment models allows me to design and implement robust and secure cloud environments for various business requirements. Furthermore, I have specialized in disaster recovery solutions for Oracle technologies. I have designed and implemented comprehensive disaster recovery strategies, including backup and recovery procedures, standby databases, and high availability configurations. My expertise in data replication, failover mechanisms, and business continuity planning ensures that organizations can quickly recover from disruptions and maintain uninterrupted operations.

    Check Also

    EBS_Latest_Configurations

    (EJCPUC)EBS Java Critical Patch Update Checker OCT-2024

    (EJCPUC)EBS Java Critical Patch Update Checker OCT-2024 Introduction A new utility, Oracle E-Business Suite Java …

    Leave a Reply