Database Administration & Monitoring, Operating systems Windows failover cluster 2016 : new site awareness feature 01.02.2016 by Microsoft Team After my first two blogs about cloud witness and domain-less dependencies features shipped with Windows Server 2016, it’s time to talk about another pretty cool feature of the WSFC : site awareness that will also benefit to our(…)
Database Administration & Monitoring Installing EDB Postgres Advanced Server 9.5 31.01.2016 by Daniel Westermann Some days ago EnterpriseDB released EDB Postgres Advanced Server 9.5. As usual this release contains all new features that have been introduced with PostgreSQL 9.5 plus the additions that are documented in the release notes.
Database Administration & Monitoring The Postgres Plus® Cloud Database 29.01.2016 by Daniel Westermann In the last posts (1, 2, 3, 4, 5) I looked at PostgreSQL in Amazon RDS. Another option you have if you want to go to the cloud(…)
Database Administration & Monitoring awrrpt and spreport in multitenant 27.01.2016 by Oracle Team By Franck Pachot . Yesterday I was giving my 'Interpreting AWR Reports' Prezi at Oracle Midlands. There is a point where I explain that I always check the 'Captured SQL account for ...% of Total DB Time (s)' in order(…)
Database Administration & Monitoring Avoiding access to the public schema in PostgreSQL 27.01.2016 by Daniel Westermann In PostgreSQL every database contains the public schema by default. Every user that gets created and can login is able to create objects there. Here is a little demo: I’ll create a new user named u1 which is allowed to(…)
Database Administration & Monitoring Using the official PostgreSQL yum repositories 22.01.2016 by Daniel Westermann Usually I advice to build PostgreSQL from source as it gives the most flexibility. Another option is to use the official yum repositories. There is one repository for each supported release of PostgreSQL and(…)
Database Administration & Monitoring OFE – Optimizer Features Enable 21.01.2016 by Oracle Team By Franck Pachot . Do you know the optimizer_features_enable parameter? What do you think about it? Good or bad to use it? If I tell you to set optimizer_features_enable parameter=11.2.0.4 when you upgrade to 12c, do you think it's a(…)
Database Administration & Monitoring Execution Plan with ASH 21.01.2016 by Oracle Team By Franck Pachot . Here is a query I use when I'm on a system that has Diagnostic Pack (ASH) but no tuning Pack (SQL Monitor). It displays the execution plan with dbms_xplan.display_cursor and adds the % of ASH samples(…)
Database Administration & Monitoring SQL Server AlwaysOn and availability groups : session timeout parameter 20.01.2016 by Microsoft Team Have you ever faced to timeout issues with SQL Server availability groups? If you take a look at the timeout parameters for an availability group, you will find a plenty of configuration settings. Indeed, you have timeout parameters(…)
Database Administration & Monitoring DataPump ‘Processing object type’ misleading messages 18.01.2016 by Oracle Team By Franck Pachot . You've started a long DataPump and see it stuck on TABLE/STATISTICS/TABLE_STATISTICS, but you don't expect that step to take a long time. Let's see if we can rely on that message.