Application integration & Middleware SharePoint 2016: What’s new? And What to expect? 18.05.2015 by Microsoft Team The Ignite Event took place in Chicago last week. According to what has been presented, here are the first news about the new SharePoint 2016! SharePoint 2016 looks like an enhancement of the existing SharePoint 2013 version. Most of(…)
Database management What will be coming with the next major version of postgresql ? 18.05.2015 by Daniel Westermann A PostgreSQL major version is usually released once a year. For the next major version, which is 9.5, this probably will be in the second half of 2015. As PostgreSQL is an open source product everything that(…)
Application integration & Middleware Kerberos configuration for a CS 6.7 SP1 18.05.2015 by Morgan Patou In a previous post, I shared some tips to configure the Kerberos SSO with Documentum D2 3.1 SP1. Since that day, I worked on different projects to also setup the Kerberos SSO on some other components of Documentum. In(…)
Application integration & Middleware D2 performance issues due to KB3038314 IE patch 18.05.2015 by Middleware Team I ran into a strange issue by a customer. When trying to open a huge VD on the D2’s right panel the browser freezes. It seems to be due to an Internet Explorer security patch. It is introducing huge performance(…)
Application integration & Middleware, Enterprise content management Alfresco: some useful database queries 18.05.2015 by Morgan Patou In my previous post, I talked about the Lifecycle of Alfresco Nodes. You may have noticed that I tried to insert in my explanations some elements that are specific to(…)
Database management, Oracle Variations on 1M insert (6): CPU Flame Graph 18.05.2015 by Oracle Team By Franck Pachot . If you followed the 1M rows insert variations, you have seen how something simple brought me into an investigation with the latest tools available to see where the time is spent. When the time is(…)
Database management, Oracle Variations on 1M rows insert (5): using ‘perf’ 18.05.2015 by Oracle Team By Franck Pachot . In previous post I explained that I’ve observed a 2x CPU usage when running my insert test case in 11.2.0.4 vs. 11.2.0.2 I discussed that with @martinberx @OracleSK @TanelPoder @xtner @Ycolin @fritshoogland @lleturgez @LucaCanaliDB on(…)
Database management, Oracle Variations on 1M rows insert (4): IN MEMORY 18.05.2015 by Oracle Team By Franck Pachot . Oracle In-Memory option is for reporting. Oracle has chosen an hybrid approach: maintain the In-Memory Column Store in addition of the buffer cache. Dont’ forget our In-Memory event, but for the moment, let’s try(…)
Database management, Oracle Matching SQL Plan Directives and queries using it 18.05.2015 by Oracle Team By Franck Pachot . This is another blog post I’m writing while reviewing the presentation I’m doing next week forSOUG and next month for DOAG. You have SQL Plan Directives used by several queries that have same(…)
Database management, Oracle Matching SQL Plan Directives and extended stats 18.05.2015 by Oracle Team By Franck Pachot . This year is the year of migration to 12c. Each Oracle version had its CBO feature that make it challenging. The most famous was the bind variable peeking in 9iR2. Cardinality feedback in 11g also(…)