Oracle Text in Oracle9i# Database - 数据库
r*k
1 楼
hello everybody,
How to create an index to html file for oracle text?
I have created an index to text file at the same folder.
but, why i can't create index to html file?
codes below:
create index myindex on docs(htmlfile) indextype is ctxsys.context
parameters('filter ctxsys.null_filter section group
ctxsys.html_section_group');
errors:
DRG-11513: unable to open or write to file
thanks a lot.
How to create an index to html file for oracle text?
I have created an index to text file at the same folder.
but, why i can't create index to html file?
codes below:
create index myindex on docs(htmlfile) indextype is ctxsys.context
parameters('filter ctxsys.null_filter section group
ctxsys.html_section_group');
errors:
DRG-11513: unable to open or write to file
thanks a lot.