I have 3 databases(Test1, Test2, Test3) in Oracle. I need to run a query from a table that exists only in Test1 and not in the other databases. How do I configure my service get a session from that particular database using hibernate sessionFactory.
If you need more info, please let me know. Thanks.