0% found this document useful (0 votes)
85 views11 pages

PostgreSQL Standby Database Guide

The document discusses the experience and qualifications of an engineer specializing in database administration and management. Specifically: - Over 20 years of experience in database administration, backup, recovery, tuning, and replication using Oracle databases. Certified in high availability and disaster recovery solutions. - Expertise in data warehousing, data marts, big data, and application servers on Oracle, Linux, UNIX, PostgreSQL, SQL Server, and Informix. - Also experienced as a SAP BASIS administrator on Windows, Linux and UNIX and a SAP HANA administrator on Enterprise Linux. - Has been an instructor since 2004 for various organizations teaching topics such as Oracle, PostgreSQL, database administration and Linux.

Uploaded by

villanito23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views11 pages

PostgreSQL Standby Database Guide

The document discusses the experience and qualifications of an engineer specializing in database administration and management. Specifically: - Over 20 years of experience in database administration, backup, recovery, tuning, and replication using Oracle databases. Certified in high availability and disaster recovery solutions. - Expertise in data warehousing, data marts, big data, and application servers on Oracle, Linux, UNIX, PostgreSQL, SQL Server, and Informix. - Also experienced as a SAP BASIS administrator on Windows, Linux and UNIX and a SAP HANA administrator on Enterprise Linux. - Has been an instructor since 2004 for various organizations teaching topics such as Oracle, PostgreSQL, database administration and Linux.

Uploaded by

villanito23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

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

You might also like