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

Home -> Community -> Usenet -> c.d.o.tools -> Need help! Stuck trying to use interMedia text manager

Need help! Stuck trying to use interMedia text manager

From: The NiteFrog.- <nitefrog_at_yahoo.com>
Date: Mon, 02 Oct 2000 05:40:41 GMT
Message-ID: <39d81fbb.292498330@isp-east.usenetserver.com>

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 - 00:40:41 CDT

Original text of this message

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