Saturday, January 19, 2019

How to Start / Stop services in Oracle Applications R12

This post will teach you How to Start/Stop services in Oracle Applications R12. 


In this post I'll show all step according to my system and path. you should match with your system.

At first know the step to start / stop services in Oracle Applications R12

Steps to start services:
  • Listener start 
  • Database start
  • Applications start

Scripts to start services: 
  •  Listener = addlnctl.sh
  • Database = addbctl.sh
  • Applications = adstrtal.sh

Command to start services:
  • Listener = $ sh addlnctl.sh start NEW
  • Database =  $ sh addbctl.sh start
  • Applications =  $ sh adstrtal.sh

Steps to stop services:
  • Applications stop
  • Database stop
  • Listener stop

 Scripts to stop services:
  • Applications = adstpall.sh
  • Database = addbctl.sh
  • Listener = addlnctl.sh

Command to stop services:
  • Listener = $ sh addlnctl.sh stop NEW
  • Database =  $ sh addbctl.sh stop immediate NEW
  • Applications =  $ sh adstpall.sh




So, we should start listener first, then Database and finally Applications.
And we should stop Application first, then database and finally listener.


Some important note: 
in this post .......
  • SID = NEW
  • user = appsdba
  • hostname = reyaz 
  • exiting with status 0 = no error




Let's start service up of Listener: 

[appsdba@reyaz NEW_reyaz]$ cd /u01/DB/12.1.0/appsutil/scripts/NEW_reyaz/

[appsdba@reyaz NEW_reyaz]$ ls
adautocfg.sh  addbctl.sh   adexecsql.pl  adpreclone.pl  adstrtdb.sql
adchknls.pl   addlnctl.sh  adlsnodes.sh  adstopdb.sql



 Run script
addlnctl.sh

===================

[appsdba@reyaz NEW_reyaz]$ sh addlnctl.sh start NEW
Logfile: /u01/DB/12.1.0/appsutil/log/NEW_reyaz/addlnctl.txt

You are running addlnctl.sh version 120.4


Starting listener process NEW ...


LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 19-JAN-2019 13:55:20

Copyright (c) 1991, 2014, Oracle.  All rights reserved.

Starting /u01/DB/12.1.0/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 12.1.0.2.0 - Production
System parameter file is /u01/DB/12.1.0/network/admin/NEW_reyaz/listener.ora
Log messages written to /u01/DB/12.1.0/admin/NEW_reyaz/diag/tnslsnr/reyaz/new/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=reyaz.ksrm.com)(PORT=1522)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=reyaz.ksrm.com)(PORT=1522)))
STATUS of the LISTENER
------------------------
Alias                     NEW
Version                   TNSLSNR for Linux: Version 12.1.0.2.0 - Production
Start Date                19-JAN-2019 13:55:21
Uptime                    0 days 0 hr. 0 min. 5 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/DB/12.1.0/network/admin/NEW_reyaz/listener.ora
Listener Log File         /u01/DB/12.1.0/admin/NEW_reyaz/diag/tnslsnr/reyaz/new/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=reyaz.ksrm.com)(PORT=1522)))
The listener supports no services
The command completed successfully

addlnctl.sh: exiting with status 0

addlnctl.sh: check the logfile /u01/DB/12.1.0/appsutil/log/NEW_reyaz/addlnctl.txt for more information ...  

[appsdba@reyaz NEW_reyaz]$

Done, Listener is up now. Next step is Database start.
========================================== 


Let's start service up of Database:



[appsdba@reyaz NEW_reyaz]$ cd /u01/DB/12.1.0/appsutil/scripts/NEW_reyaz/

[appsdba@reyaz NEW_reyaz]$ ls
adautocfg.sh  addbctl.sh   adexecsql.pl  adpreclone.pl  adstrtdb.sql
adchknls.pl   addlnctl.sh  adlsnodes.sh  adstopdb.sql



 Run script addbctl.sh
===================

