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
Posts by Jasmin Fluri
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
how diffie hellman key exchange works
(with as little math as possible)
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/...
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.
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.
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
Christmas came early this year and I'm happy to be a speaker at @voxxedzurich.bsky.social in March 2026! 🥳
vdz26.voxxeddays.ch
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...
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...
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…
@christianberg.bsky.social having an apperance at #UKOUG25 at @gianniceresa.bsky.social session about analytics in 2025 :)
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
SQL assertions syntax
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”
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
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
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...
📚 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!
It will fit into one of the bottle cages, I'm sure 😁😅
So thankful to be part of this community! 🙏
@oracleace.bsky.social swag arrived just in time for the moody central european autumn weather. 🍂🍁 🫶
Since I couldn't find any benchmarks on the topic, I'm not sure about it. Something to validate...
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...
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...
[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
What can I say, THANK YOU! #POUG2025 @luizafrompoland.bsky.social
🥹🥹🥹
#POUG2025 10 years anniversary 👏🎉🪓🍻
Only at the #POUG2025 - @jloracle.bsky.social LIVE with a full room, obviously.
@jasminfluri.bsky.social on OpenTelemetry #POUG2025 @sym42.bsky.social
Different approaches to monitoring, according to @jasminfluri.bsky.social at #POUG2025
(The Poland version is applicable in many countries 😇)