> -Original Message-
> From: Tim Kettering [mailto:[EMAIL PROTECTED]
> Subject: [Hibernate] Multiple database support w/ Hibernate
>
> the sourceforge list archives (like usual) is taking forever
> to return any results.
http://www.mail-archive.com/[EMAIL PROTECTED]
---
Does oracle itself support queries across multiple databases? I'm using SQL
Server, which allows it using fully qualified object names
(database.owner.table) in all sql statements. I just specify the
database.owner in the schema attribute of each mapping, and it works fine.
If oracle allows the sam