You have a production Oracle 12c database running on a host.
You want to install and create databases across multiple new machines that do not have any
Oracle database software installed. You also want the new databases to have the same
directory structure and components as your existing 12c database.
The steps in random order:
1.Create directory structures similar to the production database on all new machines.
2.Create a response file for Oracle Universal Installer (OUI) with the same configurations as
the production database.
3.Create a database clone template for the database.
4.Run the Database Configuration Assistant (DBCA) to create the database.
5.Run OUI in graphical mode on each machine.
6.Run OUI in silent mode using the OUI response file.
Identify the required steps in the correct sequence to achieve the requirement with minimal
human intervention.
A.
2, 1, 6, and 4
B.
2, 3, and 6
C.
3, 1, 5, and 6
D.
2, 3, 1, and 6
E.
1, 5, and 4
For me it’s A
https://docs.oracle.com/database/121/LADBI/app_cloning.htm#LADBI7853
From my opinion its not A because why would you need to run DBCA after you have run OUI in silent mode. OUI should be sufficient.
I would say D you use the template as a parameter in your OUI install.
You may be right.
SO IS “D” Correct?
Yes D is correct
http://docs.oracle.com/cd/B19306_01/install.102/b15660/app_nonint.htm
thanks vonpire
D
D
D