Top Articles

SQL Visualisation Guide – Query Diagrams, Lineage & ERD

Have you ever inherited the SQL codebase from someone else where it is in a “bit of a mess”? 😁 Sound familiar? Most data engineers and SQL developers have been there including myself—staring at a spaghetti-like web of queries, trying to untangle a chaotic SQL codebase. It’s a common nightmare. Traditionally, you had to fight …

Uli Bethke November 3, 2024

Recent Articles

SQL,

Uses of the modulo operator: How Oracle mod can make your life easier.

You may ask, what the heck is modulo? Well, below is an easy to understand definition. "Modulo basically means keep taking the second number away from the first number. When…
Uli Bethke October 11, 2012

Best practice of organizing interfaces and data stores into projects and models in ODI

Get our e-books Discover the Oracle Data Integrator 11g Repository Data Model and Oracle Data Integrator Snippets and Recipes Have you ever wondered what the best way is to structure…
Uli Bethke October 3, 2012

Copying and moving objects between projects in ODI

Get our e-books Discover the Oracle Data Integrator 11g Repository Data Model and Oracle Data Integrator Snippets and RecipesOne of the really annoying things about ODI is that it is…
Uli Bethke September 18, 2012

Get a list of all of your ODI objects including the path in your project or model

Get our e-books Discover the Oracle Data Integrator 11g Repository Data Model and Oracle Data Integrator Snippets and RecipesBelow is a query that will retrieve all of the ODI objects…
Uli Bethke September 17, 2012
SQL,

LISTAGG with CLOB? String aggregation exceeding 4000 characters with XMLAGG.

We all know that the Oracle LISTAGG function does not support the CLOB datatype. In my opinion this is a severe limitation of LISTAGG (and BTW also of PIVOT and…
Uli Bethke April 23, 2012

OBIEE 11g Repository Documentation: Extracting metadata from the RPD

With OBIEE 11g there are two methods to extract metadata from the RPD. The first one uses the admintool.exe command to generate metadata. It was already around in OBIEE 10g.…
Uli Bethke March 8, 2012
spinner