ID: 14043
Title: mk_oracle.ps1: Fix crash if registry key isn't present
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
In some environments
"HKLM:\SYSTEM\CurrentControlSet\services\OracleService{ORACLE_SID}"
registry key was missing which caused the agent to crash.
Now, if this key isn't present we use
"HKLM:\SYSTEM\CurrentControlSet\services\OracleASMService{ORACLE_SID}"
registry key instead.
Show replies by date