Look for error in Oracle log

  • From: Eriovaldo Andrietta <ecandrietta@xxxxxxxxx>
  • To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Sun, 23 Jul 2017 10:44:27 -0300

Hi,

I got this error :

BEGIN
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 3524
Session ID: 1161 Serial number: 23073

The last success command occured :  ###### : 23-07-2017 02:29:1717

How and where can I search the error ?
in alert ? incident ? trace ?

I tried some queries without sucess, like that :

select to_char (ORIGINATING_TIMESTAMP, 'DD-MM-YYYY HH24:MI') data,
 message_text
 from x$dbgalertext
 where ORIGINATING_TIMESTAMP > (SYSDATE -1)
 and message_text like '%ORA-03113%' ;


Any suggestion ?

Regards
Eriovaldo

Other related posts: