1Z0-031

单选题You are analyzing the components of the redo log mechanisms in your Oracle database. Which of the following purposes does the CKPT process serve?()A Writes buffers to disk B Writes current redo log number to datafile headers C Writes redo log informati

题目
单选题
You are analyzing the components of the redo log mechanisms in your Oracle database. Which of the following purposes does the CKPT process serve?()
A

Writes buffers to disk 

B

Writes current redo log number to datafile headers 

C

Writes redo log information to disk 

D

Reads information into memory for users

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

第1题:

You are analyzing the components of the redo log mechanisms in your Oracle database. Which of the following purposes does the CKPT process serve?()

  • A、Writes buffers to disk 
  • B、Writes current redo log number to datafile headers 
  • C、Writes redo log information to disk 
  • D、Reads information into memory for users

正确答案:B

第2题:

You work as a database administrator for Certkiller .com. Users in the Certkiller PROD database complain about the slow response when accessing the database. In the Active Session Waiting: Configuration page you find that the majority of the wait time is for the redo log buffer.Further investigation using the Run Queue graph and operating system tools reveals that the redo log files are on the same disks, and that the disk I/O for the redo log files is the reason for the performance degradation.  Which two actions would you take to gain performance?()

  • A、Increase the size of redo log files
  • B、Increase the size of redo log buffer
  • C、Increase the number of redo log files
  • D、Place the redo log files on a separate disk
  • E、Decrease the number of redo log groups to two
  • F、Increate the number Log Writer (LGWR) process

正确答案:B,D

第3题:

Redo log files are multiplexed in your database. The disk in which you have one of the redo log members is highly fragmented. In the process of defragmentation you lose the redo log member, which is not a member of the current group. How would you recover from the loss of the redo log member?()

  • A、SMON would automatically restore the lost file.
  • B、You would need to restore the whole database from the last backup.
  • C、You would need to restore the file from the last full database backup.
  • D、You would need to use flashback technology to restore the lost redo log member.
  • E、You would need to use Recovery Manager (RMAN) to restore the lost redo log member.
  • F、You would need to restore the missing log file by copying one of the remaining files from the same group.

正确答案:F

第4题:

In your production database, you have observed that the database server performance degrades whenever there is a switch between the log groups. On further investigation, you find that the database is running in ARCHIVELOG mode and the archived log files are being written to the same disk that is used to store the redo log members.  Which two actions would you take to improve the performance of the database server? ()

  • A、increase the size of the redo log buffer
  • B、increase the number of redo log groups
  • C、increase the number of log writer processes
  • D、increase the number of ARCn processes
  • E、change the appropriate LOG_ARCHIVE_DEST_n parameter to place the archived log files in a separate location

正确答案:B,E

第5题:

You are adding redo logs to the Oracle database. Creating a new redo log adds information to which of the following Oracle resources? ()

  • A、Shared pool 
  • B、Control file 
  • C、SGA 
  • D、PGA

正确答案:B

第6题:

The Log Writer (LGWR) process reads information from the ()and writes it to the online logs.

  • A、large pool
  • B、shared pool
  • C、data buffer cache
  • D、redo log buffer
  • E、data dictionary cache

正确答案:D

第7题:

You are maintaining your OLTP database in Oracle10g. While observing the performance of the database, you find that the log switch occurs more than once for every 20 minutes, affecting the database performance. Which factor is responsible for frequent log switches?()  

  • A、the value of the UNDO_RETENTION initialization parameter
  • B、the value of the optimal redo log file size provided by the Redo Logfile Size Advisor
  • C、the online redo log files size
  • D、the number of redo log members in a group

正确答案:C

第8题:

Which statement is true regarding the Archiver (ARCn) process,archived log files,and recovery? ()

  • A、A database backup, combined with archived redo log files, guarantees that all committed data can be recovered to the point of failure. 
  • B、During recovery the ARCn background process copies its redo entries identified for recovery by the control file to the data files. 
  • C、After each write to an archived log, the mandatory background process ARCn writes its log sequence number and the first and last SCN number within the log sequence to the control file. 
  • D、At database recover time, and archived redo log is uniquely identified for recovery use by its redo thread number and destination ID number retrieved from the control file.

正确答案:A

第9题:

Because of hardware failure, you decided to drop a redo log member from the database. Which condition should be met to drop a redo log file?()

  • A、 The redo log file should belong to an active group.
  • B、 The redo log file should belong to an inactive group.
  • C、 The redo log file should belong to the current group.
  • D、 The redo log file can be dropped only if all the transactions are stopped.
  • E、 Before a redo log file is dropped, it should be deleted from the operating system (OS).

正确答案:B

第10题:

You have the following online redo log configuration:    Group       Member   1     ’/disk1/oradata/redo01a.log’   2     ’/disk2/oradata/redo02a.log’   3     ’/disk3/oradata/redo03a.log’   You decide to multiplex the online redo log groups for recovery of redo log files in case of any disaster. Which two statements will you NOT issue to multiplex the online redo log files?()

  • A、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo01b.log’ TO GROUP 1;
  • B、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo01b.log’ TO GROUP 1;
  • C、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo02b.log’ TO GROUP 2;
  • D、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo02b.log’ TO GROUP 2;
  • E、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk1/oradata/redo3b.log’ TO GROUP 3;
  • F、 ALTER DATABASE ADD LOGFILE MEMBER ’/disk2/oradata/redo3b.log’ TO GROUP3;

正确答案:A,C

更多相关问题