看联机文档的时候,看到了这么一条命令:ALTER SYSTEM CHECK DATAFILES
便记下来,以备后用。
If you add a data file to a disk that other instances cannot access, then verification fails. Verification also fails if instances access different copies
of the same data file. If verification fails for any instance, then diagnose and fix the problem. Then run the ALTER SYSTEM CHECK DATAFILES statement
on each instance to verify data file access.
当我们给rac环境添加数据文件时候,如果有其他节点无法访问到新添加的数据文件,这个时候可以通过在每个节点上执行命令:ALTER SYSTEM CHECK DATAFILES;来解决这个问题。
本文介绍了在RAC环境中添加数据文件时可能遇到的问题及解决方案。如果新增的数据文件无法被所有实例访问,可通过执行ALTER SYSTEM CHECK DATAFILES命令进行数据文件访问验证。
603

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



