Tagged Questions

2
votes
1answer
1k views

Set up Oracle Text to index values of multiple columns in Oracle tables

I have a set of Oracle tables that describe information about property owners. Owner names and other text values are stored in multiple fields in multiple related tables, for each owner. I would like ...
0
votes
0answers
293 views

Search across multiple tables with joins using Oracle Text

(Note: This question is cross-posted from ServerFault.) I need to perform oracle text search across multiple tables in my oracle 10g database. The tables have the following structures: Table1 (ID, ...