The premise of this document is to provide reader with ideas on how to manage a growing number of reference databases as teams adopt Datical.
...
The best practice, however, for scaling out SQL Server-based Reference Databases would be to arrange separate servers for each version of SQL Server. And then run only one version of Database Engine (SQL Server instance) per server. Name collisions when multiple applications use the same name.
Impact when database goes down
Manage backup and restore when database or server goes down - storage separate from server
Backup server -
Reference Database for Oracle 11g
...
Oracle 12c has the concept of pluggable databases (PDBs). A PDB is a portable collection of schemas, schema objects, and non-schema objects that appear to an Oracle Net client as a separate database. One or more PDBs together are called a container database (CDB).
Because each PDB is a separate database, you can configure all Reference Databases as PDBs on a single Oracle 12c instance. The number of PDBs (hence number Reference Databases) per Oracle 12 instance would be dictated by the size of each Reference Database (size depends on number of objects in the database and the amount of data needed in the database).
...