Doing a join over 2 tables in different databases using Hibernate

后端 未结 2 1453
再見小時候
再見小時候 2020-12-09 05:07

I have two tables in two separate Oracle databases (not schemas) that I need to join in Hibernate. Currently, I have two Hibernate session

2条回答
  •  旧时难觅i
    2020-12-09 05:55

    I have no experience with doing this myself, but I know that Oracle supports database "links" between two separate database instances. Maybe this article will help you?

    Post on Hibernate forums about using Oracle link between two instances

提交回复
热议问题