Ingeniero de Sistemas, con especialidad en Base de Datos,
Oracle Certified Professional con más de 20 años de experiencia
en Administración, Respaldo, Recuperación, Afinamiento, y Replicación de Base de Datos.
Especialista y Certificado en Alta Disponibilidad (OCP 9i, 10g, 11g & 12c, OCE RAC & Tuning)
Especialista en Soluciones de Contingencia (Standby, Dataguard, Golden Gate & Shareplex )
Especialista en Implementaciones de Datawarehouse, Datamarts & Big Data
Administrador de Servidor de Aplicaciones Oracle (OAS) y conocimientos de Linux and UNIX.
Administrador Oracle DBA-APPS - Oracle E-Business Suite 11i
PostgreSQL, SQL Server & Informix Dynamic Server Database Administrator
SAP BASIS Administrator with NetWeaver on Windows, Linux and UNIX.
SAP HANA Administrator on Enterprise Linux
Ing. Yonogy Curi Pomahuali
Instructor since April 2004
At Cibertec, Oracle University, GBS,
New Horizons & Edutronic
Email: [email protected]
Skype ID: yonogy.orcl
Blog: http://orclperunet.blogspot.com/
Facebook Group: Oracle Peruvian Network
Facebook Page: Edutronic Global Services
PostgreSQL DBA Admin Workshop I
Session 01:
• PostgreSQL Overview
• PostgreSQL Install & Upgrade
Session 02:
• PostgreSQL Database Administration
• PostgreSQL Database Monitoring
Session 03:
• PostgreSQL Database Backup
• PostgreSQL Database Recovery
Session 04:
• PostgreSQL Standby DB Implementation
• PostgreSQL Standby DB Replication
Session 05:
• PostgreSQL Standby Switchover
• PostgreSQL Standby Rebuild
Session 06:
• PostgreSQL Standby DB Monitoring
• PostgreSQL Backup and Recovery
Session 07:
• Big Data Overview
• PostgreSQL & Big Data Integration
Session 08:
• PostgreSQL & Oracle Comparation
• Oracle to PostgreSQL Migration
PostgreSQL Standby Database Introduction
By creating a copy of the database that is
constantly replicating it’s contents with the
original one (called master or primary), but
while doing so accept and return results to
read-only queries, we can create a hot standby
which have closely the same contents.
PostgreSQL Standby Database Introduction
In case of failure on master, the standby
(or slave) database can take over the role
of the primary, stop the synchronization,
and accept read and write requests, so
operations can proceed, and the failed
master can be returned to life (maybe as
standby by switching the way of
synchronization).
PostgreSQL Standby Database Objective
Our objective is to create a copy of a PostgreSQL
database that is constantly synchronizing with the
original one and accepts read-only queries.
PostgreSQL Standby Database Architecture
PostgreSQL Standby Database Implementation
PostgreSQL Standby Database Implementation
PostgreSQL Standby Database Implementation
PostgreSQL Standby Database Implementation
PostgreSQL Standby Database Implementation