↧
Pipelined Functions: Better Than DBMS_OUTPUT
Every now and then I need some PL/SQL that prints something to the terminal. The traditional solution for this is DBMS_OUTPUT.PUT_LINE. If you used it before, you probably know that there are some...
View ArticleOracle JDBC PreFetch Portability
In a previous article about (network) latencies, I have presented the OracleStatement.setRowPrefetch() method to reduce round trips for SELECT statements. I must admit that I was a little bit wrong....
View ArticleWorking for the Community: hatools 2.14
This post is about my current work on release 2.14 of my most beloved OSS project: hatools. Just some observations, objectives, rants and an advertisement. Scope My scope for this release was rather...
View Article