2.8.3.1 Create Entity Resolution Schema
This section describes how to create the Entity Resolution schema.
Note:
ER schema is nothing but FSDF schema and creation of ER schema can be skipped if the FSDF schema is already available. The grants mentioned in this section are required.To create ER schema, create a new Oracle Database schema user using the following script:
CREATE USER <ER SCHEMA USERNAME> IDENTIFIED BY <PASSWORD>;
A new Oracle Database schema (ER schema) will be created.