OracleEBSerror

Autoconfig Completed With Error INSTE8_PRF 1

Autoconfig Completed With Error Jtfictx.sh INSTE8_PRF 1

ERROR

When attempting to run the autoconfig in apps Tier its completed with error jtfictx.sh INSTE8_PRF 1.

ERROR at line 1:
ORA-20000: Oracle Text error:
DRG-10502: index JTF.JTF_AMV_ITEMS_URL_CTX does not exist
ORA-06512: at “CTXSYS.DRUE”, line 160
ORA-06512: at “CTXSYS.CTX_DDL”, line 1119
ORA-06512: at “CTXSYS.AD_CTX_DDL”, line 336
ORA-06512: at line 96

 

 

SOLUTION

1. Drop the index JTF_AMV_ITEMS_URL_CTX from APPS and JTF schema and then recreate it under JTF schema.

Before dropping this index from apps schema Please make sure to have a valid backup then drop the index JTF_AMV_ITEMS_URL_CTX from APPS then with same code you can re-create in JTF schema or  using  “jtfiaibu.sql” script you can re-create

2) Run the following:

$ cd $JTF_TOP/patch/115/sql/
$ sqlplus apps/apps @jtfiimt.sql JTF JTF NULL NULL

$ cd $JTF_TOP/patch/115/sql/
$ sqlplus apps/apps @jtfiaibu.sql JTF JTF APPS

NOTE:
Script jtfiimt.sql will create the JTF Text index preferences for the following indexes :
JTF_AMV_ITEMS_DESC_CTX
JTF_AMV_ITEMS_NAME_CTX
JTF_AMV_ITEMS_TEXT_CTX
JTF_AMV_ITEMS_URL_CTX
JTF_TASKS_TL_IM

Script jtfiaibu.sql will drop and recreate the “JTF_AMV_ITEMS_URL_CTX” Intermedia Text index.

Rerun Autoconfig.  “jtfictx.sh” should complete without error.

 

    About Syed Saad

    With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

    Check Also

    Oracle Database Archive Log Generation Details

    Oracle Database Archive Log Generation Details   The Blog presents a script designed to query …

    Leave a Reply