ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291
全部博文(487)
分类: Oracle
2018-07-27 15:00:21
24、 YOUR DB_RECOVERY_FILE_DEST_SIZE Is 8G.
Currently, 5G of the space Is used of which 4G consists of obsolete backups.
You execute this command:
SQL> ALTER SYSTEM SET db_recovery_file_dest_size=2G;
What is the outcome?
A) It changes DB_RECOVERY_FILE_DEST_SIZE to 5G.
B) It changes DB_RECOVERY_FILE_DEST_SIZE to 2G without deleting valid backups.
C) It falls because DB_RECOVERY_FILE_DEST_SIZE is a static parameter.
D) It changes DB_RECOVERY_FILE_DEST_SIZE to 2G and deletes the obsolete backups.
E) It fails because the new size is less than 5G.
Answer:D