QUOTE:
原帖由
Yong Huang 于 2008-5-21 01:03 发表
I happened to read Bug 3801750. It says "This is a source of problems in the case that the index has been placed into a READ ONLY tablespace. The problem is that block cleanout may be required during the read of the index, but it is not possible to perform block cleanout of the current block image as the tablespace is READ ONLY. Hence an ORA-372 occurs."
Also interesting is "an index range or full scan prior to placing the tablespace in read only mode should clean out most blocks. However such a scan will not clean out all the branch blocks. Also there is no customer way to confirm all blocks are cleaned out prior making the tablespace read only"
Yong Huang