My Oracle Support Banner

ORA-07445: exception encountered: core dump [xsSTRORP()+748] [SIGFPE] [ADDR:0x54A044C] [PC:0x54A044C] [Integer divide by zero] [] (Doc ID 2790782.1)

Last updated on JULY 20, 2024

Applies to:

Oracle OLAP - Version 19.3.0.0 and later
Information in this document applies to any platform.

Symptoms

NOTE: In the images and/or the document content below, the user information and environment data used represents fictitious data from the Oracle sample or bulit-in schema(s),
Public Documentation delivered with an Oracle database product or other training material. Any similarity to actual environments, actual persons, living or dead,
is purely coincidental and not intended in any manner.

-> show 'line1\nline2'
line1
line2
-> show replace('line1\nline2', 'line', 'LINE')
LINE1
LINE2
-> show replace('line1\nline2', '\n', '\\n')
Results in error: No more data to read from socket.

The  expectation to that last command is to produce the following output:

line1\nline2

And not crash the session:


----- Current SQL Statement for this session (sql_id=7k12sgc69xhad) -----
BEGIN dbms_aw.run(:1); :2 := dbms_aw.getlog(); END;
[TOC00005]
...
  object line object
  handle number name
0x18f7ae598 92 package body SYS.DBMS_AW.XSRUNKL
0x18f7ae598 168 package body SYS.DBMS_AW.RUN
0x1eee4a478 1 anonymous block
...

Stack Trace:
xsSTRORP <- xsxeq_pcode <- xsXEQ <- xsEXECUT <- xsINTERP <- xsINTERPVC <- xsRun <- xsRunSL
<- spefcmpa <- spefmccallstd <- peftrusted <- psdexsp <- kxe_push_env_internal_pp_
<- kkx_push_env_for_ICD_for_new_session <- psdextp <- pefccal <- pefcal <- pevm_FCAL
<- pfrinstr_FCAL <- pfrrun_no_tool <- pfrrun <- plsql_run <- peicnt <- kkxexe <- opiexe
<- kpoal8 <- opiodr <- ttcpip <- opitsk <- opiino <- opiodr <- opidrv <- sou2o <- opimai_real
<- ssthrdmain <- main      

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
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.