找考题网-背景图
多项选择题

A.take the backup of the flash recovery area less frequ……

An RMAN backup job fails, displaying the following error: 
ORA­19809: limit exceeded for recovery files 
Your analysis shows that the Flash Recovery area is full. Which two actions could you take to resolve the error and avoid this error in future?()



A.take the backup of the flash recovery area less frequently
B.increase the value of the UNDO_RETENTION initialization parameter
C.change the value of the WORKAREA_SIZE_POLICY initialization parameter to AUTO
D.change the backup retention policy to retain the backups for a smaller period of time 
E.increase the value of the DB_RECOVERY_FILE_DEST_SIZE initialization parameter
F.increase the value of the CONTROL_FILE_RECORD_KEEP_TIME initialization parameter

热门试题

单项选择题Your business has departmental reports that are generated every day. Each department must use the same set of queries, but accesses a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed currently, the format changes daily.  How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()

A.by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables
B.by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB
C.by having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report
D.by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report
E.by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER