ORA-07445 after debbuger break point on 12c (12.2.0.1)

nariz

Member
Hello,

I am using Oracle 12.2.0.1 and whenever I added a breakpoint and click the "Step Into" button the debugger freezes and in the Oracle alert an ORA-07445 error appears.

ORA-07445: exception encountered: core dump [pfrlnitloc()+207] [SIGSEGV] [ADDR:0x20B5768EA0] [PC:0xFCFB7EF] [Address not mapped to object] []

Is this happening to anyone else?
 
ORA-07445 usually means that the Oracle Server process for the current session has crashed. Can you check if a user trace dump file exist on the database server that corresponds to this ORA-07445 error? Usually you will see an ORA-00600 error here, with some error codes that may help us find the cause of the problem. If it does, can you send it to me?

 
Back
Top