Oracle Certification Exam Question:
How to create a multiple databases with the same configuration?

Answers:
Answer #1
Applications can create multiple databases with in a single file.This is useful when database are both numerous and reasonably small in order to avoid creating a large number of underlying files.Putting multiple databases in a single physical file is an administrative convenience and unlikely to affectdatabase performance.
Applications can create multiple databases with in a single file.This is useful when database are both numerous and reasonably small in order to avoid creating a large number of underlying files.Putting multiple databases in a single physical file is an administrative convenience and unlikely to affectdatabase performance.
Answer #2
Create different databases on the same SQL Server instance
Install 2 separate instances of SQL Server on the same physical computer
Install 2 VMware machines
Create different databases on the same SQL Server instance
Install 2 separate instances of SQL Server on the same physical computer
Install 2 VMware machines