Oracle Text Index...


Oracle Text Option is available in any Oracle Edition.

 

CREATE INDEX CTX_EVENTHISTORY_00100001

  ON EVENTHISTORY_00100001 (VALUE_STRING)

  INDEXTYPE IS ctxsys.context PARAMETERS ('SYNC ( ON COMMIT)');

 

SELECT value_string FROM eventhistory WHERE CONTAINS(value_string, 'hello') > 0

 

Last update:
2015-07-28 13:27
Author:
Andreas Vogler
Revision:
1.0
Average rating:0 (0 Votes)

You can comment this FAQ

Chuck Norris has counted to infinity. Twice.