I am now working with Oracle and Spring JDBC, but I do not want to use the schema in my sql statements:
Example: Select * from SCHEMA.table
Is there any way to set the default schema in application.properties or application.yml?
I'm using spring jdbc, do not hibernate. Hibernate does have to establish that property. But what happens when you use sql statements?