interMedia Text Manager

From: The NiteFrog.- <nitefrog_at_yahoo.com>
Date: Mon, 02 Oct 2000 19:45:32 GMT
Message-ID: <39d8e5d3.343210660_at_isp-east.usenetserver.com>


[Quoted] 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 - 21:45:32 CEST

Original text of this message