单选题What will be the result of the following configuration?()   Log_archive_dest_1=location=c:/oracle/arch/mydb Log_archive_dest_2=location=z:/oracle/arch/mydbA  An error will occur during database startup because the second parameter is not valid.B  An er

题目
单选题
What will be the result of the following configuration?()   Log_archive_dest_1=location=c:/oracle/arch/mydb Log_archive_dest_2=location=z:/oracle/arch/mydb
A

 An error will occur during database startup because the second parameter is not valid.

B

 An error will occur during database startup since you are trying to create archived redo logs in two different locations.

C

 Archived redo logs will be created in two different locations by the ARCH process.

D

 Archived redo logs will be created in two different locations by the LGWR process.

E

 Neither parameter setting is valid, so the database will not start up.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Whatwillbetheresultofthefollowingconfiguration?()Log_archive_dest_1=location=c:\oracle\arch\mydbLog_archive_dest_2=location=z:\oracle\arch\mydb

A.Anerrorwilloccurduringdatabasestartupbecausethesecondparameterisnotvalid.

B.Anerrorwilloccurduringdatabasestartupsinceyouaretryingtocreatearchivedredologsintwodifferentlocations.

C.ArchivedredologswillbecreatedintwodifferentlocationsbytheARCHprocess.

D.ArchivedredologswillbecreatedintwodifferentlocationsbytheLGWRprocess.

E.Neitherparametersettingisvalid,sothedatabasewillnotstartup.


参考答案:C

第2题:

You want to set the following initialization parameters for your database instance:LOG_ARCHIVE_DEST_1 = ‘LOCATION=/disk1/arch‘LOG_ARCHIVE_DEST_2 = ‘LOCATION=/disk2/arch‘LOG_ARCHIVE_DEST_3 = ‘LOACTION=/disk3/arch‘LOG_ARCHIVE_DEST_4 = ‘LOCATION=/disk4/arch MANDATORY‘Identify the statement that correctly describes this setting.()

A. The MANDATORY location must be a flash recovery area.

B. The optional destinations may not use the flash recovery area.

C. This setting is not allowed because the first destination is not set as MANDATORY.

D. The online redo log file is not allowed to be overwritten if the archived log cannot be created in the fourth destination.


参考答案:D

第3题:

Youwanttosetthefollowinginitializationparametersforyourdatabaseinstance:LOG_ARCHIVE_DEST_1=’LOCATION=/disk1/arch’LOG_ARCHIVE_DEST_2=’LOCATION=/disk2/arch’LOG_ARCHIVE_DEST_3=’LOACTION=/disk3/arch’LOG_ARCHIVE_DEST_4=’LOCATION=/disk4/archMANDATORY’Identifythestatementthatcorrectlydescribesthissetting.()

A.TheMANDATORYlocationmustbeaflashrecoveryarea.

B.Theoptionaldestinationsmaynotusetheflashrecoveryarea.

C.ThissettingisnotallowedbecausethefirstdestinationisnotsetasMANDATORY.

D.Theonlineredologfileisnotallowedtobeoverwrittenifthearchivedlogcannotbecreatedinthefourthdestination.


参考答案:D

第4题:

You work as a database administrator for Supportcenter.cn. In your Oracle database 10g installation you have set ORACLE_BASE to /u01/app/oracle. Which objective will be achieved by this setting?()

  • A、The Oracle kernel will be placed in this location.
  • B、The Oracle software will be placed in this location.
  • C、The server parameter file (SPFILE) will be placed in this location.
  • D、The database files will be placed in this location, if not specified explicitly.
  • E、The location will be considered for the base of Oracle Managed Files (OMF).
  • F、The location will be considered for the base of Optimal Flexible Architecture (OFA).

正确答案:F

第5题:

