Tagged Questions

1
vote
1answer
369 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
38 views

Creating Oracle Text Index using NHibernate

Hi all, I have been playing with NHibernate (especially Fluent NHibernate) for couple months. I really like it and appreciate people who contribute to those projects. I am trying to create an …