Oracle Text (OT) Matching
Before performing OT Matching, you must ensure that the following prerequisites are met:
User Grants and Quotas:
- Assign sufficient table space quota to the entity resolution (ER) schema:
ALTER USER <ER_SCHEMA> QUOTA UNLIMITED ON users;Or specify a size, for example;
QUOTA 500M ON users; - Grant the required privileges if you are using ER with OT matching. For more information on the required grants see the AML Event Scoring topic.