OCP-1Z0-052-V8 02-74题

分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

               

74. The database is running in ARCHIVELOG mode. Examine the initialization parameters and their

values set to enable archiving on your database server:

LOG_ARCHIVE_FORMAT = arch_%t_%s_%r.arc

LOG_ARCHIVE_DEST_1 = 'LOCATION = /disk1/archive'

DB_RECOVERY_FILE_DEST = '/u01/oradata'

DB_RECOVERY_FILE_DEST_SIZE = 20G

Which statement is true regarding the archived redo log files?

A.It will be created on the local file system.

B.It will be created only in the Flash Recovery Area.

C.It will be created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and the default

location $ORACLE_HOME/dbs.

D.It will be created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and location

specified by the DB_RECOVERY_FILE_DEST parameter.

Answer: A  

答案解析:

参考:http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmconfb.htm#BRADV89431

Enable archiving to the fast recovery area and set other LOG_ARCHIVE_DEST_n initialization parameter to locations outside the fast recovery area.


           

分享一下我老师大神的人工智能教程。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow

你可能感兴趣的:(OCP-1Z0-052-V8 02-74题)