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

A、 Compare Period ADDM report
B、 AWR Compare Period report
C、 Active Session History (ASH) report
D、 Taking a new snapshot and comparing it with a preserved snapshot.
下载APP答题
由4l***vp提供 分享 举报 纠错

相关试题

单选题 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.

单选题 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.

单选题 Examine the statements that use flashback technologies:
1。 FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00',
'YYYY-MM-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 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

单选题 Choose the best answer. You want to transport the UNIVERSITY tablespace from one
Database to another. The UNIVERSITY tablespace is currently open read/write. The source
And destination platforms have the same endian Examine this list of steps:. 1. Make the
UNIVERSITY tablespace read-only on the source 2. Export the UNIVERSITY tablespace
Metadata using EXPDP. 3. Create a cross-platform backup set from the UNIVERSITY source
System, using an RMAN command that includes the DATAPUMP clause. 4. Copy the
Cross-platform backup sets to the destination system. 5. Copy the Data Pump dump set from
The source to the destination system. 6. Restore the cross-platform backup set on the
Destination system using an RMAN command that includes the DATAPUMP clause. 7. Import
The UNIVERSITY tablespace metadata using IMPDP. 8. Make the UNIVERSITY tablespace
Read/write on the destination system. Which are the minimum number of steps required, in the
Correct order, to transport the UNIVERSITY tablespace?

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

单选题 choose one Examine the RMAN commands:
RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP";
RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_db
FROM ACTIVE DATABASE
PASSWORD FILE
SECTION SIZE 400M;
Which statement is true about the DUPLICATE command?

A、 It succeeds and creates multisection backup sets that are used for active database duplication.
B、 It fails because there is no connection to a recovery catalog.
C、It succeeds only if the target database is in MOUNT state.
D、 It fails because no parallel channels are allocated for the auxiliary database.

单选题 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 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