Guidelines for optimizing Oracle RDS
Optimization setup
System setup
Workflow setup
name: tune RDS Oracle
tasks:
- name: Generate Oracle configuration
operator: FileConfigurator
arguments:
sourcePath: oracle/rdsscripts/oraconf.template
targetPath: oracle/oraconf
component: oracle
- name: Update conf
operator: Executor
arguments:
command: bash ~/oracle/rdsscripts/rds_update.sh test-oracle ~/oracle/
component: oracle
- name: Reboot Oracle
operator: Executor
arguments:
command: bash ~/oracle/rdsscripts/rds_reboot.sh oracletest
component: oracle
# rest of the workflow...Last updated
Was this helpful?