Werk 16813 was implemented in a way so that mk_oracle can no longer create an additional process that lives longer than the mk_oracle process itself.
mk_oracle implemented its own async sections: the main process would create another process that does the slow work and would exit relatively fast, the slow process would then do the async sections. After werk #16813 this is no longer possible, as all sub-processes are killed when the main process exits.
The fix is already ready.We have tested it successfully with different customers. It will be part of the next patch release. Official werk will be available next week.
I see, thank you. But when will that patch release will be released? The update crashed the Oracle monitoring for a big environment. We already had the trouble with the Windows Agent Updates there which was fixed in p8…