Skip to content

Commit

Permalink
Merge pull request #676 from ministryofjustice/oasys_prod_bip_setup
Browse files Browse the repository at this point in the history
Updated for PDBIPINF production BIP database part
  • Loading branch information
KarenMoss1510 authored Apr 8, 2024
2 parents d9251d2 + 8673477 commit b27ceab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ansible/group_vars/environment_name_oasys_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,24 @@ rman_backup_cron:
db_configs:
RCVCAT:
rcvcat_db_name: PRCVCAT
PDBIPINF:
parameters:
- { name: "_allow_insert_with_update_check", value: TRUE, db_restart_required: 0, scope: both }
- { name: session_cached_cursors, value: 300, db_restart_required: 0, scope: spfile }
- { name: processes, value: 500, db_restart_required: 1, scope: spfile }
- { name: pga_aggregate_target, value: 800M, db_restart_required: 0, scope: both }
- { name: db_recovery_file_dest_size, value: 40G, db_restart_required: 0, scope: both }
- { name: shared_pool_size, value: 300M, db_restart_required: 0, scope: both }
- { name: open_cursors, value: 800, db_restart_required: 0, scope: both }
- { name: db_files, value: 600, db_restart_required: 0, scope: both }
- {
name: log_archive_dest_1,
value: '"''location=use_db_recovery_file_dest valid_for=(all_logfiles,all_roles) db_unique_name=PDBIPINF''"',
db_restart_required: 0,
scope: both,
}
service:
- { name: BIPINF_TAF, role: PRIMARY }
PROASYS:
db_name: OASYSPTC
db_unique_name: PROASYS
Expand Down

0 comments on commit b27ceab

Please sign in to comment.