Advertisement · 728 × 90

Posts by Jasmin Fluri

Preview
What is an Anti-Corruption Layer in the Database and When Do You Need It? Without an Anti-Corruption-Layer (ACL), direct database table access leads to tight coupling, increased risk of breakage on schema changes…

When integrating systems, we often talk about anti-corruption layers in application code. But what about the database layer?

medium.com/@jasminfluri...
@oracleace.bsky.social

14 hours ago 4 0 0 0
Post image

Bigger connection pool = faster app?

That's one of the most common myths in backend dev.

Join our webinar and learn how to actually size your Oracle connection pool — with math, not guesswork.

🔗 pwowwebinar2.konfeo.com/pl/groups CC: @jasminfluri.bsky.social

3 weeks ago 5 2 1 0
Post image

how diffie hellman key exchange works

(with as little math as possible)

3 weeks ago 421 113 6 6
Preview
Oracle 26ai for DBAs, Thu, Feb 12, 2026, 6:00 PM | Meetup Oracle Database is entering a new era with **Oracle 26ai**, bringing AI-native capabilities directly into the core of the database. But what does this really mean for **DBA

Oracle Database is entering a new era with Oracle 26ai, bringing AI-native capabilities directly into the core of the database.
Join us at the #OracleBeerBern meetup to learn more about.
@oracleace.bsky.social

🍻🍻 👇👇
www.meetup.com/oracle-beer/...

3 months ago 9 3 0 1

Only one more day to submit for

MakeIT 2026

CfP ends TOMORROW!
Take this final chance to be part of this event and enter your abstract on https://sessionize.com/makeit-2026-jcon-slovenia

#MakeIT26 #SIOUG26

See all Events and CfPs on www.clocwise.org.

3 months ago 1 1 0 0

Database management is more than persistence.

Beyond persistence, a DBMS also provides access rights (GRANT), schema enforcement (types, constaints), schema evolution (ALTER), concurrency control (TX isolation, deferred constraints), a query language…

Persistence is simple, DB managemant is hard.

3 months ago 21 3 0 0
Preview
Expand and Contract Method for Database Changes The Expand and Contract pattern is an iterative, backwards-compatible technique to apply database changes in small, safe steps.

The Expand/Contract Method is a tool for safe database changes

Expand: add new schema elements
Migrate: move code to these
Contract: remove old elements

@jasminfluri.bsky.social discusses using it to

Rename a column
Split a table
Change the data type of a column

3 months ago 2 1 0 0
Post image

Christmas came early this year and I'm happy to be a speaker at @voxxedzurich.bsky.social in March 2026! 🥳

vdz26.voxxeddays.ch

4 months ago 6 0 0 0
Preview
Expand and Contract Method for Database Changes The Expand and Contract pattern is an iterative, backwards-compatible technique to apply database changes in small, safe steps.

Stonebreaker's article on database decay (ieeexplore.ieee.org/document/784...) made me write a snippet about safe database refactoring and the expand-contract method. ✒️
@oracleace.bsky.social
medium.com/@jasminfluri...

4 months ago 7 1 0 0
We have approval to release Oracle AI Database 26ai on non-Oracle hardware for deployment on-premises!

We have approval to release Oracle AI Database 26ai on non-Oracle hardware for deployment on-premises!

The wait is (nearly) over!

Oracle AI Database 26ai EE for Linux x86-64 will be released on premises in the next RU (23.26.1), due January 2026

Read full details at blogs.oracle.com/database/ora...

4 months ago 15 7 1 0
Advertisement
Preview
Finally … Oracle AI Database 26ai is going to be available on non-Oracle hardware Many of you have read my blog post from October during Oracle AI World in Las Vegas about Oracle AI Database 26ai replacing Oracle Database 23ai. But the main question remained: When is it available on-prem on non-Oracle hardware? It's December now, and Christmas is coming soon, it is time for presents. Yes, finally ... Oracle AI Database 26ai is going to be available on non-Oracle hardware…

Finally … Oracle AI Database 26ai is going to be available on non-Oracle hardware

Many of you have read my blog post from October during Oracle AI World in Las Vegas about Oracle AI Database 26ai replacing Oracle Database 23ai. But the main question remained: When is it available on-prem on…

4 months ago 22 9 0 1
Post image

@christianberg.bsky.social having an apperance at #UKOUG25 at @gianniceresa.bsky.social session about analytics in 2025 :)

4 months ago 3 0 1 0
A RAG pipeline with #SQL using Oracle AI Database, explained by Dom Giles

A RAG pipeline with #SQL using Oracle AI Database, explained by Dom Giles

You can build retrieval augmented generation pipelines using #SQL using Oracle AI Database

@domgiles.bsky.social explains at #ukoug2025

4 months ago 4 1 0 0
SQL assertions syntax

SQL assertions syntax

Multi row/multi constraint example “controllers must work in finance”

