Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Oracle errors in p_fill_z01x

    • Article Type: General
    • Product: Aleph
    • Product Version: 21

    Problem Symptoms:
    Running csh -f p_fill_z01x XXX01 gives Oracle errors:

    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-12203: section group XXX01.Z01X_TAGS does not exist
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    Cause:
    Typo error in file_list (According to documentation it must be "INX z01x_id1" and not "IND z01_id1".)

    Resolution:
    * Correct file_list:

    > pwd
    /exlibris/aleph/u21_1/xxx01
    > diff file_list file_list.orig
    118c118
    < INX z01x_id1 100M 0K TS3X
    ---
    > IND z01x_id1 100M 0K TS3X

    * Rerun p_fill_z01x

    Category: Upgrade


    • Article last edited: 10/8/2013
    • Was this article helpful?