ORA-07445
In alert log file I have ORA-07445 (ORA-07445: exception encountered: core dump [_memcpy()+2416] [SIGSEGV] [Address not mapped to object] [0x9FFFFFFFFCC00000] [] [])appearing during a particular stage of data processing.After checking the trace file, I seem this eror is caused by an update statement on a table:UPDATE STTMS_ACCOUNT_BAL_TOV B SET B.ACY_ACCRUED_DR_IC = NVL(:B4 ,0), B.ACY_ACCRUED_CR_IC = NVL(:B3 ,0) WHERE B.BRANCH_CODE=:B2 AND B.CUST_AC_NO=:B1
STTMS_ACCOUNT_BAL_TOV is a view on STTM_cust_account table
When I rebuild the table(STTM_cust_account