(Brendan Tierney) This is the fourth and last blog post in a series that looks at how you can examine the details of predicted clusters using Oracle Data Mining. In the previous blog posts I looked at how to use CLUSER_ID, CLUSTER_PROBABILITY and CLUSTER_SET.
Tag: Oracle
What is the DUAL Table in Oracle?
(Ben) Have you seen SQL statements with the word DUAL in them? Wondering what it is? Find out what the dual table in Oracle is in this article.
LAG / LEAD quick tip
(connormcdonald) As most of us know, with LAG and LEAD or more generally, any analytic function that may extend “past” the boundary of window it is operating on, you can get null as a result.
Oracle SOA: Using Sensors on Optional Elements
(Jan Kettenis) In this posting I describe an issue you may run into when configuring composite sensors on optional elements, and why it is good practice to always add a filter that checks if the element is actually present.
Rename your Weblogic 12c AdminServer
(Martien van den Akker) At one of my customers we create Service Bus Weblogic Domains using a script, driven by a property file. But in one of the environments we encountered that the AdminServer was accidently called ‘Adminserver’, with a lower-case ‘s’.
Believe it or Not: Converting an Inner Join to an Outer Join to improve performance
(Iggy Fernandez) The cost-based optimizer tries to merge views whenever possible but sometimes we ma y want to override this behavior; that is, we may want the optimizer to push predicates into the view instead of merging the view into the main query.
Oracle SOUNDEX Function with Examples
(Ben) The Oracle SOUNDEX function is one of the most interesting functions I’ve used in Oracle. Learn what it is and how it works in this article.
Point to Ponder: The most important insight about Oracle Database upgrades?
(Iggy Fernandez) Every version of the Oracle Database brings new optimizer features, and, with them, the potential for changed query performance.
Force Text to UpperCase in RichInputText as the user is typing (make sure the cursor stays in one place)
(Lucas Jellema) The challenge is simple: users of an ADF Faces web application are only allowed to enter uppercase characters into a field. We want to help them by turning any lowercase character they type into its uppercase equivalent – as they are typing.
Why in Oracle BPM/SOA Suite Attaching a Fault Policy to a Synchronous Service Is Not a Good Idea
(Jan Kettenis) In this posting I will explain why in the Oracle BPM/SOA Suite you should not attach fault policies to synchronous services.