[appsdba@reyaz NEW_reyaz]$ sh addbctl.sh start

You are running addbctl.sh version 120.1


Starting the database NEW ...


SQL*Plus: Release 12.1.0.2.0 Production on Sat Jan 19 13:55:36 2019

Copyright (c) 1982, 2014, Oracle.  All rights reserved.

Connected to an idle instance.
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.

Total System Global Area 2147483648 bytes
Fixed Size            3712904 bytes
Variable Size          704645240 bytes
Database Buffers     1426063360 bytes
Redo Buffers           13062144 bytes
Database mounted.
Database opened.
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

addbctl.sh: exiting with status 0

[appsdba@reyaz NEW_reyaz]$


Done, Database is up now, Next step is Applications
================================================





Let's start service up of Applications:



[appsdba@reyaz NEW_reyaz]$ cd /u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts

[appsdba@reyaz scripts]$ ls
adadminsrvctl.sh  adcmctl.sh          adnodemgrctl.sh  adstrtal.sh       java.sh      mwactlwrpr.sh
adalnctl.sh       adexecsql.pl        adopmnctl.sh     cz64bitengine.pl  jtffmctl.sh  pon64bitengine.pl
adapcctl.sh       adformsrvctl.sh     adpreclone.pl    gsmstart.sh       msc
adautocfg.sh      admanagedsrvctl.sh  adstpall.sh      ieo               mwactl.sh
[appsdba@reyaz scripts]$



 Run script adstrtal.sh
===================
[appsdba@reyaz scripts]$ sh adstrtal.sh

You are running adstrtal.sh version 120.24.12020000.11


Enter the APPS username: apps

Enter the APPS password:
Enter the WebLogic Server password:

The logfile for this session is located at /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adstrtal.log

Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/jtffmctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running jtffmctl.sh version 120.3.12020000.4

Validating Fulfillment patch level via /u01/APPS/fs1/EBSapps/comn/java/classes
Fulfillment patch level validated.
Starting Fulfillment Server for NEW on port 9301 ...

jtffmctl.sh: exiting with status 0


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adopmnctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adopmnctl.sh version 120.0.12020000.2

Starting Oracle Process Manager (OPMN) ...

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adopmnctl.txt for more information ... 


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adapcctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adapcctl.sh version 120.0.12020000.6

Starting OPMN managed Oracle HTTP Server (OHS) instance ...

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adapcctl.txt for more information ... 


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adnodemgrctl.sh start -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running adnodemgrctl.sh version 120.11.12020000.12


Calling txkChkEBSDependecies.pl to perform dependency checks for ALL MANAGED SERVERS
Perl script txkChkEBSDependecies.pl got executed successfully


Starting the Node Manager...
Refer /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adnodemgrctl.txt for details

NodeManager log is located at /u01/APPS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1

adnodemgrctl.sh: exiting with status 0

adnodemgrctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adnodemgrctl.txt for more information ... 


.end std out.
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/rgf/TXK/txkChkEBSDependecies_Sat_Jan_19_14_46_43_2019/txkChkEBSDependecies_Sat_Jan_19_14_46_43_2019.log

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adalnctl.sh start
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

adalnctl.sh version 120.3.12020000.4

Checking for FNDFS executable.
Starting listener process APPS_NEW.

adalnctl.sh: exiting with status 0


adalnctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adalnctl.txt for more information ... 


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adcmctl.sh start
Timeout specified in context file: 1000 second(s)

script returned:
****************************************************

You are running adcmctl.sh version 120.19.12020000.7

Starting concurrent manager for NEW ...
Starting NEW_0119@NEW Internal Concurrent Manager
Default printer is noprint

adcmctl.sh: exiting with status 0


adcmctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adcmctl.txt for more information ... 


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adadminsrvctl.sh start -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running adadminsrvctl.sh version 120.10.12020000.10

Starting WLS Admin Server...
Refer /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adadminsrvctl.txt for more information ... 


