Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> interMedia Text Manager
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
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
![]() |
![]() |