encounter ORA-03113: end-of-file on communication channel

While adpatch EBS 12.1.3, encounter ORA-03113: end-of-file on communication channel
From adpatch,”
STATUS_MESSAGE 
------------------------------------------------------------------------------ 
Running UTL_RECOMP.RECOMP_PARALLEL... 
  declare 
ERROR at line 1: 
ORA-03113: end-of-file on communication channel 
  ERROR: 
ORA-03114: not connected to ORACLE  “
Solution: Edit the init parameter file in the database(Using 11gR1 follow doc.761570.1)
/d01/oracle/VIS/db/tech_st/11.1.0/dbs/initVIS.ora
Add
_disable_logging=false

No comments:

Manage Inactive session in Oracle 23AI Database.

# CONNECT WITH PDB DATABASE(ORACLE 23AI) [oracle@prd-23ai ~]$ sqlplus / as sysdba  SQL*Plus: Release 23.0.0.0.0 - for Oracle Cloud and Engin...