Is there a way to intercept database output (dbms_output) with sql2o?

272 views Asked by At

I am using sql2o with Oracle database in a Java-based project. Often in my sql queries I use dbms_output.Put_line('A message...') in order to track what is going on.

Is there a way to intercept this output with sql2o so I can pass it on to my logs? Or perhaps there's an alternative to dbms_output which can do that?

0

There are 0 answers