1z0-062 Oracle Database 12c: Installation and Administration

Loading demo links...

Showing 4–6 of 20 questions

Question 4

You administer an online transaction processing (OLTP) system whose database is stored in Automatic Storage Management (ASM) and whose disk group use normal redundancy.

One of the ASM disks goes offline, and is then dropped because it was not brought online before DISK_REPAIR_TIME elapsed.

When the disk is replaced and added back to the disk group, the ensuing rebalance operation is too slow.

Which two recommendations should you make to speed up the rebalance operation if this type of failure happens again? (Choose two.)

Select all that apply, then click Submit answer.

  • Increase the value of the ASM_POWER_LIMIT parameter.

  • Set the DISK_REPAIR_TIME disk attribute to a lower value.

  • Specify the statement that adds the disk back to the disk group.

  • Increase the number of ASMB processes.

  • Increase the number of DBWR_IO_SLAVES in the ASM instance.

Question 5

Which three statements are true about Oracle checkpoint processing? (Choose three.)

Select all that apply, then click Submit answer.

  • Frequent thread checkpoints can degrade database performance

  • Database Writer (DBWn) processes write checkpoint information to datafile headers and the control file

  • It reduces the recovery time from instance failures

  • Incremental checkpoints write some dirty buffers to the datafiles and unwritten redo to the online redo logs.

  • Thread checkpoints ensure that all dirty buffers are written to data files during a normal shutdown

Question 6

You execute this command:

Which two statements are true about segment space management for segments in this tablespace? (Choose two.)

Select all that apply, then click Submit answer.

  • Space utilization inside segments is mapped by bitmaps.

  • Segments are automatically shrunk and compressed when rows are deleted.

  • The PCTFREE storage parameter has no effect on segments created in this tablespace.

  • The PCTUSED storage parameter has no effect on segments created in this tablespace.