ORA-15106: missing or invalid operating system disk locator string

文档解释

ORA-15106: missing or invalid operating system disk locator string

Cause: The command did not specify a valid operating system path for the device as a string.

Action: Specify a valid operating system path for the device.

Oracle ORA-15106 表示操作系统磁盘位置字符串丢失或无效。

官方解释

ORA-15106 操作系统磁盘位置字符串无效或丢失

该消息通常在更改ASM实例参数并尝试重新启动ASM实例时显示,而在参数的更改中没有正确的操作系统磁盘位置字符串。

一种常见的案例是当你用asm_diskstring_ocache_remove改变存储字符串时,尤其是当字符串是'??’以创建宽度匹配模式,以备添加新磁盘时。

一般处理方法及步骤

第1步:重新检查更改的参数,确保有一个有效的操作系统盘位置字符串,如果没有,则可以添加一个有效的操作系统盘位置字符串。

步骤2:在将参数更改后重新启动服务器。

你可能感兴趣的