Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Highlight in Oracle Text

485187Feb 17 2006 — edited Mar 15 2006
Hi!!
I followed the steps described in the reference guide of Oracle Text to highlights the result of a search in a text, but I can't show the text whit these words highlighting.

I copy the code I ran:

create table hightab(query_id number,
offset number,
length number);
Table created

begin
ctx_doc.highlight('sentencias', '4', 'redactor', 'hightab', 0, TRUE);
end;

PL/SQL procedure successfully completed

select * from hightab

QUERY_ID OFFSET LENGTH
0 89 8

Thanks a lot!
Regards,
Fabiana.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2006
Added on Feb 17 2006
5 comments
1,201 views