Advertisement · 728 × 90

Posts by Øyvind Isene

Post image

When community turns into friendship: the traditional annual #sym42 gathering
@sym42.bsky.social

3 days ago 12 4 1 0
Post image

Impressive crowd on a Saturday evening. Oracle ACE Connect in São Paulo.

2 months ago 2 0 0 0
SQL Language Reference

Oh my...
docs.oracle.com/en/database/...

2 months ago 12 4 1 1
Preview
How to win [or at least not suck] at the conference abstract submission game Just over a year ago, I put together the crudely-titled "Quick Thoughts on Not Writing a Crap Abstract" after reviewing a few dozen conference abstracts. This time around I’ve had the honour of being…

How to win [or at least not suck] at the conference abstract submission game rmoff.net/2020/01/16/h...

4 months ago 6 2 0 0
Post image Post image

🎤 Don’t miss DOAG Konferenz + Ausstellung 2025 — Nov 18–21, the premier event for database technologies in the German-speaking region!

Join #OracleACE experts and industry leaders for in-depth sessions on Oracle tech, modern IT trends, open source, and more. 👉 anwenderkonferenz.doag.org/de/home/

5 months ago 21 13 0 0

Happy beached whale dynamite day for all who celebrate

5 months ago 87 23 6 1
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
Java devs, please instrument your code 🥺 While preparing a talk for Java developers I revisited the topic of code instrumentation. Within the database, for example when writing PL/SQL or MLE/JavaScript code, you would use DBMS_APPLICATION…

Java devs, please instrument your code 🧠
Have you ever struggled tracing SQL back to the app? Use setClientInfo(...) to add meaningful metadata to your JDBC queries. It makes tracing and perf debugging way easier.
New blog post with real code & tips:
🔗 martincarstenbach.com/2025/10/16/j...

6 months ago 6 1 1 3
UUIDs in Oracle Database UUIDs are useful, especially when you expose data in REST APIs, but there are cases where you may want to stick to the good old sequence-based primary key. UUIDs in Oracle Database #JoelKallmanDay UUI...

New blogpost enesi.no/2025/10/uuid... #JoelKallmanDay #oracle

6 months ago 4 4 0 0
Advertisement
Post image

Joel Kallman Day 2025 : Announcement

oracle-base.com/blog/2025/09...

#JoelKallmanDay

@oracleace @OracleAPEX #orclapex @OracleDatabase

6 months ago 20 13 1 5

Have you considered JavaScript in the database? JS supports it.

6 months ago 2 0 1 0
Preview
Postdoctoral Research Fellowship (286516) | University of Oslo Job title: Postdoctoral Research Fellowship (286516), Employer: University of Oslo, Deadline: Wednesday, October 15, 2025

Please RT
2 new positions in the lab as postdoc & PhD!

Interested in stress, pain, or reward? This project has it all!

We are a friendly but ambitious group. Oslo is a capital city on the fjord & bordered by forest, great urban & outdoors opportunities: 💃 ⛷️ 🚣 🎭 🎶

www.jobbnorge.no/en/available...

6 months ago 72 78 1 6

Cool! I will update the presentation :-)

7 months ago 0 0 1 0
Preview
Inline JavaScript and some further details about code delimiters I recently attended POUG 2025, perhaps the most technical conference in Europe with focus on Oracle Database. My friend Øyvind Isene presented about Multilingual Engine (MLE)/JavaScript and made a …

You can define your own inline JavaScript code delimiters in Oracle MLE — even emojis (💥).

A small but useful detail I explored after a great question from @oyvindisene.bsky.social at #POUG2025.

Blog post 👉 martincarstenbach.com/2025/09/08/i...

#oracle #MLE #javascript

7 months ago 8 3 2 0
Post image Post image Post image Post image

Wow…can’t believe it took me 10 years to get to @pougorg.bsky.social but it delivered in every possible way. So great to see old friends and I haven’t learned that much at a conference in a very long time. ⭐️⭐️⭐️⭐️⭐️

7 months ago 24 5 2 1
Post image

And it’s over, sadly. #poug2025 ended yesterday, and it was a great 10th anniversary event very well organised by the @pougorg.bsky.social team.
Well done @luizafrompoland.bsky.social and @ora600pl.bsky.social

Looking forward to #poug2026, no idea where it will be, but I will be there.

7 months ago 21 3 1 0
Advertisement

Doing my best to treat post-conference blues. #POUG2025 was as usual fantastic. Learned a lot and met great people. Thanks to @luizafrompoland.bsky.social, @ora600pl.bsky.social and the rest of the team for a great conference.

7 months ago 13 1 0 0
Post image

/me needs moar coffee

7 months ago 4 1 0 0

@oyvindisene.bsky.social going all in for JavaScript #POUG2025 @sym42.bsky.social

7 months ago 3 1 1 0
Post image

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

7 months ago 9 3 0 0

They’ve got good painkillers in Poznan 😀

7 months ago 4 0 2 0
Post image

Join the Oracle ACEs at POUG 2025 this week in Poznań.
Knowledge, lectures, discussion and networking for two full days! Join them now ♠️ 👉
poug.org/en/edycja/po...
#OracleACE @edelweissk.bsky.social @ora600pl.bsky.social @julianfrey.ch @danischnider.bsky.social @chandlerdba.bsky.social

7 months ago 16 6 0 1

Have a nice JavaZone! With so many Java developers around I’m fleeing the country. Coincidentally there is a nice conference in Poznan #poug2025 😉

7 months ago 2 0 1 0
Post image

Insulting the AI.

7 months ago 3 1 0 0
Post image

Pretty proud and excited to announce that #POUG2025 is sold out!😎

Thank you for your support & trust. It's gonna be super fun, just look at the agenda: poug.org/edycja/poug-...

See you next week!
POUG Team

7 months ago 11 3 0 1
Advertisement
Preview
Oracle Database Materialized Columns – a closer look My recent blog post about Oracle Database 23.7 has generated significant interest in one particular feature: materialized columns. In this post, I’ll dive deeper into what materialized columns are, how they work, and when you might want to use—or avoid—them.

Materialized Columns are new in #Oracle #Database 23.7

Let's take a closer look at them!

⚠️ Lots of code coming next! 🤓

8 months ago 9 4 0 0
Post image

⚠️ New feature in 23.9! ⚠️

Now you can raise the COMPATIBLE without bouncing your database!

Learn more: www.dbarj.com.br/en/2025/08/o...

8 months ago 10 2 1 0
Mixed Feelings About MERGE - @DBoriented Why Oracle's MERGE Statement Fails Where INSERT/UPDATE Succeeds

db-oriented.com/2025/07/12/m...

9 months ago 2 0 0 0
Post image

we have an official MCP Server for Oracle Database as of...today

9 months ago 21 7 1 0
Preview
Installing SQL Developer in IDEs Implementing the VS Code Extension API Introduction The Oracle SQL Developer team is working on bringing the essential functionality built over the last 20 years in the classic SQL Developer IDE—a JDeveloper extension running as a standalo...

Want to use Oracle SQL Developer in VSCodium, Cursor, Windsurf or Theia?

In this blog post, I explain how to do it.

www.salvis.com/blog/2025/07...

9 months ago 6 4 0 0