Pre-Requisites

Below Privilege must be provided to the Database Schema from SYS Database User. These grants should be provided after schema creation and before the Installation.
  1. ALTER USER ENABLE EDITIONS [FORCE];
  2. GRANT CREATE ANY EDITION TO <SCHEMA NAME>
  3. GRANT DROP ANY EDITION TO <SCHEMA NAME>
  4. GRANT ALTER SESSION TO <SCHEMA NAME>
  5. GRANT EXECUTE on DBMS_SESSION TO <SCHEMA NAME>