set current_schema in Connection Pool
We are developing an application that connects to DB with a user who is owner of the data,
but proper privileges have benn granted.
To acces data (that are in other schema) we have reference the object as 'OWNER.TABLE_NAME'.
An alternative would be to use the instruction “Alter session Set current_schema=OWNER” before any instruction.
Is it possible to execute this instruction when initiating Connection Pool?