Werk #15286: mk_oracle.ps1: fix async execution with multiple SIDs

Component Agent bakery
Title mk_oracle.ps1: fix async execution with multiple SIDs
Date May 31, 2023
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.3.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

On systems with multiple SIDs, only the first database async job was started, when the second database gets to the async code, it realizes that the PID from the async proc is still running and didn't start a new process.

We now create one proc file per SID so one async porcess will be started for each SID.

To the list of all Werks