Skip to content

Commit

Permalink
Merge pull request #62 from companieshouse/feature/cics-staging-rds-o…
Browse files Browse the repository at this point in the history
…racle19-upgrade

CICS Staging RDS Oracle 19 Upgrade
  • Loading branch information
sienkin authored Apr 12, 2022
2 parents ca98854 + 4191e01 commit 61727f2
Showing 1 changed file with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ rds_databases = {
backup_retention_period = 2
multi_az = true
engine = "oracle-se2"
major_engine_version = "12.1"
engine_version = "12.1.0.2.v26"
major_engine_version = "19"
engine_version = "19"
auto_minor_version_upgrade = true
license_model = "license-included"
rds_maintenance_window = "Wed:00:00-Wed:03:00"
Expand Down Expand Up @@ -481,13 +481,9 @@ parameter_group_settings = {
name = "aq_tm_processes"
value = "6"
},
{
name = "sec_case_sensitive_logon"
value = "TRUE"
},
{
name = "compatible"
value = "12.1.0.2.0"
value = "19.0.0"
apply_method = "pending-reboot"
},
{
Expand Down Expand Up @@ -533,6 +529,14 @@ parameter_group_settings = {
value = "6720"
apply_method = "pending-reboot"
},
{
name = "sqlnetora.sqlnet.allowed_logon_version_client"
value = "10"
},
{
name = "sqlnetora.sqlnet.allowed_logon_version_server"
value = "10"
},
{
name = "timed_statistics"
value = "TRUE"
Expand Down

0 comments on commit 61727f2

Please sign in to comment.