Database Administration & Monitoring ASM iostats 20.06.2016 by Oracle Team By Franck Pachot . A few screenshots and a link here. Sysadmins do not like ASM because they don't have the tools they like to manage the disks. For example, they don't want to run SQL queries to check performance,(…)
Database Administration & Monitoring SQL Server 2016 AlwaysOn: distributed availability groups 20.06.2016 by Microsoft Team This time, I will talk about distributed availability groups. What’s that? In short, a group of availability groups. Sounds good right? But in which cases may we need such architecture? Firstly, let’s say that(…)
Database Administration & Monitoring SQL Server 2016 AlwaysOn: Add DBs in AGs with direct seeding 20.06.2016 by Microsoft Team In this blog I would like to talk about two new features shipped with SQL Server 2016 for AlwaysOn availability groups. The first one concerns the new direct seeding capability and the seconde one introduces distributed availability groups(…)
Database Administration & Monitoring 12c online datafile move and resize 18.06.2016 by Oracle Team By Franck Pachot . I've described in previous posts how the 12c online datafile move works: your session process do the copy and tells other writers (dbwr and direct-path inserts) to write blocks to both files (old one and new(…)
Database Administration & Monitoring CPU_COUNT 17.06.2016 by Oracle Team When you have less CPU threads than the number of processes that has something to run in CPU, the OS will schedule them to share the CPU resource. Increasing the workload at that point will not increase the throughput because(…)
Database Administration & Monitoring Large Pages on Windows 16.06.2016 by Oracle Team By Franck Pachot .
Database Administration & Monitoring Discovering SharePlex for Oracle 16.06.2016 by Oracle Team By Mouhamadou Diaw Nowadays, replicating data is very important. Many tools exist in the market (Goldengate, Dbvisit …). In this article we talk about a Dell Product tool that can be used for data replication: SharePlex. The goal is to(…)
Database Administration & Monitoring SQL Server 2016: RTM first installation 15.06.2016 by Stéphane Haby I was very surprise with this new version of SQL Server and his installation. The first point is that we don’t need any more to install the framework .Net 3.51 manually… The second main point is the configuration of TempDB(…)
Database Administration & Monitoring SQL Server AlwaysOn: is my database ready for failover? 14.06.2016 by Microsoft Team In this blog post I just want to clarify values that we may find from the is_failover_ready column of the sys.dm_hadr_database_replica_cluster_states DMV. A couple of days ago, I had an interesting discussion with one of my customers during which he(…)
Development & Performance Attunity Replicate: additional column on the target 13.06.2016 by Stéphane Haby In December 2015, my colleague Vincent did a test with additional column with Oracle GoldenGate 12.2. Hervé & Vincent asked me(…)