ORA-3113 And ORA-7445 [__milli_memcpy]
(Doc ID 460804.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Database Cloud Schema Service - Version N/A and laterOracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
The following error is generated when a Ref Cursor is used as variable in a pls/sql block.
ORA-07445: exception encountered: core dump [__milli_memcpy()+128] [SIGSEGV] [Invalid permissions for mapped object]
An example of failing SQL statement is:
begin open :lp_cur for select * from dual where rownum < 10; end;
Call Stack:
__milli_memcpy kprcdt kprccu opirbr opiexe opipls opiodr rpidrus skgmstack rpidru rpiswu2 rpidrv
Changes
NONE
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 |
Changes |
Cause |
Solution |
References |