RE: [Hibernate] Multiple database support w/ Hibernate

2003-08-10 Thread Brian Topping
> -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] ---

Re: [Hibernate] Multiple database support w/ Hibernate

2003-08-09 Thread Joseph Fifield
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