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!

Return every instance of a word in a document

ant7May 25 2012 — edited May 30 2012
I have a 1400 page PDF document that contains an ID in the format of WARxxxxxx, a total of nine characters, every two pages or so. I am looking for a way to query out all of the instances of these IDs. For example:

WAR123123
WAR010101
WAR987654

The table the document is stored in is using standard text index. I tried to use the ctx_doc.highlight and store the results in another table, but I just got PDF gibberish instead of readable English. Is this type of query and result possible through the ctx functions?

Thanks, Tony
This post has been answered by Barbara Boehmer on May 25 2012
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 27 2012
Added on May 25 2012
2 comments
656 views