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!

Indexing literal.

300810Jul 1 2002
Hallo,
I need to indexing a text column with Intermedia 8.1.7.
How can i make an index that contains 2 ore more words (separated by space) ?
I want use a phrase separator (es \n) to separate group of words and retreive this phrase in the table DR$index$I.

Explain.

Table definition
mytab(id number, doc varchar2(40))

Values
1 The pen\n is on the table
2 The computer works\n without me

I'll found in table DR$myindex$I these terms
The pen
is on the table
The computer works
without me

and not a list of sigle terms.

I apologize for my english and attend our replaies.

Thanks, Paolo Gronchi.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2002
Added on Jul 1 2002
3 comments
172 views