Hello,

I am currently evaluating jooq for a software project, because i
really like the idea behind this project.

We have the scenario, that we have different oracle db schemas but the
same tables and structure within every schema.

So i am using the schemaMapping feature, to map to different schemas.
This is working, when i provide jooq with a connection object and call
e.g. execute().

But i also have to evaluate, if it is possible to get only the SQL
Statement out of the SQL Builder and execute the statement outside of
jooq, e.g. over Spring JDBC Template => so i used the getSQL() Method.
But here the schema mapping is not considered => is this the expected
behaviour ?

is there any way/workaround to do this ?

thank you in advance

Bert

Reply via email to