vote up 0 vote down star

Hi,

What is the best way to support multiple databases using hibernate?

I see the following article... https://www.hibernate.org/429.html

It seems Shards is a possible solution, though the con mentioned is that it's not appropriate for large numbers of schemas.

My requirement, is that we have many different databases, multiple databases for clients as well as for functionality. What would be the best approach using Hibernate that would be performent?

flag

37% accept rate

2 Answers

vote up 0 vote down

I don't understand the question. Are they all being accessed from a single application?

link|flag
Yes, please reference the hibernate link for proposed solutions... – joshjdevl Jun 23 at 19:18
vote up 0 vote down

I have the same question. Let me show the stage:

I have 2 databases, one is oracle, another is sql server. I must connect to oracle using 10 oracle users, 1 user for sql server.

Then what should I do, if I use hibernate?

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.