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:

How to set the schema session limit in Oracle 23 AI Database.

  In Oracle, to set a session limit per schema (user)—i.e., control how many concurrent sessions a specific user can have. You use profiles ...