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!

no new records are added to context index?

3138322Dec 11 2015 — edited Dec 15 2015

Good morning!!


I hope you all are well , have a problem with the use of an index , I'm using a CONTAINS , the first consultation saves the results , if I add new records to the table on which the index is , this is not me the sample, only shows me the first search you do with the data at that time were on the table.

I appreciate the cooperation and assistance .

Pdta : I apologize for my English



select * from test


Result

text/textid

Corp.1
Goldcorp2
Corporation3
Corporation4
Corp25
Corp36
Corp47



select * from test where CONTAINS(text,'%Corp%', 1) > 0


Result

text/textid

Corp.1
Goldcorp2
Corporation3
Corporation4
Corp25




Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2016
Added on Dec 11 2015
2 comments
949 views