Re: interMedia Text Manager

From: TimKArnold <timkarnold_at_aol.com>
Date: 02 Oct 2000 21:52:22 GMT
Message-ID: <20001002175222.25435.00000003_at_ng-fj1.aol.com>


What user are you logging in as?
Should be CTXSYS.

Regards,
Tim

>I keep getting this error when trying to the interMedia
>text manager:
>
>warning! An initialization error occured. Some data may
>not be displayed correctly
>ORA-000942: table or view does not exists
>
>-------------------------------------------------------------
>Here is the table I created,
>
>create table Articles
>(
> ArticleId number not null,
> ArticleHeaderId number not null,
> Article CLOB null
>);
>-------------------------------------------------------------
>
>alter table Articles
> add constraint PK_Articles_ArticleId PRIMARY KEY(ArticleId);
>
>create index IDX_ART_CLOB on Articles(Article)
> indextype is ctxsys.context;
>
>Please help!
>
>I am using Oracle 8.1.6 on Windows NT.
>
>Thanks,
>
>Kev.-
>
>
>
Received on Mon Oct 02 2000 - 23:52:22 CEST

Original text of this message