What are the recommendations for Oracle Database 11g installation to make it Optimal Flexible Architecture (OFA)-compliant?()

  • A、 ORACLE_BASE should be set explicitly.
  • B、 An Oracle base should have only one Oracle home created in it.
  • C、 Flash recovery area and data file location should be on separate disks.
  • D、 Flash recovery area and data file location should be created under Oracle base in a non-Automatic Storage Management (ASM) setup.

正确答案:A,C,D

第6题:

YouhaveconfiguredflashrecoveryareainyourdatabaseandyousetthefollowingInitializationparametersforyourdatabaseinstance:

LOG_ARCHIVE_DEST1=,,LOCATION=/disk1/archMANDATORY’

LOG_ARCHIEVE_DEST2=,,LOCATION=/disk2/arch’

LOG_ARCHIVK_DEST_3=,,LOCATION=/diSk3/arch

LOG_ARCH1VK_DEST_4=’LOCATION=/disk4/arch’

LOG_ARCHIVE_MIN-SUCCEED_DEST=2

Whilethedatabaseinstanceisfunctional,yourealizedthatthedestinationsetbythe

LOG_ARCHIVE_DEST_IparameterIsnotavailableforthearchivedredologfiletobecreatedin.Allredologgroupshavebeenused.

Whathappensinaneventoflogswitch?()


参考答案:D

第7题:

You have configured flash recovery area in your database and you set the following Initialization parameters for your database instance:   LOG_ARCHIVE_DEST 1 = ,,LOCATION=/disk1/arch MANDATORY’  LOG _ARCHIEVE_DEST 2 = ,,LOCATION=/disk2/arch’ LOG_ARCHIVK_DEST_3 = ,,LOCATION=/diSk3/arch  LOG_ARCH1VK_DEST_4 = ’ LOCATION=/disk4/arch’  LOG_ARCHIVE_MIN-SUCCEED_DEST = 2   While the database instance is functional,you realized that the destination set by the  LOG_ARCHIVE_DEST_I parameter Is not available for the archived redo log file to be created in. All redo log groups have been used.  What happens in an event of log switch?()  

  • A、 The online redo log file Is not allowed to be overwritten.
  • B、 The archived redo log files are written to the flash recovery area until the MANDATORY destination is made available.
  • C、 The database instance will crash because the archived redo log file cannot be created in a destination set as MANDATORY.
  • D、 The destination set by the LOG_ARCHIVE_DEST_1 parameter is ignored and the archived redo log files are created in the next two available locations to guarantee archive log success.

正确答案:D

第8题:

You are managing the APPPROD database as a DBA which is not using the Oracle-managed files. You plan to duplicate this database in the same system with the name DUPDB.You want to create the same directory structure for duplicate database files as of the target database.You executed the following RMAN commands:What are the implications of this command?()

A. It creates database files for the duplicate database under the Oracle base with a different directory for the duplicate database.

B. It overwrites data files of the target database because a different location for data files is not mentioned for the duplicate database.

C. It creates database files for the duplicate database under the same Oracle home as that of the target database with the same directory structure.

D. It creates database files for the duplicate database under the same Oracle home as that of the target but with a different directory for the duplicate database.


参考答案:B

第9题:

The database is running in ARCHIVELOG mode. Examine the initialization parameters and theirvalues 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 defaultlocation $ORACLE_HOME/dbs.
  • D、It will be created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and locationspecified by the DB_RECOVERY_FILE_DEST parameter.

正确答案:A

第10题:

You configured the Flash Recovery Area for your database. The database instance has been started inARCHIVELOG mode and the LOG_ARCHIVE_DEST_1 parameter is not set. What will be the implications onthe archiving and the location of archive redo log files()

  • A、Archiving will be disabled because the destination for the redo log files is missing.
  • B、The database instance will shut down and the error details will be logged in the alert log file.
  • C、Archiving will be enabled and the destination for the archived redo log file will be set to the Flash RecoveryArea implicitly.
  • D、Archiving will be enabled and the location for the archive redo log file will be created in the default location$ORACLE_HOME/log.

正确答案:C

更多相关问题