ORA-07445: exception encountered: core dump [_memcpy()+44]
Hello All,
This is my first discussion in this community, i hope that i can find help
I have an Error
ORA-07445: exception encountered: core dump [_memcpy()+44] [SIGSEGV] [ADDR:0xFFFFFFFF7A1624C2] [PC:0xFFFFFFFF7C2008AC] [Address not mapped to object] []
The Sql statement that is running is :
with subsel1 as (
select /*+ index(a X_CA_ICN_PROF_TMP_7) */ lpad(to_char(replace(substr(to_char(amt_alwd,'9999999.99'),2),'.'),'99999000'),9,' ') as amt_alwd,
dte_first_svc,
rpad(cde_proc_prim,5,' ') as cde_proc_prim,
rpad(cde_modifier_1,2,' ') as cde_modifier_1,
This is my first discussion in this community, i hope that i can find help
I have an Error
ORA-07445: exception encountered: core dump [_memcpy()+44] [SIGSEGV] [ADDR:0xFFFFFFFF7A1624C2] [PC:0xFFFFFFFF7C2008AC] [Address not mapped to object] []
The Sql statement that is running is :
with subsel1 as (
select /*+ index(a X_CA_ICN_PROF_TMP_7) */ lpad(to_char(replace(substr(to_char(amt_alwd,'9999999.99'),2),'.'),'99999000'),9,' ') as amt_alwd,
dte_first_svc,
rpad(cde_proc_prim,5,' ') as cde_proc_prim,
rpad(cde_modifier_1,2,' ') as cde_modifier_1,
0