Oracle Partner 📞 (0)8450 940 998 ✉ contact@wegobeyond.co.uk
G-Cloud 14 Digital Outcomes 6

Category: SQL

📰
November 12, 2018

Speeding up Oracle Queries with Materialized View Rewrite

Materialized views (MV’s) – the developers go-to tool for poor performing queries. 🙂 Of course that isn’t really their only purpose, and creating one…

Read more
📰
March 8, 2018

Oracle Row Generators and Cardinality

I’m quite a fan of row generators. If I know I need a row for every day of the year for example, I generally…

Read more
March 31, 2017

The Basics of Consumption Queries in SQL

I was inspired to post this blog by a post on the OTN Forums where a user was asking about calculating the consumption of…

Read more
December 18, 2016

Calculated Measures in Analytic Views

Back onto analytical views, today I’m going to demo using calculated fact measures in analytic views as opposed to standard fact measures.You may recall…

Read more
November 18, 2016

Date Tracking with Temporal Validity in Oracle 12c

It’s always nice to see new database features, and I especially like to see features which implement concepts that are commonly coded at the…

Read more
October 18, 2016

Using Data Dictionary Metadata in Oracle 12.2 Analytic View Applications

In my previous blog post An Introduction to Analytic Views in Oracle 12.2 I briefly mentioned that one of the killer features of Analytic…

Read more
October 8, 2016

An Introduction to Analytic Views in Oracle 12.2

In my last blog post on Oracle Database 12.2 I mentioned the new Analytics View feature. Now in this post I am going to…

Read more
July 29, 2016

Relationship Issues

Relationship Issues No, this isn’t the latest agony aunt column – I’m talking about data relationships! Specifically, relationships between columns within single tables. For…

Read more
November 27, 2015

Using LISTAGG and other meta columns in ODI interfaces

I recently needed to use the LISTAGG function in a custom Oracle ODI interface. However to my dismay I found that ODI didn’t recognise…

Read more
📰
November 26, 2015

(Mis)using the WITH clause in Oracle

The WITH clause (or subquery factoring clause) is a very useful construct. It allows us to materialize the results of a SQL statement to…

Read more