Top "Multiple-databases" questions

JPA Multiple Persistence Unit bug

I'm trying to add one more database/schema/persistenceUnit in my project and I'm receiving the error: No unique bean …

java spring jpa multiple-databases
Refresh the database connection if connection drops or times out

I have a Symfony command line task that has a habit of dropping the mysql connection. Its a data import …

database symfony database-connection multiple-databases
Hibernate using multiple databases

I need to have multiple databases for different customers. How can I handle multiple databases with Hibernate? Are there any …

hibernate spring multiple-databases
Postgres databases with different encoding

I tried to create databases with different encoding in postgres (I'm using PgAdmin as my database manager), but when I …

database postgresql encoding multiple-databases
How to join tables in different database on the same Sybase server

Am working on Sybase ASE 15.5. I have 2 databases created in the same server, "DatabaseA" and "DatabaseB". The database owner is "…

database join sybase sap-ase multiple-databases
Migrating multiple databases using doctrine2 with Symfony2

I have 2 databases db1 and db2 in symfony2 + doctrine2 and both databases are different from each other in terms of …

migration doctrine-orm multiple-databases