Database Administration & Monitoring SQL Server 2016: new database-scoped configuration parameters 17.03.2016 by Microsoft Team Do you remember new capabilities shipped with SQL Server 2016 CTP2 about tempdb? In this blog post, I talked about well-known trace flags 1117 and 1118 that become useless for tempdb because their related effects are(…)
Database Administration & Monitoring RMAN 12c Push and Pull duplicate explained 17.03.2016 by Oracle Team By Franck Pachot . Oracle Database 12c introduced the 'restore from service' where you can restore and recover by requesting backupsets from the source. With that feature, the duplicate from active can work in the opposite way: instead of asking(…)
Database Administration & Monitoring, Operating systems Getting started with Ansible – Preparations 17.03.2016 by Daniel Westermann When your infrastructure landscape becomes larger and larger you definitely need a tool which helps you in managing your servers, no matter if pḧysical or virtual, running in the cloud or not. One tool (many others are around) which assists(…)
Database Administration & Monitoring Windows Containers: Migration 17.03.2016 by Stéphane Savorgnano In my last blog post (here), I explained how to configure a host for Windows Container as well as how to use some Windows Container cmdlets. Finally I demonstrated how to create a container with a SQL Server 2014(…)
Database Administration & Monitoring 12c Multitenant: PDB spfile parameters for standby database 16.03.2016 by Oracle Team By Franck Pachot . In multitenant, the spfile parameters at pluggable database level are not stored in the spfile but in the CDB$ROOT table SYS.PDB_SPFILE$ If you open the standby database in read only for reporting, which is one reason(…)
Database Administration & Monitoring The privileges to connect to a container 16.03.2016 by Oracle Team By Franck Pachot . In Multitenant, there are two ways to connect to a pluggable database. This means that if you want to prevent access to a pluggable database you need to revoke two privileges.
Database Administration & Monitoring Windows Container: installation and utilization 15.03.2016 by Stéphane Savorgnano Some weeks ago, I did a general presentation about Windows Server 2016 and the new Container feature (here). Today, I will go through the installation and utilization of Windows Containers. I will use a Virtual Machine, under Hyper-V, during(…)
Development & Performance SQL Server 2016 : nonclustered columnstore index and aggregate pushdown 14.03.2016 by Microsoft Team Did you miss aggregate pushdown capability shipped with columnstore index? Well, I remember the first time I heard about it is was when I read the very interesting blog post of Niko Neugebauer here with a(…)
Database Administration & Monitoring, Technology Survey SQL Server 2016: new upgrade advisor 14.03.2016 by Stéphane Haby I write this article because it is very interesting to see that the upgrade advisor has evolved… Recently (February 11, 2016), a new version is available: Microsoft® SQL Server 2016® Upgrade Advisor Preview 1.4 The msi package(…)
Database Administration & Monitoring Feeding blogs/rrs items directly into your PostgreSQL database 14.03.2016 by Daniel Westermann There are many foreign data wrappers available for PostgreSQL. One of them can be used to query rss feeds. In this post I’ll show you how you can feed summary information of a blog(…)