Hello Folks,
I have a requirement like i have to perform CRUD operations in(to) different DataBase say SQL and ORACLE, in same transaction. Is there a way to achieve that ?
(1) Is it possible to achieve this using one SessionFactory, if yes then how?
(2) Is it possible to do it using two different Sessionfactory, if then how ?
Only condition i have is when i fire one query to insert it should insert to both DataBases at same time.
I hope iam very clear with my question. Waiting for your reply.