单选题You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 am. Which command terminates with an error if the backup is not complete at the end of the specified duration?()ARMAN BACKUP DURATION 2:00 MINIMIZE LOAD DATABASEBRMAN BACKUP DURATION 2:00 PARTIAL FILESPERSET 1 DATABASECRMAN BACKUP DURATION 2:00 PARTIAL MINIMIZE TIME DATABASE DRMAN BACKUP AS COPY DURATION 2:00 PARTIAL MINIMIZE LOAD DATABASE
单选题
You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 am. Which command terminates with an error if the backup is not complete at the end of the specified duration?()
A
RMAN> BACKUP DURATION 2:00 MINIMIZE LOAD DATABASE
B
RMAN> BACKUP DURATION 2:00 PARTIAL FILESPERSET 1 DATABASE
C
RMAN> BACKUP DURATION 2:00 PARTIAL MINIMIZE TIME DATABASE
D
RMAN> BACKUP AS COPY DURATION 2:00 PARTIAL MINIMIZE LOAD DATABASE
参考解析
解析:
暂无解析
相关考题:
单选题You executed the following SQL statement to shrink the EMPLOYEES table segment stored in the EXAMPLE tablespace: ALTER TABLE employees SHRINK SPACE CASCADE; Which statement is correct in this scenario?()AThe data in the segment will be compacted but the high water mark will not be adjusted BThe EMPLOYEES table will be changed to read-only mode during the shrink operation CThe indexes created on the EMPLOYEES table will need to be rebuilt after the shrink operation is overDThe shrink behavior will be cascaded to all dependent segments of the table that support a shrink operation EData manipulation language (DML) operations will not be possible on the EMPLOYEES table during the COMPACTION phase of the shrink operation
单选题View the Exhibit and examine the highlighted alert. You have received an alert with the Category specified as Snapshot Too Old. Which page would you open from the Advisor Central page to determine the system recommendations to avoid such alerts in future?()A ADDM B Memory Advisor C Segment Advisor D Undo Management E SQL Tuning Advisor F SQL Access Advisor
单选题You explicitly specified the tablespace usage threshold values while creating a tablespace. You need to revert to the database-wide default tablespace usage threshold values for the tablespace. Which PL/SQL package would you use?()ADBMS_STATS BDBMS_ALERT CDBMS_SPACE DDBMS_MONITOR EDBMS_SERVER_ALERTFDBMS_SPACE_ADMIN
单选题The system was running a normal workload during the last 24 hours. You need to ensure that with the same workload you should be able to flashback tables by three hours. What would you do to find the system recommendations for the undo retention period and the undo tablespace size?()Aset DB_FLASHBACK_RETENTION_TARGET=10800 Bcreate a new scheduler window for the time period of 24 hours and use the optimizer statistics Cmodify the Automatic Workload Repository (AWR) snapshot time interval to three hours and use ADDMfindings Dspecify New Undo Retention as three hours and Analysis Time period as Last One Day in the Undo Advisor page and use its recommendations
单选题You want to perform the database backup when user activity on your system is low, such as between 12:00 a.m. and 2:00 am. Which command terminates with an error if the backup is not complete at the end of the specified duration?()ARMAN BACKUP DURATION 2:00 MINIMIZE LOAD DATABASEBRMAN BACKUP DURATION 2:00 PARTIAL FILESPERSET 1 DATABASECRMAN BACKUP DURATION 2:00 PARTIAL MINIMIZE TIME DATABASE DRMAN BACKUP AS COPY DURATION 2:00 PARTIAL MINIMIZE LOAD DATABASE
单选题View the Exhibit and examine the highlighted alert. You have received an alert with the Category specified as Snapshot Too Old. Which page would you open from the Advisor Central page to determine the system recommendations to avoid such alerts in future?()A ADDM B Memory Advisor C Segment Advisor D Undo Management E SQL Tuning Advisor F SQL Access Advisor
多选题Which are the three levels at which the Segment Advisor generates advice?()Ablock levelBobject levelCschema levelDsegment levelEtablespace level
单选题You have 100 segments in the USERS tablespace. You realize that the USERS tablespace is running low on space. You can use Segment Advisor to().Aadd data files to the tablespace Bidentify the segments that you should shrink Cmodify the storage parameters for the tablespace Dautomatically shrink the segments with unused space Echeck the alerts generated for the tablespace that is running low on space