this post was submitted on 23 Jul 2026
525 points (98.0% liked)
Programmer Humor
32446 readers
1984 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Twice a year I fill in as DBA when our lady graybeard Oracle DBA takes vacation. This month is one of those times. Yay me.
For my org, it's just the massive in-house developed line-of-business application that's tightly coupled to Oracle that keeps us chained to it. It's technical debt from top to bottom, and has been accumulating steadily since the early 2010s, but no one seems willing to start replacing it.
The new projects typically go with Postgres, MariaDB, or if all else fails, MSSQL. But the Oracle monster in the closet isn't likely to leave any time soon.
Get two juniors, unlimited Claude credits, and you'll have the problem solved in a month flat
/s
Around the turn of the century I built a "middleware" layer for an Oracle to MySQL bridge which enabled legacy systems to keep running while modern and open source tooling could be built.
The biggest challenge was moving from columnar to row based data .. that and compiling Solaris tools using Oracle libraries.
Oracle is like sendmail, user friendly, just very picky whom it makes friends with.
I'm getting flashbacks to debugging an Oracle connection file.
We had an application with tens of thousands of lines of PL/SQL code.
We also had the boss who demanded "database agnostic" development. So we had to write the whole thing a second time in T-SQL.
I'm so happy I switched jobs. But I guess I learned a lot in that time.