My Oracle Support Banner

MSONWL64 MODULE: MEMORY BASED PLANNER 64-BIT LINUX FAILS WITH SIGNAL 9 (Doc ID 2457505.1)

Last updated on JANUARY 23, 2023

Applies to:

Oracle Advanced Supply Chain Planning - Version 12.2.3 and later
Information in this document applies to any platform.

Symptoms

MSONWL64 MODULE: MEMORY BASED PLANNER 64-BIT LINUX FAILS WITH SIGNAL 9

ALTER SEQUENCE MSC.msc_supplies_s increment by 500
ALTER SEQUENCE MSC.msc_supplies_s increment by 1
declare
var_handle1 varchar2(128);
begin
dbms_lock.allocate_unique ('MSC_SUP', var_handle1);
:var_output := dbms_lock.request(var_handle1, 6, 32767, FALSE);
:var_handle := var_handle1;
end;

begin
:var_output := dbms_lock.release(:var_handle);
end;

/ascpprod/applmgr/1200/mso/12.0.0/bin/MSONWL64.exe
Program was terminated by signal 9


 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.