Creating an Oracle Database with Apex on AWS RDS

From NazimWIKI
Revision as of 00:15, 9 November 2019 by Admin (talk | contribs)
Jump to navigation Jump to search

Steps to create an Oracle Standard Edition Two database on AWS with APEX as an option. These notes are for Apex version 5.1.2.v1


PRE-REQUISITIES

If you don't already have them, a parameter group (init.ora file) and an option group (options such as Apex) will need to be created. I have chosen to go with the default parameter group for now as the database only requires default parameters.

However, here is an example of the option group creation process which we will need for Apex to be created with the database.


From the Amazon RDS Console, click on Option groups


Og1.png