Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Context/Intermedia/OracleText index rebuilds and ORA-29863

Re: Context/Intermedia/OracleText index rebuilds and ORA-29863

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Wed, 15 Jan 2003 06:53:53 -0800
Message-ID: <F001.00530335.20030115065353@fatcity.com>

I don't know how big your Indexes are but ... I drop the Index and create with NOPOPULATE and then do a CTX_DDL.SYNC_INDEX which can safely run in the background [I do this for the lone Context Index in 9iFS].
Hemant

At 09:29 AM 14-01-03 -0800, you wrote:
>Hey all,
>
>Spent last night (til the Witching Hour) patching from 8.1.7.2 to 8.1.7.4.
>During the process, we had all three of our Context indexes trashed. My
>guess is that it was because CTXSYS.CTX_DDL.INDEX_SYNC() DBMS_JOB was
>running while the CTX upgrade scripts were running. I thought it was funny
>that there were no instructions to break this job before the upgrade, but it
>did work in test back in September.
>
>Anyway, I filed a TAR, and after re-running the "dr0" admin scripts, we
>tried to rebuild the indexes online using:
>
>ALTER INDEX my_context_index REBUILD ONLINE;
>
>Alas, the error:
>
>ORA-29863: Warning in the Execution of ODCIINDEXCREATE Routine
>
>reared it's ugly puss. We checked the advice of the Metalink article on the
>error, but we didn't have any of those symptoms (out of Temp or Perm TS
>space) and ended up dropping and recreating the indexes.
>
>So, has anyone run across this error before? I'd hate to think I'm not able
>rebuild indexes, much less online...
>
>TIA!
>Rich
>
>Rich Jesse System/Database Administrator
>Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net
>--
>Author: Jesse, Rich
> INET: Rich.Jesse_at_qtiworld.com
>
>Fat City Network Services -- 858-538-5051 http://www.fatcity.com
>San Diego, California -- Mailing list and web hosting services
>---------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).

Hemant K Chitale
My web site page is : http://hkchital.tripod.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Hemant K Chitale
  INET: hkchital_at_singnet.com.sg

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Jan 15 2003 - 08:53:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US