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!

ISBN Search

Azhar HusainDec 19 2011 — edited Dec 20 2011
Hi Experts,

DB version : Oracle 10g(10.2)

I am trying to solve a search problem related to Text Index. Following is my scenario.
CREATE TABLE MY_TABLE(ISBN VARCHAR2(100))

INSERT INTO MY_TABLE VALUES('123-45678')

INSERT INTO MY_TABLE VALUES('12345678')
What I need

If some one give 123-45678, then both the rows should return i.e. 123-45678 & 12345678.
If some one give 12345678, then both the rows should return i.e. 123-45678 & 12345678.

Is it possible to achieve through text index?

Any help will be highly appreciated.

Thanks in advance.
This post has been answered by Barbara Boehmer on Dec 19 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2012
Added on Dec 19 2011
2 comments
280 views