Database Administration & Monitoring How to patch Postgres Plus Advanced Server in a Standby configuration 09.10.2016 by Daniel Westermann In the last post we looked at how you can patch a Postgres Plus Advanced server. Wouldn't it be nice, in a standby configuration, to patch the standby first without touching the master, then do a controlled(…)
Database Administration & Monitoring, Development & Performance SQL Server 2016: TRUNCATE PARTITIONS with sliding Windows scenarios 08.10.2016 by Microsoft Team Some time ago, I had to deal with a new partitioning scenario that included sliding windows stuff for mainly archiving purpose. Regarding the customer context, I used some management scripts that include this time dropping oldest partition. We didn’t care about(…)
Database Administration & Monitoring Fun with PL/SQL code reviews – Part 1 06.10.2016 by Daniel Westermann For quite a long time I did not work anymore with PL/SQL and was quite happy when I had the chance to review some code at a customer. The status today: I am not that happy anymore(…)
Database Administration & Monitoring How to patch Postgres Plus Advanced Server 05.10.2016 by Daniel Westermann As with any other software there comes the time when you need to patch your Postgres Plus Advanced Server instances. Is that different from patching Community PostgreSQL? Yes and no :) The difference is(…)
Database Administration & Monitoring Oracle 12c and RMAN switch datafile to copy, is it really so easy? 04.10.2016 by Oracle Team By William Sescu Oracle incrementally updating backups are used quite often because they are easy to setup and restoring a datafile is very fast. It is very fast because you are not really restoring a datafile, you are switching to(…)
Database Administration & Monitoring Oracle 12cR2: DDL deferred invalidation 02.10.2016 by Oracle Team By Franck Pachot . In a previous post I described the new V$SQL views about rolling invalidation. I did the example with dbms_stats which is able to do rolling invalidation since 11g. But more is coming(…)
Database Administration & Monitoring Running PostgreSQL on ZFS on Linux – Compression 01.10.2016 by Daniel Westermann In the last posts in this little series we looked at how to get a ZFS file system up and running on a CentOS 7 host and how snapshots and clones can be used(…)
Database Administration & Monitoring Oracle 12c and RMAN automatic datafile creation 30.09.2016 by Oracle Team By William Sescu A lot of new features popped up with RMAN 12c, like Expansion of Multi-section support, or Simplified cross-platform migration and many many more. However, in this post I would like to highlight a small, but very helpful(…)
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(…)