2 Pre-requisite for EBR
This topic provides information on pre-requisite for EBR.
Below Privilege must be provided to the Database Schema from SYS Database User.
- ALTER USER <SCHEMA NAME> ENABLE EDITIONS [FORCE];
- GRANT CREATE ANY EDITION TO <SCHEMA NAME>;
- GRANT DROP ANY EDITION TO <SCHEMA NAME>;
- GRANT ALTER SESSION TO <SCHEMA NAME>;
- GRANT EXECUTE on DBMS_SESSION TO <SCHEMA NAME>;
- Pre-Installation Configuration
This topic provides information on pre-installation configuration.