(Marc Kelderman) As written in my blog article on SSL, handling certificates is not easy. One of the goals I had was to load a public and private certificate into a JKS key-store. With tools such as keytool and openssl, this is not possible. After struggeling a few hours, I managed to fix this. This
Other News
SoapUI: Properties from test Suite
(Martien van den Akker) In my previous post I showed how to get a file from a script in SoapUI. One of the parts on building the filepath of the file to load was a property from the mockService. The same thing is possible from a test suite. There are several places at which you can define properties
ADF Tree – How to Add Checkbox
(Andrejus Baranovskis) This is common request – to add checkbox next to ADF tree nodes. Obviously we should use ADF selectBooleanCheckbox component – however selectBooleanCheckbox is not propagated across ADF tree levels by default (applies to all ADF 11g versions).
New Date,Logical Functions in SQL Server 2012
(Muthusamy Anantha Kumar) As we all know, Microsoft officially released SQL Server 2012 RC0. You can register and download the binaries from http://www.microsoft.com/sql.
The XML Methods in SQL Server
(Robert Sheldon) The XML Data type has definite uses, but the way of interrogating, retrieving, and manipulating the values of properties and attributes within XML have been so foreign to the SQL language as to be somewhat of a barrier to their use.
SQL Anti Logic: Usage of CASE Statement
(samkumar) Hello all… Reviewing queries while development and fixing performance issues in SQLs are part of my job… I get lot of queries where people have written a really bad query and thank god we have this process in place to tune such queries… You can take this as a sequel to my Post on “A
Find Last Run Query in SQL Server
(Suprotim Agarwal) Have you ever wondered what SQL query was last executed by your users across all SQL Server databases on your server? I have seen some solutions on the internet that use the sysprocesses view to retrieve this information.
Scaling of DB2 for Linux, UNIX, and Windows memory-related configuration parameters on a test system
(Enzo Cialini and Andriy Miranskyy) This article describes the scaling of the number of users, IBM DB2 instance memory, and memory-related configuration parameters on a test system, based on configuration of a production system for IBM DB2 for Linux, UNIX, and Windows.
Performance schema or COM_ status counters ?
(Marc Alff) In MySQL 5.6.3, that is, a while ago already, the performance schema added instrumentation for statements.
SQL SERVER – Fix: Error: File cannot be loaded because the execution of scripts is disabled on this system. Please see ‘get-help about_signing’ for more details
(Pinal Dave) Yesterday I formatted my computer and did fresh install as it was due from long time. After the fresh install when I tried to install Semantic Search application using powershell, I was stopped by following error.
