Oracle text queries - basic full text searches
Text queries are a very complex subject in Oracle, but briefly, the following is enough for a basic full text search.
The example searches help text in a table called “help_topic” with the column “help_text”.
[Read More]