Skip to Main Content

Oracle Database Free

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-12537 on CREATE OR REPLACE PACKAGE BOBY SIGSEGV, Address not mapped to object.

Daniel RoweMay 16 2024

Hi

Playing around with Oracle 23ai and I am getting a ORA-12537 on CREATE OR REPLACE PACKAGE BODY.

Always happen with a particular package.

Looking at the trace file it is getting a SIGSEGV, Address not mapped to object.

Is this a bug as this package works just fine in 19.x?

Trace file /opt/oracle/diag/rdbms/free/FREE/trace/FREE_ora_4297.trc
Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
Version 23.4.0.24.05
Build label: RDBMS_23.0.0.0.0_LINUX.X64_240424
ORACLE_HOME: /opt/oracle/product/23ai/dbhomeFree
System name: Linux
Node name: localhost.localdomain
Release: 5.15.0-3.60.5.1.el8uek.x86_64
Version: #2 SMP Wed Oct 19 20:04:48 PDT 2022
Machine: x86_64
VM name: KVM CPUID feature flags: 0x01007afb
CLID: P
Instance name: FREE
Instance number: 1
Redo thread mounted by this instance: 1
Oracle process number: 53
Unix process pid: 4297, NID: 4026531836, image: oracle@localhost.localdomain

*** 2024-05-16T03:40:28.386086+00:00 (FREEPDB1(3))
*** SESSION ID:(203.59120) 2024-05-16T03:40:28.386139+00:00
*** CLIENT ID:() 2024-05-16T03:40:28.386175+00:00
*** SERVICE NAME:(freepdb1) 2024-05-16T03:40:28.386202+00:00
*** MODULE NAME:(BabyTomsCloner.exe) 2024-05-16T03:40:28.386231+00:00
*** ACTION NAME:() 2024-05-16T03:40:28.386251+00:00
*** CLIENT DRIVER:(ODPC.NET : 23.1.0.0.0) 2024-05-16T03:40:28.386269+00:00
*** CONTAINER ID:(3) 2024-05-16T03:40:28.386288+00:00
*** CLIENT IP:(192.168.1.20) 2024-05-16T03:40:28.386308+00:00
*** CONNECTION ID:(N+SnKWx/q0m6rn6gHn4EZw==) 2024-05-16T03:40:28.386333+00:00

Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x38] [PC:0x17A9E692, qkesSetupEvalCtx()+50] [flags: 0x0, count: 1]

*** 2024-05-16T03:40:28.683168+00:00
2024-05-16T03:40:28.683139+00:00
Incident 19626 created, dump file: /opt/oracle/diag/rdbms/free/FREE/incident/incdir_19626/FREE_ora_4297_i19626.trc
ORA-07445: exception encountered: core dump [qkesSetupEvalCtx()+50] [SIGSEGV] [ADDR:0x38] [PC:0x17A9E692] [Address not mapped to object] []

ssexhd: crashing the process...
Shadow_Core_Dump = partial
The maximum size of core files created(s / h) = 0 / 18446744073709551615
ksdbgcra: writing core file to directory '/opt/oracle/diag/rdbms/free/FREE/cdump'

Comments

Post Details

Added on May 16 2024
3 comments
185 views