Skip to Main Content

Oracle Database Discussions

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!

domain / text indexes on text fields

846465Jun 19 2012 — edited Jun 20 2012
I have a table which contains first_nm, middle_nm, last_nm field.
These fields are used in query search in the where clause frequently, however the respose time is slow. We do have function based indexes on these columns.

Can somebody guide me how can I create domain / text indexes on these text fields specially the last_nm?
Steps or any eg for how to create them will be very useful.
Also does anyone know if the test indexes are picked up in explain plan when a wild card serach using "like %test%" is performed.

Thanks a lot for your response.
dk
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2012
Added on Jun 19 2012
3 comments
72 views