.end std out.

.end err out.

****************************************************





Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.11

Starting forms_server1...

Server specific logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/forms_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adformsctl.txt for more information ... 


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.11

Starting oacore_server1...

Server specific logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/oacore_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adoacorectl.txt for more information ... 


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.11

Starting oafm_server1...

Server specific logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/oafm_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adoafmctl.txt for more information ... 


.end std out.

.end err out.

****************************************************



All enabled services for this node are started.

adstrtal.sh: Exiting with status 0

adstrtal.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adstrtal.log for more information ... 

You have new mail in /var/spool/mail/appsdba
[appsdba@reyaz scripts]$


Done, Applications are now up, 
==============================================





Service stop Applications:



[appsdba@reyaz NEW_reyaz]$ cd /u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts

[appsdba@reyaz scripts]$ ls
adadminsrvctl.sh  adcmctl.sh          adnodemgrctl.sh  adstrtal.sh       java.sh      mwactlwrpr.sh
adalnctl.sh       adexecsql.pl        adopmnctl.sh     cz64bitengine.pl  jtffmctl.sh  pon64bitengine.pl
adapcctl.sh       adformsrvctl.sh     adpreclone.pl    gsmstart.sh       msc
adautocfg.sh      admanagedsrvctl.sh  adstpall.sh      ieo               mwactl.sh
[appsdba@reyaz scripts]$



 Run script adstpall.sh
===================
[appsdba@reyaz scripts]$ sh adstpall.sh

You are running adstpall.sh version 120.22.12020000.7


Enter the APPS username: apps

Enter the APPS password:
Enter the WebLogic Server password:

The logfile for this session is located at /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adstpall.log


Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adapcctl.sh stop
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adapcctl.sh version 120.0.12020000.6

Stopping OPMN managed Oracle HTTP Server (OHS) instance ...

adapcctl.sh: exiting with status 0
adapcctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adapcctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adcmctl.sh stop
Timeout specified in context file: 1000 second(s)

script returned:
****************************************************

You are running adcmctl.sh version 120.19.12020000.7

Shutting down concurrent managers for NEW ...
ORACLE Password:
Submitted request 2572606 for CONCURRENT FND SHUTDOWN


adcmctl.sh: exiting with status 0


adcmctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adcmctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/jtffmctl.sh stop
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running jtffmctl.sh version 120.3.12020000.4

Shutting down Fulfillment Server for NEW on port 9301 ...

jtffmctl.sh: exiting with status 0


.end std out.

.end err out.

****************************************************




Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adopmnctl.sh stop
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

You are running adopmnctl.sh version 120.0.12020000.2

Stopping Oracle Process Manager (OPMN)  and the managed processes ...
opmnctl stopall: stopping opmn and all managed processes...

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adopmnctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/admanagedsrvctl.sh abort oafm_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.11

Stopping oafm_server1...
Refer /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adoafmctl.txt for details

Server specific logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/oafm_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adoafmctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/admanagedsrvctl.sh abort forms_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.11

Stopping forms_server1...
Refer /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adformsctl.txt for details

Server specific logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/forms_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adformsctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/admanagedsrvctl.sh abort oacore_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running admanagedsrvctl.sh version 120.14.12020000.11

Stopping oacore_server1...
Refer /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adoacorectl.txt for details

Server specific logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/oacore_server1/logs

admanagedsrvctl.sh: exiting with status 0

admanagedsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adoacorectl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adalnctl.sh stop
Timeout specified in context file: 100 second(s)

script returned:
****************************************************

adalnctl.sh version 120.3.12020000.4

Shutting down listener process APPS_NEW.

adalnctl.sh: exiting with status 0


adalnctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adalnctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adadminsrvctl.sh stop -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running adadminsrvctl.sh version 120.10.12020000.10

Stopping WLS Admin Server...
Refer /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /u01/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_NEW/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adadminsrvctl.txt for more information ...


.end std out.

