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

How to query a whole schema or even database?! This tip will save you hours and hours of boring work.

Get our e-books Discover the Oracle Data Integrator 11g Repository Data Model and Oracle Data Integrator Snippets and Recipes I really like this tip especially its simplicity. It has saved…
Uli Bethke October 22, 2012
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
spinner