Pre-configured Rulesets for Matching, Merging, and Data Survival
The application provides pre-configured rulesets/rules for Matching, Merging, and Data Survival for Entity Resolution pipelines (CSA_8128 and CSA_8129).
Note:
- The lower version pipelines are supported only if you are upgrading.
- A set of seeded match rules are available which are used in the out-of- the-box ER pipeline.
- If matching mechanism is selected as OT, the pre-configured rulesets are supported and users can use OS as a matching mechanism for any custom ruleset.
Oracle Text (OT) Rule sets and Limitations
- Only OT rule sets must be enabled during the OT matching operations.
- OS rule sets must be disabled.
- Custom rule sets for OT can be created, but groups and sub-rules are not supported in OT rule sets. Any groups or sub-rules created in the UI will be ignored.
The following image illustrates an example of the rule sets:
Figure 4-2 An Example of the Rule Sets

Rule Synchronization Flow
- When a new OT rule is added, it is first stored in the
FCC_MATCH_RULESETtable (Studio schema) - To sync new or updated rules with
FCC_MR_RULESET(ER schema), Job 1 must be executed. - During Job 1, all eligible or enabled rules in
FCC_MATCH_RULESETare synchronized toFCC_MR_RULESET.