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

Home -> Community -> Usenet -> c.d.o.server -> Re: Intermedia Text in 8.1.7.4

Re: Intermedia Text in 8.1.7.4

From: grjohnson <Johnsog123_at_hotmail.com>
Date: 29 Jul 2003 06:59:05 -0700
Message-ID: <32b8a689.0307290559.144e766c@posting.google.com>


This would be correct. Because in the DATA_STORE in your case DATASTORE_1 you are naming a LOB segment. Another LOB segment can't be created with the same name. You see, I had multiple indexes with different storage setting parameters and therefor I created a DATA STORE for each. The example Ii provided would've been sufficient to use on one index. Don't name the LOB segment if you wish to us the data_store spec for other indexes.

Cheers,

Greg Johnson

thomas.troendlin_at_kstm.sbs.de (Thomas Troendlin) wrote in message news:<3f260234.1326467_at_news.mch.sbs.de>...
> Hi
>
> Thanks a lot,
>
> exept the R_TABLE_CLAUSE statement it looks similar to the doc from
> oracle. This "LOB(DATA) STORE AS EMP_R$_LOB_SEGMENT"-part where can I
> get more information about this statement ?
>
> It seems that it´s not possible to create more than 1 index (of the
> type ctxsys) within this datastore. If I try to create another one
> with the PARAMETER ('storage datastore lexer mylexer) clause the
> following errormessage occurs:
> --------------------
> ORA-29855: Fehler bei Ausführung der Routine ODCIINDEXCREATE
> ORA-20000: interMedia Text-Fehler:
> DRG-50857: oracle error in drixtab.create_index_tables
> ORA-00955: Es gibt bereits ein Objekt mit diesem Namen
> ORA-06512: in "CTXSYS.DRUE", Zeile 126
> ORA-06512: in "CTXSYS.TEXTINDEXMETHODS", Zeile 78
> ORA-06512: in Zeile 1
> --------------------
> Sorry for the german errormessages but I think the ORA-00955 is the
> one which counts -> 'Name is already used by an existing object' .
>
> I can set up a new datastore called DATASTORE_1 with the same I, K, R,
> N, I, P -clauses but the errormessage is the same. The next try was to
> set up an DATASTORAGE without the R_CLAUSE and it works, but with the
> disadvantage that the data is not stored in the tablespace i wanted
> to, and the query performance is very poor.
>
> Maybe the only solution is to migrate to 9i ?
>
> Thanks
Received on Tue Jul 29 2003 - 08:59:05 CDT

Original text of this message

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