I am building an object from multiple datasources. Does anyone know whether this is possible in NHibernate and how. I should mention that one source is SQL the other ORACLE.
A:
If you are able to create a database link on the Oracle database, NHibernate should be able to effectively pick up the objects from either database. I have used a similar pattern, although connecting to two instances of Oracle.
Rafael Belliard
2010-08-02 15:48:46