You want to set the following initialization parameters for 

题目
单选题
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.

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

第1题:

You set the following parameters in the parameter file and restarted the database:Which two statements are true regarding these parameters after the database instance is restarted?()

A. The MEMORY_MAX_TARGET parameter is automatically set to 500 MB

B. The value of the MEMORY_MAX_TARGET parameter remains zero till it is changed manually

C. The PGA_AGGREGATE_TARGET and SGA_TARGET parameters are automatically set to zero

D. The lower bounds of PGA_AGGREGATE_TARGET and SGA_TARGET parameters are set to 90 MB and 270 MB, respectively


参考答案:A, D

第2题:

You want to monitor and control the resource usage by sessions. You want to be warned automatically when more than 100 sessions are opened with your database.  What action would you take to achieve this?()

  • A、Use the Database Resource Manager.
  • B、Set the limits in the profiles used by users.
  • C、Modify the SESSIONS initialization parameter.
  • D、Set the warning threshold for the Current Logons Count metric.

正确答案:D

第3题:

You want to set the following initialization parameters for your database instance: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

第4题:

You work as a database administrator for Certkiller .com. You want to create your database with the automatic undo management feature enable.Which two tasks must you perform to achieve this?()

  • A、Set the UNDO_RETENTION parameter to AUTO.
  • B、Create an initial undo segment in undotablespace.
  • C、Set the UNDO_RETENTION parameter to 900 or more
  • D、Set the initialization parameter UNDO_MANAGEMENT to AUTO
  • E、Set the UNDO_MANAGEMENT parameter to the name of an undotablespace

正确答案:D,E

第5题:

You are maintaining your production database in Oracle10g. You want the circular reuse records in the control file of the target database to be reused as required.   Which value will you set for the CONTROL_FILE_RECORD_KEEP_TIME initialization parameter?()

  • A、 0
  • B、 1
  • C、 NONE
  • D、 DEFAULT

正确答案:A

第6题:

You are managing an Oracle Database 11g database. You want to take a backup on tape drives of the USERS tablespace that has a single data file of 900 MB. You have tape drives of 300 MB each. To accomplish the backup, you issued the following RMAN command:RMAN> BACKUPSECTION SIZE 300M TABLESPACE users;Identify the appropriate configuration to accomplish faster and optimized backups using the above command.()

A. The SBT channel must be configured, with the MAXPIECESIZE set to 300 mb.

B. The SBT channel must be configured, with the parallelism setting for the SBT devices set to 3.

C. The COMPATIBLE initialization parameter for the database instance must be set to at least 10.0.

D. The SBT channel must be configured, with the default parallelism setting for the SBT devices set to 1


参考答案:B

第7题:

You are managing an Oracle Database 11g database with the ASM storage. The database is having big file tablespaces. You want files to open faster and less memory to be used in the shared pool to manage the extent maps. What configuration would you effect to achieve your objective? ()

  • A、Set the ASM compatibility attribute for the ASM disk group to 11.1.0.
  • B、Set the RDBMS compatibility attribute for the ASM disk group to 11.1.0.
  • C、Set the COMPATIBLE initialization parameter for the ASM instance to 11.1.0.
  • D、Set the COMPATIBLE initialization parameter for the database instance to 11.1.0.

正确答案:A,D

第8题:

Which two initialization parameters would you set to enable Automatic Shared Memory Management?()

A. set SHARED_POOL_SIZE to zero

B. set STATISTICS_LEVEL to BASIC

C. set SGA_TARGET to a non-zero value

D. set DB_CACHE_SIZE to a non-zero value

E. set STATISTICS_LEVEL to TYPICAL or ALL


参考答案:A, C

第9题:

Which two initialization parameters would you set to enable Automatic Shared Memory Management?()

  • A、 set SHARED_POOL_SIZE to zero
  • B、 set STATISTICS_LEVEL to BASIC
  • C、 set SGA_TARGET to a non-zero value
  • D、 set DB_CACHE_SIZE to a non-zero value
  • E、 set STATISTICS_LEVEL to TYPICAL or ALL

正确答案:A,C

第10题:

Automatic Shared Memory Management (ASMM) has been enabled for your database instance. The initialization parameters for the components that are managed by ASMM are not set. After observing the effectsof ASMM, you executed the following command: SQL> ALTER SYSTEM SET DB_CACHE_SIZE = 100M; Which statement is true in this scenario( )

  • A、The minimum memory size for the database buffer cache is set to 100 mb.
  • B、The maximum memory size that can be obtained by the database buffer cache during ASMM is set to 100mb
  • C、The minimum memory size allocated for a server process in the database buffer cache in dedicated modeis set to 100 mb.
  • D、The maximum memory size from the database buffer cache that can be released for dynamic distributionduring ASMM is set to 100 mb

正确答案:A

更多相关问题