Application integration & Middleware How to install and manage a Kerberos Server 11.04.2014 by Morgan Patou For some time now, I have been working on how to set up a Single Sign-On (SSO) solution in my company. As a big fan of Open Source solutions, I have obviously proposed the implementation of a solution based(…)
Application integration & Middleware Kerberos SSO with Documentum D2 3.1 SP1 27.03.2014 by Morgan Patou Last week, when I was working on how to setup the Kerberos SSO for D2 3.1 SP1, I faced some issues due to a documentation that doesn’t seem to be up to date… In fact, our version is D2 3.1(…)
Application integration & Middleware Oracle APEX: redirect all pages to one 21.03.2014 by Alain Lacour This blog will explain how to proceed in order to redirect all the application pages to one single page, prior to their processing and rendering, with Oracle APEX 4.0 and above. In some cases, like security checks, you may(…)
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(…)
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(…)
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(…)
Application integration & Middleware With Power Query, converting an internet table to Excel is an easy job! 19.12.2013 by Stéphane Haby While exploring SQL Server 2014, I was surprised by the powerful Power Query feature. In the recent past, converting an internet table to Excel was a nasty work leading to format problems, implicit conversions, etc. With Power Query, importing(…)
Application integration & Middleware SQL Server 2014 – New Features: xVelocity memory optimized columnstore index 13.12.2013 by Stéphane Haby Some customers or colleagues recently asked me about the SQL Server concept xVelocity and in particular the SQL Server 2014 feature new xVelocity memory optimized columnstore index. So I decided to write a few words on the dbi services(…)
Application integration & Middleware Developing an archive action for Alfresco Share (2 of 2) 06.12.2013 by Morgan Patou In my last article, I presented the first part of setting up a new action for Alfresco Share, which is an archive action. I advise you to read the first part if you have not read it yet since(…)