DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Oracle 8i, failed in the execution of the ODCIINDEXUPDATE routine

  1. #1
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166

    Oracle 8i, failed in the execution of the ODCIINDEXUPDATE routine

    This is a portal application using Intermedia text with an 8.1.7 database, 32 bit version, running on Solaris 8. When someone goes to update an event we get the following error.

    Does anyone have any idea

    SQL> update eventcal.vevent set summary = 'Football vs. Washington (MO)' where id=20312;

    update eventcal.vevent set summary = 'my new event' where id=999999999
    *
    ERROR at line 1:
    ORA-29877: failed in the execution of the ODCIINDEXUPDATE routine
    ORA-20000: interMedia Text error:
    DRG-10602: failed to queue DML change to column SUMMARY for primary key ADDF48AAIADDAAjAAI
    DRG-50857: oracle error in drekqkd (n_stmt)
    ORA-00001: unique constraint (EVENTCAL.SYS_IOT_TOP_77755) violated
    ORA-00001: unique constraint (EVENTCAL.SYS_IOT_TOP_77755) violated


    SQL> select owner, object_type, object_name from dba_objects where status='INVALID';

    The only invalid objects are listed below. I'm not sure how to compile them.

    OWNER OBJECT_TYPE OBJECT_NAME
    ------------------------------ ------------------------------ ----------------------------------------
    SYS JAVA DATA JAVA$POLICY$SHARED$00000001
    SYS JAVA DATA JAVA$POLICY$SHARED$00000002

    Thanks in advance.

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    I'm not a matter expert but this is what calls my attention...
    Code:
    ORA-00001: unique constraint (EVENTCAL.SYS_IOT_TOP_77755) violated
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Quote Originally Posted by PAVB
    I'm not a matter expert but this is what calls my attention...
    Code:
    ORA-00001: unique constraint (EVENTCAL.SYS_IOT_TOP_77755) violated
    I noticed that as well, but it seems that it is not that simple.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width