.end err out.

****************************************************



Executing service control script:
/u01/APPS/fs1/inst/apps/NEW_reyaz/admin/scripts/adnodemgrctl.sh stop -nopromptmsg
Timeout specified in context file: -1 second(s)

script returned:
****************************************************

You are running adnodemgrctl.sh version 120.11.12020000.12


NodeManager log is located at /u01/APPS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1

adnodemgrctl.sh: exiting with status 0

adnodemgrctl.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adnodemgrctl.txt for more information ...


.end std out.

.end err out.

****************************************************



All enabled services on this node are stopped.

adstpall.sh:Exiting with status 0

adstpall.sh: check the logfile /u01/APPS/fs1/inst/apps/NEW_reyaz/logs/appl/admin/log/adstpall.log for more information ...

[appsdba@reyaz scripts]$


Done, Applications are down now, Next step to down database. 
=========================================


Service stop Database:


[appsdba@reyaz NEW_reyaz]$ cd /u01/DB/12.1.0/appsutil/scripts/NEW_reyaz/

[appsdba@reyaz NEW_reyaz]$ ls
adautocfg.sh  addbctl.sh   adexecsql.pl  adpreclone.pl  adstrtdb.sql
adchknls.pl   addlnctl.sh  adlsnodes.sh  adstopdb.sql



 Run script addbctl.sh
===================

[appsdba@reyaz NEW_reyaz]$ sh addbctl.sh stop immediate NEW

You are running addbctl.sh version 120.1


Shutting down database NEW ...


SQL*Plus: Release 12.1.0.2.0 Production on Sat Jan 19 15:27:00 2019

Copyright (c) 1982, 2014, Oracle.  All rights reserved.

Connected.
Database closed.
Database dismounted.
ORACLE instance shut down.
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

addbctl.sh: exiting with status 0

[appsdba@reyaz NEW_reyaz]$ 


Done, Database is down now, Next step to down Listener,
========================================


Service stop Listener: 
[appsdba@reyaz NEW_reyaz]$ cd /u01/DB/12.1.0/appsutil/scripts/NEW_reyaz/

[appsdba@reyaz NEW_reyaz]$ ls
adautocfg.sh  addbctl.sh   adexecsql.pl  adpreclone.pl  adstrtdb.sql
adchknls.pl   addlnctl.sh  adlsnodes.sh  adstopdb.sql



  

Run script addlnctl.sh
===================
 [appsdba@reyaz NEW_reyaz]$ sh addlnctl.sh stop NEW
Logfile: /u01/DB/12.1.0/appsutil/log/NEW_reyaz/addlnctl.txt

You are running addlnctl.sh version 120.4


Shutting down listener process NEW ...


LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 19-JAN-2019 15:30:36

Copyright (c) 1991, 2014, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=reyaz.ksrm.com)(PORT=1522)))
The command completed successfully

addlnctl.sh: exiting with status 0

addlnctl.sh: check the logfile /u01/DB/12.1.0/appsutil/log/NEW_reyaz/addlnctl.txt for more information ... 

[appsdba@reyaz NEW_reyaz]$ 


Done, All services are down now.
=======================================

 

You can find me on Fiverr & LinkedIn

1 comment:

  1. Hello, Could you please help me. I got the following return while executing the command sh addbctl.sh start

    You are running addbctl.sh version 120.1


    Starting the database PROD ...


    SQL*Plus: Release 12.1.0.2.0 Production on Mon Nov 29 17:15:21 2021

    Copyright (c) 1982, 2014, Oracle. All rights reserved.

    Connected to an idle instance.
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.

    Total System Global Area 1.2885E+10 bytes
    Fixed Size 7657384 bytes
    Variable Size 8053065816 bytes
    Database Buffers 4798283776 bytes
    Redo Buffers 25894912 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 20890
    Session ID: 2566 Serial number: 56986


    Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

    addbctl.sh: exiting with status 9

    ReplyDelete