Karol Dowbecki

Karol Dowbecki

On software engineering

Home Search Archive

Statement caching with Spring Boot and Oracle database

December 8, 2019

This post is a continuation of this Stack Overflow question where the author attempted to incorrectly setup statement caching. The overall idea is well described in chapter 20. Statement and Result Set Caching documentation however the example uses OracleDataSource.setImplicitCachingEnabled(true) which is a proprietary API.

Read More

Spring Boot 2.2 properties with special characters

November 28, 2019

I was trying to correctly identify application using Oracle JDBC Thin driver to the database server in Spring Boot 2.2. In Spring Boot 1.5 this was accomplished by setting the v$session.program connection property as I explained here. The setup was:

Read More
« Prev 1 2 Next »

Copyright © 2023 Karol Dowbecki. Opinions are my own and not the views of my employer.