ORA-15235: diskgroup string mount mode conflicts with existing mount
Cause: The mode specified in the diskgroup mount command conflicted with the mode in which it was mounted on some other instance.
Action: Specify a compatible mode in the diskgroup mount command.
ORA-15235: diskgroup string mount mode conflicts with existing mount是Oracle数据库的一个错误代号,它提示用户磁盘组具有与当前存在的挂载模式冲突的挂载模式。
这是一个磁盘组/磁盘挂载模式问题。Oracle实例无法挂载一个磁盘组,因为将要挂载的磁盘组有与已存在挂载模式不兼容的挂载模式。
常见原因:
1.数据库实例在挂载磁盘组时被停止,但是另一台数据库实例继续挂载,这就导致它们使用不同的挂载模式。
2.Oracle实例使用的挂载模式和已存在的挂载模式不兼容。
1.使用asmcmd工具检查所有实例上的磁盘组参数。
2.找出不同的挂载模式,重新配置它们,使它们使用相同的挂载模式。
3.使用SQL*Plus将磁盘组参数重新加载到另一台实例。
4.重新挂载另一台实例的磁盘组。
5.最后,使用ALTER DISKGROUP命令确保两个实例的磁盘组都使用同一挂载模式。