Database Administration (MOSC)

MOSC Banner

ORA-07445

edited Mar 5, 2010 9:00AM in Database Administration (MOSC) 4 commentsAnswered
 Dear all,

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center