单选题 You must transport the UNIVERSITY tablespace from one database to another.
The UNIVERSITY tablespace is currently open read/write.
The source and destination platforms have different endian formats.
Examine this list of actions:
1,Make the UNIVERSITY tablespace read-only on the source system.
2,Export the UNIVERSITY tablespace metadata using EXPDP.
3,Convert the UNIVERSITY tablespace data files to the destination platform format using RMAN on
The source system.
4,Copy the UNIVERSITY tablespace data files to the destination system.
5,Copy the Data Pump dump set to the destination system.
6,Convert the UNIVERSITY tablespace data files to the destination platform format using RMAN on
The destination system.
7,Import the UNIVERSITY tablespace metadata using IMPDP.
8,Make the UNIVERSITY tablespace read/write on the destination system.
Which is the minimum number of actions required, in the correct order, to transport the
UNIVERSITY tablespace?

A、 1, 2, 4, 5, 7, 8
B、 1, 2, 4, 6, 7, 8
C、 1, 2, 3, 4, 5, 7, 8
D、 1, 2, 3, 4, 5, 6, 7, 8
E、 2, 4, 5, 6, 7
下载APP答题
由4l***ic提供 分享 举报 纠错

相关试题

单选题 Examine the statements that use flashback technologies:
1,FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYYMM-DD HH:MI:SS');
2,SELECT * FROM customers AS OF SCN 123456;
3,FLASHBACK TABLE customers TO BEFORE DROP;
4,FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD
HH:MI:SS');
5,SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;
6,ALTER TABLE customers FLASHBACK ARCHIVE;
Which set of statements depends on the availability of relevant undo data in the undo tablespace?

A、1,3,6
B、1,2,5
C、3,4,5
D、2,3,5,6

单选题 You notice performance degradation in your production Oracle 12c database. You want to know what caused this performance difference. Which method or feature should you use?

A、

Database Replay

B、

Automatic Database Diagnostic Monitor (ADDM) Compare Period report

C、

Active Session History (ASH) report

D、

SQL Performance Analyzer

单选题 You notice that the performance of your production 24/7 Oracle 12c database has significantly degraded. Sometimes you are not able to connect to the instance because it hangs. You do not Want to restart the database instance. How can you detect the cause of the degraded performance?

A、

Enable Memory Access Mode, which reads performance data from SGA.

B、

Use emergency monitoring to fetch data directly from SGA for analysis.

C、

Run Automatic Database Diagnostic Monitor (ADDM) to fetch information from the latest Automatic Workload Repository (AWR) snapshots.

D、

Use Active Session History (ASH) data and hang analysis in regular performance monitoring,

E、 Run ADDM in diagnostic mode.

单选题 RMAN is connected to a target database instance and an auxilary instance.
You execute the command:
RMAN> DUPLICATE TARGET DATABASE
TO dupdb
FROM ACTIVE DATABASE
SECTION SIZE 1G;
What is the outcome?

A、RMAN uses the pull method to restore files using image copies.
B、RMAN uses the push method to transfer image copies.
C、RMAN uses the push method to transfer backup sets.
D、RMAN uses the pull method to restore files using backup sets.

单选题 Choose the best answer
You want to create a duplicate database DUP_DB from your production database PROD on
The same host. The PROD database uses Automatic Storage Management (ASM) for storage.
Regular backups are taken using RMAN connected to a recovery catalog. You create an auxiliary
Instance and want to execute the command:
RMAN> DUPLICATE TARGET DATABASE TO dup_db
FROM ACTIVE DATABASE;
What is a prerequisite for the successful execution of this command

A、RMAN must be connected to the target database instance and the auxiliary instance.
B、A most recent backup set of the PROD database must exist.
C、Flashback must be enabled for the PROD database.
D、The target database must be in MOUNT state.

单选题 choose one you enable Flashback Data Archive for a table for which you want to track and save all transactions for four years. After some time, the requirement changes for keeping transactions from four to two years. you execute the following command to change the requirement: SQL> ALTER FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR; what is the outcome?

A、

All historical data older than two years, if any, is purged from the flashback archive FDA1.

B、

An error is returned because the retention period cannot be reduced.

C、

All the flashback data archives are purged and the subsequently created flashback archives are maintained for two years.

D、

All historical data older than two years, if any, is archived to flashback logs and the flashback archive is set to new retention time.

单选题 A user complains about poor database performance.
You want to verify if the user’s session has waited for certain types of I/O activity.
Which view displays all waits waited on by a session at least once?

A、 V$SESSION_EVENT
B、 V$SESSTAT
C、 V$SESSION_WAIT
D、 V$SESSION_WAIT_CLASS
E、 V$SESSION

单选题 You notice that the performance of your production 24x7 Oracle 12c database has significantly degraded. Sometimes, you are not able to connect to the database instance because it hangs. How can you detect the cause of the degraded performance?

A、

by performing emergency monitoring using Real-Time Automatic Database Diagnostic Monitor (ADDM) to fetch data directly from SGA for analysis

B、

by running ADDM to fetch information from the latest Automatic Workload Repository (AWR) snapshots

C、

by using Active Session History (ASH) data and performing hang analysis

D、

by running ADDM in diagnostic mode