Hello Team,
When I am trying to execute a procedure, facing following issue
ORA-03113: end-of-file on communication channel
Process ID: 4154
Session ID: 14 Serial number: 3933
Db Version: 12.1.0.2
And here are the procedure details
1) Main procedure invokes different procedures dynamically ( used execute immedaite)
2) Used DB links to fetch the data from the remote instances.
3) Used utl_smtp for email generation.
4) Used Record Type as IN OUT parameters
Trace log details are listed as below:
xception [type: SIGSEGV, Address not mapped to object] [ADDR:0x7FF35BFFA4A4] [PC:0x3976845, kghuclientasp()+229] [flags: 0x0, count: 1]
Incident 101905 created, dump file: /ora/base/diag/rdbms/eprsdev2/eprsdev2/incident/incdir_101905/eprsdev2_ora_32085_i101905.trc
ORA-07445: exception encountered: core dump [kghuclientasp()+229] [SIGSEGV] [ADDR:0x7FF35BFFA4A4] [PC:0x3976845] [Address not mapped to object] []
ssexhd: crashing the process...
Shadow_Core_Dump = PARTIAL
ksdbgcra: writing core file to directory '/ora/base/diag/rdbms/eprsdev2/eprsdev2/cdump'
Could you please share you thoughts on this issue.