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!

Clustering for Partitioned Tables and Finding Hits as New Documents are loaded

Amin AdatiaMay 27 2014 — edited May 27 2014

I would like to use the Clustering to identify new documents that match a "Rule" as the documents get loaded. Currently I have a Text Index on a partitioned table where the documents are actually stored on the OS File system.

1. How do I use Clustering to build the Rules and Clusters from that Index?

2. How do I identify New documents whch have matched on the rules found from the clustering in Step 1?

Is there any "By Example" tutorial on using this Oracle Text Feature?

Regards

Comments

BPeaslandDBA

Which network? For RAC, there are two networks, the public network (which your apps use to connect to the database) and the private network (used for node-to-node cluster communications). If you disable the public network, Oracle will work just fine and you don't need to do anything. If you disable the private network, nodes will get evicted from the cluster. It would be better to stop clusterware on all nodes in this case.

Cheers,
Brian

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 24 2014
Added on May 27 2014
1 comment
958 views