您的位置:寻梦网首页编程乐园Java天地JSP 专辑JSP001 HTML 离线版
Java 天地
JSP001 HTML 离线版
论坛精华 >> Oracle 专栏 >> A 7-14 Possible LGWR Errors

由 macro 发布于: 2001-03-04 14:30

Smile

Unavailable Redo Log Members

The LGWR reacts differently certain online redo log members are unavailable.

1. If LGWR can access at lease one member in a group ,the writing to the accessible members of the group proceeds as usual;LGWR ignores the unavailable members fo the group.If the group was not active ---- that is ,the checkpoint was completed ---- the dropping and adding a new redo log member solves the problem .Otherwise,you have to first force a log switch.

2.If all members of the next group are inaccessible to LGWR at a log switch,the instance shuts down.If the group was not active,then dropping and adding a new redo log group solves the problem.If not, the database may need media recovery from the loss of an online redo log file.

3.If all members of the current group suddenly become inaccessible to LGWR as they are being written,the database instance shuts down.In this case,the database may need media recovery from the loss of an online redo log file.

__________________

谢谢你抽时间看我的发言,

Macro Zeng

==================================

我正在学习 Oracle ,坚持每天写读书笔记



资料来源: JSP001.com