performance seeker;
Oracle ACE Alumnus;
proud member of @SYM_42;
Views are my own;
APEX World 2026
CfP ends TOMORROW!
Take this final chance to be part of this event and enter your abstract on https://apps.nloug.nl/ords/r/nloug/abstracts.
@nl_oug #apexworld #aw26 #orclapex
See all Events and CfPs on www.clocwise.org.
APEX World 2026
CfP ends TOMORROW!
Take this final chance to be part of this event and enter your abstract on https://apps.nloug.nl/ords/r/nloug/abstracts.
@nl_oug #apexworld #aw26 #orclapex
See all Events and CfPs on www.clocwise.org.
"Maybe I will download the slides"
Neither of that will EVER reproduce the value of sharing your knowledge and experiences face to face with your community colleagues at a meetup.
Support your local user group
when dealing with Property Graphs (whatever blend or flavor) ALWAYS make sure they are ENFORCED.
not on 23ai yet? do the manual work and make sure the PK and FK are in place.
Do NOT start anything until this requirement is fulfilled.
docs.oracle.com/en/database/...
when dealing with Property Graphs (whatever blend or flavor) ALWAYS make sure they are ENFORCED.
not on 23ai yet? do the manual work and make sure the PK and FK are in place.
Do NOT start anything until this requirement is fulfilled.
docs.oracle.com/en/database/...
You can read all about it here
www.dominicgiles.com/swingbench/2...
You can read all about it here
www.dominicgiles.com/swingbench/2...
#SQL assertions
These enable you to create cross row, cross table constraints with SQL standard syntax
CREATE ASSERTION … CHECK (
[ NOT ] EXISTS (
)
@toonkoppelaars.bsky.social explains at #DOAG2025
#SQL assertions
These enable you to create cross row, cross table constraints with SQL standard syntax
CREATE ASSERTION … CHECK (
[ NOT ] EXISTS (
)
@toonkoppelaars.bsky.social explains at #DOAG2025
for a proper overview about specific SQLs executions,
use DBMS_SQLDIAG.REPORT_SQL
let it write a zipfile to a DIRECTORY
use level => 'ALL'
enjoy additional content int the zip
(more than shown in
blogs.oracle.com/coretec/post...
)
for a proper overview about specific SQLs executions,
use DBMS_SQLDIAG.REPORT_SQL
let it write a zipfile to a DIRECTORY
use level => 'ALL'
enjoy additional content int the zip
(more than shown in
blogs.oracle.com/coretec/post...
)
In Austria, in 1933 the parliament became nonfunctional because all 3 presidents resigned, so for some time nobody had the authority to convene the parliament. This led to dramatic consequences.
In Austria, in 1933 the parliament became nonfunctional because all 3 presidents resigned, so for some time nobody had the authority to convene the parliament. This led to dramatic consequences.
(SQL Monitor Report does not always show the full beginning of the SQL_IDs parsing)
(SQL Monitor Report does not always show the full beginning of the SQL_IDs parsing)
Logical SQL Reference Guide for Oracle Business Intelligence Enterprise Edition
docs.oracle.com/middleware/1...
¯\_(ツ)_/¯
Logical SQL Reference Guide for Oracle Business Intelligence Enterprise Edition
docs.oracle.com/middleware/1...
¯\_(ツ)_/¯
From the SQL standpoint it's worth mentioning that is has got the QUALIFY clause:
I bet this starts an avalanche (there are already PostgreSQL patches).
modern-sql.com/caniuse/qual...
¹ 26ai is the marketing version, 23.26.0 is the technical version.
From the SQL standpoint it's worth mentioning that is has got the QUALIFY clause:
I bet this starts an avalanche (there are already PostgreSQL patches).
modern-sql.com/caniuse/qual...
¹ 26ai is the marketing version, 23.26.0 is the technical version.
the time you gain by faster typing you loose by searching for typos.
(no, they do not need to care about _JAVA_OPtIONS )
the time you gain by faster typing you loose by searching for typos.
(no, they do not need to care about _JAVA_OPtIONS )
📄 Paper: db.cs.cmu.edu/papers/2025/...
📁 Code: github.com/future-file-...
📄 Paper: db.cs.cmu.edu/papers/2025/...
📁 Code: github.com/future-file-...
what happened between these 2 screenshots?
workload is exactly the same,
eCPUs are constant,
instances are constant,
no change in data, tables, indexes, ...
hint: 23ai
what happened between these 2 screenshots?
workload is exactly the same,
eCPUs are constant,
instances are constant,
no change in data, tables, indexes, ...
hint: 23ai
COLUMN IN ('bla', 'yadda', NULL)
will NOT do what you might had intended.
COLUMN IN ('bla', 'yadda', NULL)
will NOT do what you might had intended.
www.perfdynamics.com/Papers/amdsy...
www.perfdynamics.com/Papers/amdsy...
The information in the new V$SQL_HISTORY is a Hidden Gem!
Can we give this thing a bit more attention?
Great Potential as a "Problem Fixer" for Devs, Ops, and DBA's...
simpleoracledba.blogspot.com/2025/09/orac...
The information in the new V$SQL_HISTORY is a Hidden Gem!
Can we give this thing a bit more attention?
Great Potential as a "Problem Fixer" for Devs, Ops, and DBA's...
simpleoracledba.blogspot.com/2025/09/orac...