Database management SQL Server 2014 : SELECT ALL USERS SECURABLES & DB admins 26.02.2014 by Microsoft Team Microsoft will introduce four new security permissions in SQL Server 2014. One of them called SELECT ALL USERS SECURABLES is the subject of this post. As explained by Microsoft SQL Server 2014 will allow a database administrator to manage(…)
Database management, Oracle Oracle Partitioned Sequences – a future new feature in 12c? 20.02.2014 by Oracle Team By Franck Pachot . Disclaimer: I'll talk about an undocumented feature that appeared in Oracle 12c - undocumented except if you consider that being exposed in DBA_SEQUENCES as the PARTITION_COUNT is a kind of documentation. So, as the syntax is(…)
Database management, Oracle Oracle is hanging? Don’t forget hanganalyze and systemstate! 07.02.2014 by Oracle Team By Franck Pachot . sqlplus / as sysdba oradebug setmypid oradebug unlimit oradebug hanganalyze 3 oradebug dump ashdumpseconds 30 oradebug dump systemstate 266 oradebug tracefile_name Your Oracle database – production DB, of course – is hanging. All users are blocked.
Database management SQL Server 2014: Readable Secondary with In-Memory objects 06.02.2014 by Stéphane Savorgnano In-Memory OLTP is one of the best new functionalities of SQL Server 2014 as it was the case with AlwaysOn and SQL Server 2012. In-Memory OLTP is fully integrated with AlwaysOn and also with AlwaysOn Availability Group. During my(…)
Database management SQL Server 2014: Rebuilding Clustered Columnstore Indexes 30.01.2014 by Stéphane Haby I was surprised that you have to rebuild indexes that are stored In Memory. My previous posting “SQL Server 2014 – New Features: xVelocity memory optimized columnstore index” explains all processes connected with columnstore indexes. In this article, I(…)
Database management Oracle 12c: Applying PSU 12.1.0.1.1 with Multitenant DB & unplug/plug 16.01.2014 by Oracle Team The concept of Multitenant databases, which was introduced with Oracle 12c in June 2013, allows to run several databases on a single instance. Oracle presents this feature as a good solution for Oracle patching. The reason behind it is(…)
Database management Implementing Oracle Database as a Service (DBAAS) 20.12.2013 by Oracle Team Oracle DBAAS (Database As a Service) offers a good solution for on demand access to software and infrastructure. In this posting, I will describe the DBAAS implementation with Enterprise Manager Cloud 12c. Why Database as a Service is interesting When(…)
Database management SQL Server 2014: An overview of the New Features 06.12.2013 by Nathan Courtine The Microsoft Techdays 2013 took place on 12-13 November at the Congress Center in Basel and on 18-19 November at the Beaulieu Congress Center in Lausanne. With more than 400 participants in Lausanne and around 1’000 participants in Basel,(…)
Database management Migration d’Oracle vers PostgreSQL avec ora2pg 28.11.2013 by Open source Team Le propos des trois posts PostgreSQL qui vont suivre, est de présenter: la mise en place d’un outil d’aide à la migration d’une base Oracle, au sens du schéma, vers une base PostgreSQL L’utilisation de cet outil, nommé ora2pg(…)
Database management Oracle Audit Vault and Database Firewall (AVDF) 12.1 – installation on VirtualBox 08.11.2013 by Grégory Steulet This blog explains how to install Oracle Audit Vault and Database Firewall (AVDF) 12.1.1.1.0 on VirtualBox step-by-step. The configuration will be covered in a second blog. Download AVDF Binaries First of all, download the binaries on support.oracle.com: https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?_afrLoop=140865428570210&patchId=16965974&_afrWindowMode=0&_adf.ctrl-state=1a5l4hvifo_4 Patch(…)