(Andrejus Baranovskis) There are quite many new features in ADF 12c (12.1.3). One of them – ADF Query item reordering on runtime, user can choose the order to display criteria items displayed in ADF Query.
Other News
Setting up Direct NFS on Oracle 12c
(Martin Bach) Direct NFS is a great feature that I have finally had the time to investigate further. Since I always forget how to set it up and I didn’t find blog posts about this subject elsewhere I decided to put something together.
Tidying up SYSAUX – removing old snapshots which you didn’t know existed
(John Hallas) This post runs in parallel with a post I made 5 years ago and which is still the most read one on this blog
Keeping your data work on the server using UNION
(Brian Moon) I have found myself using UNION in MySQL more and more lately. In this example, I am using it to speed up queries that are using IN clauses. MySQL handles the IN clause like a big OR operation. Recently, I created what looks like a very crazy query using UNION, that in fact helped our M
Clustered Column Store: Factors that impact size of a RowGroup
(Sunil) A clustered column store index stores rows in columnar storage format in group of rows, referred to as rowgroups. There are two types of rowgroups as follows:
IBM Support Assistant and Monitoring and Diagnostic tools for Java
(Roman Kharkovski) One of the most important aspects of a complex system is its serviceability. For example, cars are made in a way that mechanics can quickly diagnose and fix issues, perform tuning and maintenance.
SQL SERVER – SSMS: Activity – All Blocking Transactions
(Pinal Dave) Working out of India has its own challenges and I enjoy here despite these challenges thrown at me. One of the biggest advantage I have working with Pluralsight is, I can still get my job done by working-from-home occasionally. And this is one of the perks I wish most of the companies g
WPF Base Classes – MenuBase
(Richard Carr) The eighty-second part of the Windows Presentation Foundation Fundamentals tutorial looks at the base class for the Menu and ContextMenu classes. The MenuBase class provides shared functionality for controls that allow the user to select from a set of options.
Cloning RegExp (Regular Expression) Objects In JavaScript
(Ben Nadel) This morning, Mathrick pointed out that the RegExp-cloning approach in my Node.js Transform Streams exploration was fairly inadequate. While it wasn’t the focus of the blog post (it was about Node.js streams), he was 100% right – my approach only worked coincidentally with my input.
Using the Signature Pad jQuery Plugin with SharePoint & InfoPath
(Marc Anderson) Have you ever needed to capture signatures in SharePoint forms? What about InfoPath forms? I’m betting many people have seen a need to do this but have balked at the cost or complexity of the available solutions.
