Creating a SQL Patch with Many Hints Requires a Hack
This post was originally published on this siteIn the past, when I created a SQL patch, I always specified a small number of hints. Last week, for the first time, I created one with more than 100 of them. Given their number, I didn’t want…
Last Week in Stream Data Integration & Stream Analytics – 31.01.2022
This post was originally published on this siteThis is the 238th edition of my blog series blog series around Stream Data Integration and Stream Analytics! This time (once again) the title Last Month in ….. would be more accurate As usual, find below the new…
Capture, save and open a tcpdump with Wireshark over ssh
This post was originally published on this siteDo you need live access to the network capture, but Wireshark is not installed on the system? Here a short guide how to capture, save and open a tcpdump with Wireshark directly over ssh.
Finding Wrong Hints
This post was originally published on this siteIntroduction I use the Oracle Database since many years. And I use hints. For experiments, but also in production code. There are cases when you know more than the Oracle Database. For example about the cardinality of a…
2021: Another Year at Home
This post was originally published on this siteI never wrote so few blog posts like in 2021. There are several reasons for this. But there are also good news: I was able to attend at least a few conferences this year. As you can see…
GraalVM Native Image – First Impressions
This post was originally published on this siteIntroduction A native image is an operating system specific executable file. You can build such an image for basically every application running on a Java virtual machine. This approach promises faster start-up times and lower resource consumptions. This…
Last Week in Stream Data Integration & Stream Analytics – 27.12.2021
This post was originally published on this siteThis is the 237th edition of my blog series blog series around Stream Data Integration and Stream Analytics! As usual, find below the new blog articles, presentations, videos and software releases from last week. Happy reading and stay…
Syncronice Wireshark settings with git
This post was originally published on this siteSyncronice Wireshark settings, including profiles, predefined display filte, color filter rules and more with git. Commands and example repository are shown.
Multi-Version Load in Data Vault
This post was originally published on this siteOne of the advantages of Data Vault are the easy load patterns that can be used to load hubs, links and satellites. They are well documented in several books about Data Vault. But what happens if you want…