QUESTION 58
While Monitoring the space usage in your database that is in ARCHIVELOG mode you observed that the flash
recovery area does not have enough free space to accommodate any more files and you do not have
necessary permissions to add more space to it.
Identify the two events that can occur in the eventof a log switch? (Choose two.)
A. An entry is created in the alert log file and the database instance continues to function normally
B. The log switch hangs occur for transactions until free space is available in the flash recovery area
C. The Oracle database server deletes a file that ison the obsolete file list to make free space in the flash
recovery area
D. The database instance status is implicitly changed to RESTRICTED mode and file creations to the flash
recovery area are prevented
Answer: BC
同636题:http://blog.csdn.net/rlhua/article/details/17258625
Explanation/Reference:
Section: Flashback Operations & Configuration
https://netfiles.uiuc.edu/jstrode/www/oraelmt/redo_log_files.html
Log Switch:
A log switch occurs when the database stops writing to one online redo log file and begins writing to another.
Normally, a switch occurs when the current online redo log file is full and writing must continue. However, you
can configure log switches to occur at regular intervals, regardless of whether the current online redo log file is
filled, and force log switches manually.
Incremental checkpoints:
An incremental checkpoint is a type of thread checkpoint partly intended to avoid writing large numbersof
blocks at online redo log switches. DBWn checks at least every three seconds to determine whether it has work
to do. When DBWn writes dirty buffers, it advances the checkpoint position, causing CKPT to write the
checkpoint position to the control file, but not tothe data file headers.
在归档模式的数据库中监控空间使用时,发现闪回恢复区没有足够的空间容纳更多文件。日志切换时可能出现的事件:B. 日志切换挂起,直到闪回恢复区有可用空间;C. Oracle 数据库服务器删除已过期文件以释放空间。数据库实例状态不会变为受限模式,而是防止向闪回恢复区创建文件。
3647

被折叠的 条评论
为什么被折叠?



