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 -> interMedia Text Manager

interMedia Text Manager

From: The NiteFrog.- <nitefrog_at_yahoo.com>
Date: Mon, 02 Oct 2000 19:45:02 GMT
Message-ID: <39d8e5b3.343178514@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 - 14:45:02 CDT

Original text of this message

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