Difference between revisions of "Creating an Oracle Database with Apex on AWS RDS"

From NazimWIKI
Jump to navigation Jump to search
Line 12: Line 12:
  
  
[[File:/images/Og1.png]]
+
[[File:Og1.png]]

Revision as of 00:15, 9 November 2019

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