Jasmin Fluri
banner
jasminfluri.bsky.social
Jasmin Fluri
@jasminfluri.bsky.social
Database DevOps Engineer / Consultant - schaltstelle.ch
Oracle ACE - @oracleace.bsky.social
Sym42 Member - @sym42.bsky.social
Cyclist and Mountaineer 📍🇨🇭
Reposted by Jasmin Fluri
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
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.
buff.ly
October 29, 2025 at 12:03 PM
Reposted by Jasmin Fluri
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...
October 29, 2025 at 9:44 AM
Reposted by Jasmin Fluri
📚 New Reading List is out!

This week, we take a closer look at #Oracle="/hashtag/Oracle" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link">#Oracle #Database capabilities with a bit of #Oracle #Cloud Infrastructure in the mix.

Happy reading!
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…
www.geraldonit.com
October 27, 2025 at 1:00 PM
So thankful to be part of this community! 🙏
@oracleace.bsky.social swag arrived just in time for the moody central european autumn weather. 🍂🍁 🫶
October 28, 2025 at 4:50 PM
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...
October 27, 2025 at 6:44 AM
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...
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.
medium.com
October 22, 2025 at 7:44 PM
Reposted by Jasmin Fluri
[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
Krótki przewodnik instalacji dockera na Windows dla Erika.
Projektowanie i programowanie baz danych Oracle. Optymalizacja, Jakość.
tinyurl.com
October 8, 2025 at 7:26 PM
Reposted by Jasmin Fluri
What can I say, THANK YOU! #POUG2025 @luizafrompoland.bsky.social
September 6, 2025 at 3:13 PM
Reposted by Jasmin Fluri
🥹🥹🥹
#POUG2025 is closing down.
Thank you @luizafrompoland.bsky.social , @ora600pl.bsky.social , all the sponsors, speakers, attendees and people in the background.
Hope to see you all at #POUG2026 !
September 6, 2025 at 6:47 PM
Reposted by Jasmin Fluri
#POUG2025 10 years anniversary 👏🎉🪓🍻
September 5, 2025 at 1:53 PM
Reposted by Jasmin Fluri
Only at the #POUG2025 - @jloracle.bsky.social LIVE with a full room, obviously.
September 6, 2025 at 10:11 AM
Reposted by Jasmin Fluri
September 6, 2025 at 7:58 AM
Reposted by Jasmin Fluri
Different approaches to monitoring, according to @jasminfluri.bsky.social at #POUG2025

(The Poland version is applicable in many countries 😇)
September 6, 2025 at 8:04 AM
Reposted by Jasmin Fluri
🎉 The 2025/2026 Oracle ACE Program members have just been announced! Join us in celebrating the incredible contributors, experts, and community leaders making a difference in the Oracle world.
Check out the full list and let’s congratulate the new ACEs! 👉 blogs.oracle.com/ace/post/int...

#OracleACE
June 24, 2025 at 2:26 PM
Reposted by Jasmin Fluri
Nothing new here, but a bit depressing...

Oracle extends 19c database support to 2032, making it 'longest strategic release'

www.theregister.com/2025/02/18/o...
Oracle extends 19c database support to 2032
Meanwhile, on-prem version of 23ai remains uncertain
www.theregister.com
February 19, 2025 at 2:40 PM
Reposted by Jasmin Fluri
Oracle Database 23.6 added sessionless transactions

These enable you to:

Start a transaction in session 1
Suspend it
Resume the transaction in session 2
Complete it in session 2

This allows the app to release DB connections while doing other work mid-transaction
February 7, 2025 at 12:00 PM
Reposted by Jasmin Fluri
Join me next Wednesday (12 Feb) to learn about using PL/SQL to build #database APIs

We'll cover Oracle Database 23ai enhancements to help you do this such as:

Better loops
Extended case expressions
JSON integration
The automatic SQL transpiler

Starts 10am UK time

go.oracle.com/LP=146704?el...
Developer Coaching: Build Database APIs with PL/SQL in Oracle Database 23ai
Oracle Database 23ai continues to enhance PL/SQL with better loops, extended case expressions, and better JSON integration. Join this session to learn what’s new to help you build data-drive apps.
go.oracle.com
February 5, 2025 at 3:03 PM
Reposted by Jasmin Fluri
Truer words have never been spoken.....
You don't want to miss this one. Submit your session for the #POUG2025 and join us as a Speaker 😎

sessionize.com/poug-2025/
February 1, 2025 at 4:45 PM
Nothing like doing some yak shaving to start the week... initial goal seems to consist of numerous side quests. Work RPG I guess.
January 27, 2025 at 10:38 AM
Reposted by Jasmin Fluri
In this session we looked at how to

- Structure database code files in version control
- Use Liquibase in SQcl to automate database releases

Thanks to @jasminfluri.bsky.social for joining me

The recording is now available at

www.youtube.com/watch?v=Zmmy...
January 23, 2025 at 1:33 PM
If you missed our #AskTomOfficeHours session about #SQL Version Control, you can now rewatch it on Youtube ⬇️

📹
youtu.be/ZmmyquWkhno?...
@oracleace.bsky.social
January 23, 2025 at 8:52 AM
Reposted by Jasmin Fluri
Join Oracle ACE Pro @jasminfluri.bsky.social and Oracle Developer Advocate @chrisrsaxon.bsky.social for a free session SQL Version Control. ♠️

Register now 👉
asktom.oracle.com/ords/r/tech/...
#OracleACE
January 21, 2025 at 9:26 AM
Reposted by Jasmin Fluri
Discover where you can find the Oracle ACEs presenting in January 2025 in the latest post from the ACEs in Action blog ♠️ 👉
blogs.oracle.com/ace/post/ora...
#OracleACE
@ixchelruiz.bsky.social @jasminfluri.bsky.social @hanno.codes @loiane.bsky.social @rustam.no @handle.invalid
December 19, 2024 at 11:04 AM
After my last blog post, a discussion started about user permissions and CI/CD. So, I wrote a short story about the problem that occurs when using a schema user for application access or in database schema deployments.

@oracleace.bsky.social

medium.com/@jasminfluri...
Permission Concept for Database CI/CD in the Oracle Database
CI/CD changed how we manage and deploy database changes. This article explains how to set up application- and deployment users correctly.
medium.com
December 18, 2024 at 3:39 PM