Gerald Venzl
@gvenzl.bsky.social
760 followers 140 following 160 posts
Defender of Common Sense, Performance Enthusiast, #Database and #SQL guy, Creator of #csv2db. “Write code to solve problems, not to create them!” 🇦🇹
Posts Media Videos Starter Packs
Pinned
gvenzl.bsky.social
"[...]" #SQL popularity with employers is a natural extension of today’s emphasis on networked and cloud-based system architectures, where #databases become the natural repository for all the bytes a program’s logic is chewing on."

spectrum.ieee.org/top-programm...
Reposted by Gerald Venzl
oracleace.bsky.social
A huge thank you to the 60+ Oracle ACEs who joined our program update meeting today! 🌟 Special appreciation goes to our outstanding speakers for sharing their knowledge and insights. Your passion and expertise keep our community thriving.
#OracleACE
gvenzl.bsky.social
Yes, Oracle Free is the future.
Reposted by Gerald Venzl
oracleugs.bsky.social
📢 Oracle AI World attendees, make sure to visit our Oracle User Groups booth in the AI Hub.

🚶‍♂️‍➡️ Come by and say Hi!
👨‍🏫 Learn what User Groups are all about
💡 Walk away knowing more about what's in it for you
gvenzl.bsky.social
Big milestone today! Congrats to all our amazing ACEs and this ever growing community!
oracleace.bsky.social
We’re thrilled to announce a new milestone: there are now 600 Oracle ACEs worldwide! 🌍🎉

Thank you to this incredible community of advocates, innovators, and experts for driving knowledge, collaboration, and inspiration across the globe.
Here’s to even more growth and impact!
#OracleACE
gvenzl.bsky.social
The #monktoberfest ‘25
Reposted by Gerald Venzl
graalvm.org
GraalVM 25 is here, with lots of updates for native compilation, GraalPy, GraalJS, and WebAssembly.
Faster and better than ever!🐰🚀
Download: www.graalvm.org/downloads/
Release notes: www.graalvm.org/release-note...
gvenzl.bsky.social
We love hiding Easter eggs! :) Well done finding that one!
Reposted by Gerald Venzl
sqldaily.bsky.social
Oracle Database 23.9 added non-positional inserts

This assigns values to columns in the SET clause (like UPDATE)

INSERT INTO employees
SET employee_id = 210, first_name = 'Gerald', ...

@gvenzl.bsky.social dives into the details and gives the backstory in
Non-Positional INSERT statement – the insider story
Oracle Database 23.9 implements the non-positional INSERT statement. In my social media posts, I called out that Oracle Database is the first and only database to support this functionality, and by…
buff.ly
Reposted by Gerald Venzl
theguywiththeduketattoo.com
The yearly swag pack from @oracleace.bsky.social arrived today

#OracleACE #SWAG
Reposted by Gerald Venzl
sqldaily.bsky.social
Virtual columns in Oracle Database have long been able to define calculated columns

These run the expression on read

Store the expression on write from release 23.7 with

AS ( ... ) MATERIALIZED

@gvenzl.bsky.social takes a closer look
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,…
buff.ly
gvenzl.bsky.social
Writing it currently. :)