adstrtal.sh: Exiting with status 4

adstrtal.sh: Exiting with status 4
 
We may face this issue while starting up the application services using adstrtal.sh.
Error Details:
adstrtal.sh: Exiting with status 4
adstrt
al.sh: check the logfile
/d01/oracle/PROD/inst/apps/PROD_erp/logs/appl/admin/log/adstrtal.log for more information
 
Expected Solution :

We need to go to each of the following location, and move or delete files with extension .lock 
 
$cd $INST_TOP/ora/10.1
 
.3/j2ee/forms/persistence/forms_default_group_1/
 
$cd $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/oafm_default_group_1/
 
$cd $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/oacore_default_group_1

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...