1z0-067 試験問題を無料オンラインアクセス
| 試験コード: | 1z0-067 |
| 試験名称: | Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP |
| 認定資格: | Oracle |
| 無料問題数: | 265 |
| 更新日: | 2026-06-15 |
You plan to migrate a production database to Real Application Clusters (RAC).
You created a test RAC database by cloning the production database and plan to replay a workload, captured from the production database.
Examine these steps:
1) Preprocess the captured workload.
2) Restart the database instance in RESTRICTED mode.
3) Set up Replay Clients.
4) Restore the test database to the point when the capture started on the production database.
5) Remap connections.
Which is the correct sequence of required steps?
You create two Resource Manager plans, one for night time workloads, the other for day time.
How would you make the plans switch automatically?
Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):
$> impdp <user_name> full=Y network_link=hrdb_test transportable=always transport_datafiles=
'/u01/app/oracle/oradata/hrdb/sales01.dbf',
'/u01/app/oracle/oradata/hrdb/cust01.dbf',
'/u01/app/oracle/oradata/hrdb/emp01.dbf',
version=12 logfile=import.log
Which three are prerequisites for successful execution of the command?