DB Parameters for AWS instance type change
Hi All,
We will be running an Oracle 12c Linux DB Instance on AWS EC2 for a specific application.
Prior to an application upgrade, we would like to increase the CPU/Mem and potentially the EBS IOPS to expidite the app upgrade based on a higher instance type.
Currently:
MEMORY_TARGET is set to 0
SGA_TARGET is set appropriatly
PGA_AGGREGATE_TARGET is set appropriatly
STREAMS/JAVA/LARGE/BUFFER/SHARED POOL are set appropriatly
JOB_QUEUE_PROCESSES is set to 10 (cpu_count is 2)
Assumptions:
-cpu_count would automatically adjust with higher instance type
-parallel parameters would automatically adjust with higher instance type