Database Administration & Monitoring Running PostgreSQL on ZFS on Linux – Fun with snapshots and clones 30.09.2016 by Daniel Westermann In the last post we looked at how to get a ZFS file system up and running on a CentOS 7 host and how to enable the auto mount of the ZFS file systems. In this post(…)
Database Administration & Monitoring Running PostgreSQL on ZFS on Linux 28.09.2016 by Daniel Westermann ZFS for Solaris is around for several years now (since 2015). But there is also a project called OpenZFS which makes ZFS available on other operating systems. For Linux the announcement(…)
Database Administration & Monitoring Connecting your PostgreSQL instance to an Oracle database – Debian version 27.09.2016 by Daniel Westermann Some time ago I blogged about attaching your PostgreSQL instance to an Oracle database by using the oracle_fdw foreign data wrapper. This resulted in a comment which is the reason for this post: Doing the same(…)
Database Administration & Monitoring What the hell are these template0 and template1 databases in PostgreSQL? 11.09.2016 by Daniel Westermann When people start to work with PostgreSQL, especially when they are used to Oracle, some things might be very confusing. A few of the questions we usually get asked are: Where is the listener and how can I configure it?(…)
Database Administration & Monitoring Securing your connections to PostgreSQL by using SSL 09.09.2016 by Daniel Westermann Security is a big topic today and in the news almost every day. As the database usually holds sensitive data this data must be well protected. In most cases this is done by encrypting critical data inside the database and(…)
Database Administration & Monitoring EDB Failover Manager 2.1, (two) new features 09.09.2016 by Daniel Westermann In the last post we upgraded EDB EFM from version 2.0 to 2.1. In this post we'll look at the new features. Actually we'll look only at two of the new features in this(…)
Database Administration & Monitoring EDB Failover Manager 2.1, upgrading 08.09.2016 by Daniel Westermann Some days ago EnterpriseDB released a new version of its EDB Failover Manager which brings one feature that really sounds great: "Controlled switchover and switchback for easier maintenance and disaster recovery tests". This is(…)
Database Administration & Monitoring Auditing in PostgreSQL 02.09.2016 by Daniel Westermann Today, especially in the Pharma and Banking sectors, sooner or later you will be faced with the requirement of auditing. Detailed requirements will vary but usually at least tracking logons to the database is a must. Some companies need more(…)
Database Administration & Monitoring The fastest way to get the Oracle sample schemas 30.08.2016 by Daniel Westermann Do you need the Oracle sample schemas to do a quick test or demonstration? And, as always, you did not install the sample schemas when you did the setup of your environment? The probably fastest way to get them installed(…)
Application integration & Middleware, Database Administration & Monitoring Letting GoldenGate automatically maintain the insert and update timestamps on the target 29.08.2016 by Daniel Westermann Today at one of our GoldenGate customers we were faced with the following requirement: For one of the tables on the target we needed two additional columns which shall hold the insert and update timestamps for when the row was(…)