Application integration & Middleware SQL Server 2014: Hekaton memory optimized tables, hash indexes, and bucket counts 14.02.2014 by Microsoft Team For my first blog post at dbi services, I think it could be a good opportunity to begin by discussing around SQL Server 2014, Hekaton memory optimized tables, and hash indexes. When you create a memory optimized table you(…)
Application integration & Middleware Delayed Transaction Durability: A new feature in SQL Server 2014 CTP2 13.02.2014 by Stéphane Haby Delayed Transaction Durability is a new SQL Server 2014 feature that was not included in SQl Server 2014 CTP1 but discreetly published in CTP2. It is a very interesting functionality that helps reducing the IO contention for transaction log(…)
Hardware & Storage, Oracle Oracle et Dbvisit Replicate pour migrer sans arrêt de service… et sans stress 13.02.2014 by Oracle Team By Franck Pachot . Je viens d’assister au Webinar Zero Downtime Migration pour Oracle, présenté par Chris Lawless qui est récemment passé de Product Manager Golden Gate à Product Manager Dbvisit. Je vais détailler ici un point très(…)
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 Administration & Monitoring, Oracle Archivelog deletion policy for Standby Database in Oracle Data Guard 27.01.2014 by Oracle Team By Franck Pachot . Do you use ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY for your Oracle databases in Data Guard? Maybe you also use the Fast Recovery Area as archive log destination. That’s good practice! But did(…)
Application integration & Middleware Oracle LOBs: Infer the file type with dbms_lob package 17.01.2014 by Oracle Team LOBs (Large OBjects) first appeared in Oracle 7 and were created to store large amount of data such as document files, video, pictures, etc. Today, we can store up to 128 TB of data in a LOB, depending on the(…)
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(…)
Application integration & Middleware, Oracle Sockets, Cores, Virtual CPU, Logical CPU, Hyper-Threading: What is a CPU nowadays? 13.01.2014 by Oracle Team By Franck Pachot . Because people know that I really like Oracle AWR reports, they send them to me from time to time. Here is one I have received for Christmas with the following question: ‘Since our AIX server(…)