Complete the following prerequisites:
- Create a Unifier database (source) on an Oracle 12c database instance.
- Execute the audit_schema_changes_unifier.sql script in the source schema. The script is located in sync_client.zip.
- Enable full auditing in the unifier source by executing the auditing_enable_unifier.sql script in unifier source schema. The script is located in sync_client.zip.
- Connect to source unifier schema as sys user and run the following command:
grant select on sys.GV_$TRANSACTION to <Source unifier schema>;
- Set JAVA_HOME to the installation directory containing a supported version of JDK. For more details, see the Client Requirements document.