life is too short for a diary



Posts Tagged: jdbc

Calling Stored Procedure in Spring using jdbc vs r2dbc

Calling stored procedures from Spring Boot? You have two paths: JDBC (blocking) or R2DBC (reactive)...

Continue reading → spring-boot jdbc r2dbc java



Connecting to Oracle database form Scala using JDBC for large data

I was looking to write a scala script to fetch large data from Oracle database. I was earlier using the Alteryx software to fetch data (around 1 million rows) from oracle which took around 7 minutes. Licensed softwares like Alteryx or Informatica, etc are great, but I was looking for a free solution...

Continue reading → jdbc scala oracle database