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:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf...