SYMPTOM
Process crash occurs randomly using Oracle as Statistics database during data load execution with Strategy Enterprise Manager 10.x. In other scenarios, it is observed that the core dump for the database connection process is generated under the Enterprise Manager directory.; the data load itself may succeed or fail. And when it fails, the trace in MAEntMgr.xml may not be the same.
Althoug, the below record can always be confirmed in DSSErrors log:
[MultiProcess][Error] Find target process dead while waiting for reply
2018-02-21 05:01:03.879+09:00 [HOST:xxxxx][SERVER:][PID:33763][THR:518924032][MultiProcess][Error] Find target process dead while waiting for reply
2018-02-21 05:01:03.906+09:00 [HOST:xxxxx][SERVER:][PID:33763][THR:439039744][Database Classes][Error] Execute Query failed.
Error type: Odbc error. Odbc operation attempted: SQLExecDirect. [23000:1400: on SQLHANDLE] [Strategy][ODBC Oracle Wire Protocol driver][Oracle]ORA-01400: cannot insert NULL into ("xxxxx"."EM_LOG"."EM_MESSAGE") Connection String: DSN=MSTR_ST;UID=xxxxx;SRVR=sv_msgy;. SQL Statement: insert into EM_LOG(EM_TIME,EM_MESSAGE) values (to_date('2018/02/21 05:01:03','YYYY/MM/DD HH24:MI:SS'),'').