choose one You want to create a test database as a replica of your
Production database with minimum intervention from a DBA. Which method
Would you use?
A.正确答案AUse DBCA to create a template from the existing database to contain the
Database structure with data files and then use the same template to create the
Database in the new location.
B.Use Database Configuration Assistant (DBCA) to create a template from the
Existing database to contain the database structure.
C.Use DBCA to create a template from the existing database to contain the
Database structure and then manually copy the data by using Oracle Data Pump.
D.Create the database by using the CREATE DATABASE . . . command and
Manually import data by using Data Pump.