PostgreSQL database have very simple memory structure for run time processing. Component Description shared_buffers (integer) [128M] Amount of memory the database server uses for shared memory buffers. wal_buffers (integer) [-1 i.e. 3% of shared buffer] The default setting of -1
Ansible – Oracle : How to check Oracle Primary – Standby (dgmgrl) sync status with Ansible
To check Oracle primary-standby database configuration via ansible playbook, you can use playbook as explained in “Ansible – Oracle : How to check Oracle Primary – Standby (dgmgrl) configuration with Ansible” ora_user : Oracle database owner e.g. oracle ——————————————————————————— —