Multi row/multi constraint example “controllers must work in finance”

Multi row/multi table constraints
“Can’t earn more than your manager”
“Can’t have multiple presidents”
“Must be a president”

Multi row/multi table constraints “Can’t earn more than your manager” “Can’t have multiple presidents” “Must be a president”

Coming in Oracle AI Database

#SQL assertions

These enable you to create cross row, cross table constraints with SQL standard syntax

CREATE ASSERTION … CHECK (
[ NOT ] EXISTS ( <query> )
)

@toonkoppelaars.bsky.social explains at #DOAG2025

5 months ago 25 11 1 1
Preview
Oracle AI Database 23.26.0 Free multi-platform images now available on gvenzl/oracle-free Oracle AI Database 23.26.0 Free multi-platform images are now available on container registries docker.io/gvenzl/oracle-free and ghcr.io/gvenzl/oracle-free. With this release, 23.8 images have now gone into Unsupported. See the support matrix for more information.

gvenzl/oracle-free images are now available for #Oracle AI #Database 23.26.0!

5 months ago 14 11 3 0
Preview
Database Rollbacks in CI/CD: Strategies and Pitfalls Database rollbacks would be incredibly valuable and essential if we want quick fixes for failed deployments. But they are rarely feasible.

Database deployments can fail

But rolling back schema changes is tricky - so plan them

@jasminfluri.bsky.social runs through options

Versioned Migrations with Reversible Scripts
Backups before Changes
Immutable Migrations & Forward Fixes
Restore Points & Flashbacks

5 months ago 2 1 0 0

Last week, at pgconf.eu I got the best feedback ever. I was told:
"You saved my life! Since I know Merise there's not a week where I don't use it and show it to my coworkers!"

Here are the slides:
l_avrot.gitlab.io/slides/meris...

5 months ago 3 1 1 0
Preview
Reading List – October 2025 #4 📰 How to write a custom tracer for Oracle Database JDBC - Anders Swanson demonstrates the new Oracle Database JDBC OpenTelemetry provider capabilities 📰 tabhisthybrid.sql: Display Oracle hybrid histograms and filter cardinality estimates - Tanel Poder has a new script for Oracle Database hybrid histograms 📰 Using Oracle Database Free in your devcontainer and GitHub Codespaces - Martin Bach shows you how to use Oracle Database Free in GitHub Codespaces&hellip;

📚 New Reading List is out!

This week, we take a closer look at #Oracle #Database capabilities with a bit of #Oracle #Cloud Infrastructure in the mix.

Happy reading!

5 months ago 7 3 0 0
Advertisement

It will fit into one of the bottle cages, I'm sure 😁😅

5 months ago 1 0 0 0
Post image

So thankful to be part of this community! 🙏
@oracleace.bsky.social swag arrived just in time for the moody central european autumn weather. 🍂🍁 🫶

5 months ago 11 1 2 0

Since I couldn't find any benchmarks on the topic, I'm not sure about it. Something to validate...

5 months ago 0 0 0 0
Post image

A short summary of the differences between UUIDv4 and #UUIDv7 and an idea how it could be implemented in #Oracle #database. A UUID datatype would be nice 😉.

@oracleace.bsky.social

medium.com/@jasminfluri...

5 months ago 6 1 1 0
Preview
Database Rollbacks in CI/CD: Strategies and Pitfalls Database rollbacks would be incredibly valuable and essential if we want quick fixes for failed deployments. But they are rarely feasible.

I felt like writing a blog post —a little write-up on why fixing failed #database deployments is challenging.
Spoiler: The part about undo-scripts might feel like a rant, probably because it is. 🙃

medium.com/@jasminfluri...

5 months ago 11 2 1 0
Preview
Krótki przewodnik instalacji dockera na Windows dla Erika. Projektowanie i programowanie baz danych Oracle. Optymalizacja, Jakość.

[PL]
Krótki przewodnik jak zainstalować docker na Windows dla Erika.
tinyurl.com/bdexn3cr
[EN]
Quick Docker Installation Guide on Windows for Erik
tinyurl.com/mwj2x643

6 months ago 1 1 0 0
Post image

What can I say, THANK YOU! #POUG2025 @luizafrompoland.bsky.social

7 months ago 26 5 1 0

🥹🥹🥹

7 months ago 5 1 0 0
Video

#POUG2025 10 years anniversary 👏🎉🪓🍻

7 months ago 12 1 0 0
Advertisement
Post image

Only at the #POUG2025 - @jloracle.bsky.social LIVE with a full room, obviously.

7 months ago 8 2 0 0
Post image

@jasminfluri.bsky.social on OpenTelemetry #POUG2025 @sym42.bsky.social

7 months ago 9 3 0 0
Post image

Different approaches to monitoring, according to @jasminfluri.bsky.social at #POUG2025

(The Poland version is applicable in many countries 😇)

7 months ago 10 3 1 0