A.function B.package C.procedure D.database trigger E.anonymous PL/SQL block
多项选择题In your production database, you have observed that the database server performance degrades whenever there is a switch between the log groups. On further investigation, you find that the database is running in ARCHIVELOG mode and the archived log files are being written to the same disk that is used to store the redo log members. Which two actions would you take to improve the performance of the database server?()
A.increase the size of the redo log buffer B.increase the number of redo log groups C.increase the number of log writer processes D.increase the number of ARCn processes E.change the appropriate LOG_ARCHIVE_DEST_n parameter to place the archived log files in a separate location
单项选择题Youfindthattheexecutiontimeofreportsinyourdatawarehouseapplicationissignificantlyhigh.You suspectthelackofindexestobethereasonforthedegradationinperformance.Whichadvisorycomponentwouldyoureferto,inordertodeterminetheappropriateindexes?()
A.Memory Advisor B.Segment Advisor C.SQL Access Advisor D.Automatic Workload Repository (AWR) E.Automatic Database Diagnostic Monitor (ADDM)
单项选择题View the Exhibit and examine the characteristics of the USERS tablespace. You observe that a large volume of inserts and deletes are happening on the TRANS table in the USERS tablespace and you suspect that the TRANS table is fragmented. Which advisory component would you refer to, in order to find information about table fragmentation?()
A.Memory Advisor B.Segment Advisor C.SQL Tuning Advisor D.SQL Access Advisor E.Automatic Database Diagnostic Monitor (ADDM)
单项选择题You observe that database performance has degraded over a period of time. While investigating the reason, you find that the size of the database buffer cache is not large enough to cache all the needed data blocks. Which advisory component would you refer to, in order to determine the required size of the database buffer cache?()
多项选择题WhatarethetwoadvantagesofRMANBlockMediaRecovery(BMR)overfilelevelrecovery?()
A.BMR lowers the mean time to recover (MTTR). B.BMR supports pointintime recovery of individual data blocks. C.BMR enables you to use incremental backups for block recovery. D.BMR enables recovery even when the database is not mounted or open. E.BMR enables you to use proxy backups to perform block media recovery. F.BMR enables increased availability of data during recovery because the data file that requires a recovery can remain online.