Database Administration & Monitoring SQL Server 2016 : Basic availability groups may fit to your HA needs 16.09.2016 by Microsoft Team In this blog let’s talk about SQL Server and availability groups in standard Edition. I had some customer questions about existing limitations and this is a good opportunity to review them on this blog post. First of(…)
Database Administration & Monitoring Result cache side effects on number of calls 13.09.2016 by Oracle Team By Franck Pachot . During the execution of a SQL statement, you cannot guess how many times an operation, a predicate, or a function will be executed. This depends on the execution plan, on some caching at execution, and some(…)
Database Administration & Monitoring Sharding with PostgreSQL 12.09.2016 by Oracle Team By Mouhamadou Diaw In this article we are going to talk about sharding in PostgreSQL. What is sharding, Sharding is like partitioning. The difference is that with traditional partioning, partitions are stored in the same database while sharding shards (partitions)(…)
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(…)
Enterprise content management Documentum story – Disable FIPS-140 on a CS 7.2 P05 in order to connect to a 6.7 SP2 repository 08.09.2016 by Arnaud Berbier In this blog and for a customer’s requirement (Data Migration), I had to temporarily disable the FIPS on a Content Server 7.2 P05 in order to connect to a repository 6.7 SP2. In fact after adding the 6.7 repository to(…)
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 Multitenant thin provisioning: PDB snapshots on ACFS 06.09.2016 by Oracle Team By Franck Pachot . Database on ACFS is a long story. At first, the main reason for ASM was to bypass a filesystem layer that is not required by the database. ACFS was for the non-database files that had to(…)
Database Administration & Monitoring, Operating systems Disable Red Hat 7 Transparent Hugepages 05.09.2016 by Oracle Team Ausgangslage Ein Kunde hat mich kürzlich angefragt, wie am effizientesten alle Kernel Tuning Parameter für Oracle bei Red Hat 7 konfiguriert werden können. Daraus habe ich untersucht welche Möglichkeiten es gibt, ausser dem seit langer Zeit bekannten /etc/sysctl.conf. Bei dieser Analyse(…)