How to Start Oracle Apps Services?

Hi All,
I am using RDBMS : 9.2.0.6.0; Oracle Applications : 11.5.10.2 on AIX.
I am new to Apps and what to know how can I start and stop the Application and database services.
Thanks

Hi,
I have one more issue regarding the database issue (I am new to apps hope people here don't mind to answer some silly question).
We all are here to share the knowledge and gain from others isssue! So, please don't hesitate in asking any of your doubt whatsoever.
For starting your database with spfile first create spfile from the pfile.
SQL> create spfile from pfile;
Than you will have to do a little changes in adstrtdb.sql.
vi adstrtdb.sql
look for
startup pfile=/<mount_point>/oracle/<SID>db/9.2.0/dbs/init<SID>.ora
and delete the pfile=...
it must just be startup
now you can start your database and it will start with spfile.
Thanks,
Anchorage

Similar Messages

  • Error While starting Oracle APPS services in windows

    While starting the Oracle Applications services in windows, it gives some memory error, "unable to read memory XXXXXX".
    Is it possible to recreate the services alone?
    How i can solve the problem with out re-Installation?

    johnveslin,
    I would recommend to theck HW.
    Disk. Memory etc.
    Yury

  • How to let SOA Suite automatically start Oracle Database services if necess

    It occurs from time to time that I forget to start Oracle database services
    before I start Soa Suite. Can I somehow let SOa Suite startup script check in advance
    if Oracle database services need to be started (and start them automatically if necessary)?
    Peter

    Hi,
    This is a familiar issue. I've come up with the following solutions.
    1) On my linux machine, I start the database (EE) and soa suite at boot time using /etc/oratab.
    2) On my windows machine, I start the database (XE) at boot time, as a service that automatically starts. The soa suite is started manually. I could start the suite automatically as a service also, but because it takes up so much memory and I do not always want to run the suite, I prefer to start manually. In any way, the database is started automatically before the soa suite.
    Hope this will help you.
    Kind regards,
    H

  • Install OEM 12c fails on "start oracle management service". win2008

    Windows Server 2008 R2 Enterprise SP1 x64
    Oracle Database 11g release 11.2.0.3.0
    I install OEM 12c(12.1.0.3) following this manual: Installing Enterprise Manager System
    before start i've installed WebLogic Server 10.3.6 and aplied 2 patches specified in this manual
    installation type is advanced, small, so i have created database from the appropriate template
    i also installed cygwin and started ssh-service
    the installation of OEM process fails on 73% "start oracle management service" with this message:
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: cmd /c set NEED_EXIT_CODE=1&&C:\Oracle\Middleware\oms\bin\emctl.bat start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 3 
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.oms:Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    in C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log i got this:
    2013-09-06 12:24:27,012 [main] ERROR commands.BaseCommand logAndPrint.620 - Oracle Management Server Could Not Be Started
    Check EM Server log file for details: C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out
    2013-09-06 12:24:27,012 [main] INFO  commands.StartCommand startOMS.337 - startOMS finished with result: 1
    2013-09-06 12:24:30,974 [main] INFO  commands.StartCommand startOMS.371 - net start return code is 2
    2013-09-06 12:24:30,974 [main] ERROR commands.BaseCommand logAndPrint.620 - Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    2013-09-06 12:24:34,094 [main] INFO  commands.BaseCommand printMessage.404 - statusOMS finished with result: 8
    2013-09-06 12:24:34,094 [main] ERROR commands.BaseCommand logAndPrint.620 - Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    and in C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out this:
    <06.09.2013 12:24:01 ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracle Corporation>
    <06.09.2013 12:24:01 ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13349651 Thu May 24 10:18:28 IST 2012
    WebLogic Server Temporary Patch for BUG14482558 Fri Jan 11 11:20:16 IST 2013
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <06.09.2013 12:24:03 ICT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
    Enter password to boot WebLogic server:
    <06.09.2013 12:24:04 ICT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, EMGC_OMS1, does not match the admin server name, EMGC_ADMINSERVER
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
         at weblogic.Server.main(Server.java:71)
    >
    <06.09.2013 12:24:04 ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    wlst:
    wls:/offline>
    what I did wrong? how to start WLS server?

    Hi,
    First of all with EM 12.1.0.x any version you are not required to install wls separately, we have single installer for em and wls. Is there any specific reason you installer wls separately?
    Coming back to your issue: can you check
    %OMS_HOME%\BIN>emctl istart oms completes successfully.
    %OMS_HOME%\BIN>emctl istop oms completes successfully.
    Also open an SR with Oracle support and share the number. We should debug such issue through SR so that we can share logs and come find a root cause.

  • How to Start Oracle Report in Unix?

    hi
    Does anyone know how to start oracle report in unix? I was
    told to try this (r60desm) but that did not work. We are on 11i
    and 6i. Please help
    alpha

    I don't have Forms/Reports 6i for UNIX. Have you tried typing "r60" and typing tab twice?

  • How to Convert Oracle Apps Report into XML Publisher

    Hi
    How to Convert Oracle Apps Report into XML Publisher?
    Thanks

    In Brief :
    Re: XML Publisher
    In Details :
    http://www.oracle.com/technology/products/xml-publisher/docs/XMLEBSRep.pdf

  • How to install oracle apps 11.5.10.2 on WinXP?

    How to install oracle apps 11.5.10.2 on WinXP?

    Yes I did, and can login to the new OA Framework side of things now.
    I did a browser refesh ( cleared cache, and restarted browser), this seems to have resolved that
    Its a rather cheeky one going on here. Whenever I load the forms page, it gives me an error message suggesting the host name is wrong.
    When I installed the SLES9, I also specified a similar alias name. I suspect this is the issue, and am still investigating

  • Error 1067 while starting oracle css service in XP

    Error 1067 while starting oracle css service in XP

    Hi all,
    I have installed Oracle10g in windows xp ...
    I am unable to connect from my application . On viewing the services, oracleCSService is not yet started eventhough it is automatic . While manually starting it
    its showing an error
    "Could not start the oracleCSService on Local Computer
    Error 1067: Process terminated Unexpectedly...."
    I hope somebody can help me on this !!
    Thanks

  • How to start configuration adapter services

    Hi,
    I am stop configuration adapter service to apply the some settings, suddenly Visual administrator stopped and I am not able to start the configuration adapter service because visual administrator not start because of configuration adapter service.
    Please suggest how to start configuration adapter services.
    Regards,
    Ravi ghangurde

    HI ravi,
    you can try from config tool , but i am not sure whether that will help you or not. Best would be to restart the server and change the parameter from  Config tool again incase you have changed sometghing which is causing the service not to start.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/9f327802844fdcb776f38a2a7a9a7f/frameset.htm
    Regard
    Pankaj Prasoon

  • How to install oracle apps 11i on xp

    Hi
    iam new about oracle apps 11i, plz guide me how to install oracle apps 11i.on xp
    plz give proper step
    thanks

    Check the following links:
    Oracle EBS 11.5.10.2 Installation Steps
    Oracle EBS 11.5.10.2 Installation Steps
    Oracle Applications Installation Guide: Using Rapid Install
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/r115102ins.pdf
    Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=316806.1
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=294932.1

  • How to access Oracle Apps 11i forms from Virtual Machine(Vmware Player)?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and Windows XPP on Virtual Machine using Vmware Player on standalone same desktop.Now how to access Oracle Apps 11i from Virtual Machine(Windows XPP)?
    Thank's
    Regard's
    Rerry

    Hi,
    Sorry my instance is PROD instead of TEST.
    1)Renamed the sqlnet.ora and make the following change in the tnsnames.ora (SERVICE_NAME = PROD) to (SID = PROD) and tryed but same error.
    2)Only one oracle homes on the cleint machine
    3)The output of tnsping PROD
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>tnsping PROD 5
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 23-FEB-20
    10 00:38:40
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=tcp)(HOST=SHUBH.hnp.com)(PORT=1521))
    TNS-12570: TNS:packet reader failure
    Normal ping is ok from both host to guest and guest to host.
    Thank's
    Regard's
    Rerry

  • How to access Oracle Apps 11i forms using Vmware Player?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and guest OS Windows XPP using Vmware Player.Now how to access Oracle Apps 11i forms from Windows XPP using Vmware on my OEL5 Server Desktop?
    Thank's
    Regard's
    Rerry

    Hi,
    If you mean how to access eBusiness Suite from within the Virtual Machine, then you just navigate to the same URL you normally would. You may need to put the machine alias in your hosts file if you are referencing it via machine name rather than IP address.
    If you mean that you want to load the form in forms builder (for example) then you need to FTP the form from server to client (as you normally would) and then open it in your client (XP virtual machine).
    If you want to use Workflow Builder (as per your original requirement) then you need to ensure that the TNSNAMES.ora file in the Workflow Builder home has an entry for your instance on Linux, and then you should be able to connect to the database directly.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to start Oracle Enterprise Manager(Oracle 9i) on Sun Solaris 9 platform

    Hi
    How to start Oracle Enterprise Manager(Oracle 9i) on Sun Solaris 9 platform and Oracle Enterprise Manager(Oracle 10G) on Sun Solaris 10 platform?
    Thanks.
    RJ.

    I need to use it to unlock some accounts.There is a SQL command to do that
    SQL> alter user <username> account unlock;
    Anyway...
    $ export ORACLE_SID=chucky
    $ emctl start dbconsole

  • How to install Oracle APPS 12 as High Available

    Dear Friends
    Can any one share, how to install Oracle APPS 12 as High Available, we have 4 Sun Sparc servers, and we have plan to make HW cluster for Database + Concurrent Manager, and on remaining 2 nodes for Forms and web server, it would be very helpfull, if some one guide how to do this....
    cheers

    Hi;
    Please follow below and see its helpful:
    note 217368.1
    note 233428.1
    Also see:
    Re: EBS R 12 Shared Application tier on GFS (OEL 5.3)
    Sahred Appl_top
    Re: Shared Appl_Top
    Regard
    Helios

  • Monitoring Oracle Apps Services

    Hi Hussein/helios
    EBS 11i
    I got this hourly report check if the Oracle Apps services is up or down using this sample command:
    adalnctl.sh status |grep exiting
    Then I called this program everyhour via cron, and save the output.
    adalnctl
    2-Nov-2010 00:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 01:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 02:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 03:00:01     adalnctl.sh: exiting with status 0
    2-Nov-2010 04:00:01     adalnctl.sh: exiting with status 0
    2-Nov-2010 05:00:06     adalnctl.sh: exiting with status 1
    2-Nov-2010 06:00:06     adalnctl.sh: exiting with status 1
    2-Nov-2010 07:00:05     adalnctl.sh: exiting with status 1
    2-Nov-2010 08:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 09:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 10:00:04     adalnctl.sh: exiting with status 0
    2-Nov-2010 11:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 12:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 13:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 14:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 15:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 16:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 17:00:04     adalnctl.sh: exiting with status 0
    2-Nov-2010 18:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 19:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 20:00:03     adalnctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 22:00:02     adalnctl.sh: exiting with status 0
    2-Nov-2010 23:00:02     adalnctl.sh: exiting with status 0adapcctl
    2-Nov-2010 00:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 01:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 02:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 03:00:01     adapcctl.sh: exiting with status 0
    2-Nov-2010 04:00:01     adapcctl.sh: exiting with status 0
    2-Nov-2010 05:00:03     adapcctl.sh: exiting with status 1
    2-Nov-2010 06:00:03     adapcctl.sh: exiting with status 1
    2-Nov-2010 07:00:02     adapcctl.sh: exiting with status 1
    2-Nov-2010 08:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 09:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 10:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 11:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 12:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 13:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 14:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 15:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 16:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 17:00:04     adapcctl.sh: exiting with status 0
    2-Nov-2010 18:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 19:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 20:00:03     adapcctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 22:00:02     adapcctl.sh: exiting with status 0
    2-Nov-2010 23:00:02     adapcctl.sh: exiting with status 0adcmctl
    2-Nov-2010 00:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 01:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 02:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 03:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 05:00:06     adcmctl.sh: exiting with status 0
    2-Nov-2010 06:00:07     adcmctl.sh: exiting with status 0
    2-Nov-2010 07:00:06     adcmctl.sh: exiting with status 0
    2-Nov-2010 08:00:03     adcmctl.sh: exiting with status 0
    2-Nov-2010 09:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 10:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 11:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 12:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 13:00:03     adcmctl.sh: exiting with status 0
    2-Nov-2010 14:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 15:00:03     adcmctl.sh: exiting with status 0
    2-Nov-2010 16:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 17:00:05     adcmctl.sh: exiting with status 0
    2-Nov-2010 18:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 19:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 20:00:04     adcmctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 22:00:02     adcmctl.sh: exiting with status 0
    2-Nov-2010 23:00:03     adcmctl.sh: exiting with status 0addisctl
    2-Nov-2010 00:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 03:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 04:00:03     addisctl.sh: exiting with status 0
    2-Nov-2010 05:00:08     addisctl.sh: exiting with status 0
    2-Nov-2010 06:00:08     addisctl.sh: exiting with status 0
    2-Nov-2010 07:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 08:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 09:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 10:00:08     addisctl.sh: exiting with status 0
    2-Nov-2010 11:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 12:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 13:00:05     addisctl.sh: exiting with status 0
    2-Nov-2010 14:00:07     addisctl.sh: exiting with status 0
    2-Nov-2010 15:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 16:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 17:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 18:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     addisctl.sh: exiting with status 0
    2-Nov-2010 20:00:06     addisctl.sh: exiting with status 0
    2-Nov-2010 21:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 22:00:04     addisctl.sh: exiting with status 0
    2-Nov-2010 23:00:04     addisctl.sh: exiting with status 0adfmcctl
    2-Nov-2010 00:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 03:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adfmcctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adfmcctl.sh: exiting with status 1
    2-Nov-2010 06:00:08     adfmcctl.sh: exiting with status 1
    2-Nov-2010 07:00:07     adfmcctl.sh: exiting with status 1
    2-Nov-2010 08:00:04     adfmcctl.sh: exiting with status 0
    2-Nov-2010 09:00:07     adfmcctl.sh: exiting with status 0
    2-Nov-2010 10:00:07     adfmcctl.sh: exiting with status 0
    2-Nov-2010 11:00:06     adfmcctl.sh: exiting with status 0
    2-Nov-2010 12:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 13:00:04     adfmcctl.sh: exiting with status 0
    2-Nov-2010 14:00:06     adfmcctl.sh: exiting with status 0
    2-Nov-2010 15:00:04     adfmcctl.sh: exiting with status 0
    2-Nov-2010 16:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 17:00:06     adfmcctl.sh: exiting with status 0
    2-Nov-2010 18:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 20:00:05     adfmcctl.sh: exiting with status 0
    2-Nov-2010 21:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adfmcctl.sh: exiting with status 0
    2-Nov-2010 23:00:04     adfmcctl.sh: exiting with status 0adfmsctl
    2-Nov-2010 00:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 03:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adfmsctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adfmsctl.sh: exiting with status 1
    2-Nov-2010 06:00:08     adfmsctl.sh: exiting with status 1
    2-Nov-2010 07:00:07     adfmsctl.sh: exiting with status 1
    2-Nov-2010 08:00:04     adfmsctl.sh: exiting with status 0
    2-Nov-2010 09:00:07     adfmsctl.sh: exiting with status 0
    2-Nov-2010 10:00:07     adfmsctl.sh: exiting with status 0
    2-Nov-2010 11:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 12:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 13:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 14:00:07     adfmsctl.sh: exiting with status 0
    2-Nov-2010 15:00:04     adfmsctl.sh: exiting with status 0
    2-Nov-2010 16:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 17:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 18:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     adfmsctl.sh: exiting with status 0
    2-Nov-2010 20:00:06     adfmsctl.sh: exiting with status 0
    2-Nov-2010 21:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adfmsctl.sh: exiting with status 0
    2-Nov-2010 23:00:04     adfmsctl.sh: exiting with status 0adfrmctl
    2-Nov-2010 00:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 03:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adfrmctl.sh: exiting with status 1
    2-Nov-2010 06:00:07     adfrmctl.sh: exiting with status 1
    2-Nov-2010 07:00:06     adfrmctl.sh: exiting with status 1
    2-Nov-2010 08:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 09:00:06     adfrmctl.sh: exiting with status 0
    2-Nov-2010 10:00:06     adfrmctl.sh: exiting with status 0
    2-Nov-2010 11:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 12:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 13:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 14:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 15:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 16:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 17:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 18:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 19:00:04     adfrmctl.sh: exiting with status 0
    2-Nov-2010 20:00:05     adfrmctl.sh: exiting with status 0
    2-Nov-2010 21:00:02     adfrmctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adfrmctl.sh: exiting with status 0
    2-Nov-2010 23:00:03     adfrmctl.sh: exiting with status 0adrepctl
    2-Nov-2010 00:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 01:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 02:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 03:00:02     adrepctl.sh: exiting with status 0
    2-Nov-2010 04:00:02     adrepctl.sh: exiting with status 0
    2-Nov-2010 05:00:07     adrepctl.sh: exiting with status 1
    2-Nov-2010 06:00:07     adrepctl.sh: exiting with status 1
    2-Nov-2010 07:00:06     adrepctl.sh: exiting with status 1
    2-Nov-2010 08:00:04     adrepctl.sh: exiting with status 0
    2-Nov-2010 09:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 10:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 11:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 12:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 13:00:04     adrepctl.sh: exiting with status 0
    2-Nov-2010 14:00:06     adrepctl.sh: exiting with status 0
    2-Nov-2010 15:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 16:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 17:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 18:00:04     adrepctl.sh: exiting with status 0
    2-Nov-2010 19:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 20:00:05     adrepctl.sh: exiting with status 0
    2-Nov-2010 21:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 22:00:03     adrepctl.sh: exiting with status 0
    2-Nov-2010 23:00:03     adrepctl.sh: exiting with status 0The above report will capture info if a certain service is down at a certain point in time.
    Do you think it is helpful to you? or the client?
    By the way, at 5am-7am the apps/db services are shutdown to give way to a "cold" backup. You noticed that
    most of the services during this time have exit status "1". Except for addisctl and adcmctl , they are still "0". Can you tell me why
    even if the apps is shutdown, this two services when tested their status....it is still "0"?
    Thanks a lot,
    MsK

    Ok , to make my point clear....
    this is on EBS 11i (11.5.10.2)
    I am shutting down the apps tier using:
    [appltrng@oracletrng ~]$ ./stopAPP
    You are running adstpall.sh version 115.19
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adapcctl.sh stop
    script returned:
    adapcctl.sh version 115.50
    Apache Web Server Listener :httpd ( pid 14981 ) is running.
    Stopping Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) :httpd ( pid 15084 ) is running.
    Stopping Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adalnctl.sh stop
    script returned:
    adalnctl.sh version
    Shutting down listener process APPS_OATRNG.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adcmctl.sh stop
    script returned:
    You are running adcmctl.sh version 115.28
    Shutting down concurrent managers for OATRNG ...
    Submitted request 1938050 for CONCURRENT FND SHUTDOWN
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adfrmctl.sh stop
    script returned:
    You are running adfrmctl.sh version 115.37
    Stopping forms server for OATRNG on port 9000.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adrepctl.sh stop
    script returned:
    You are running adrepctl.sh version 115.32
    stopping Reports Server for OATRNG on port 7000.
    kill -9 15644 15951 15952 15953 15954 15955 15956 15957
    Reports Server for OATRNG successfully stopped.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adfmcctl.sh stop
    script returned:
    You are running adfmcctl.sh version 115.19
    Stopping forms load balancing client for OATRNG.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adfmsctl.sh stop
    script returned:
    You are running adfmsctl.sh version 115.15
    Stopping forms metrics server for OATRNG on port 9200.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/jtffmctl.sh stop
    script returned:
    You are running jtffmctl.sh version 115.16
    Shutting down Fulfillment Server for OATRNG on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/addisctl.sh stop
    script returned:
    addisctl.sh version 115.15
    OAD is stopped
    Osagent is stopped
    Locator is stopped
    Unable to stop gatekeeper. No process-id  file found.
    Unable to stop any Discoverer Sessions. No process-id  file found.
    Preference 16190 is stopped
    Unable to stop any Discoverer Collector. No process-id  file found.
    addisctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services on this node are stopped.
    Check logfile /uo1/oracle/oatrngcomn/admin/log/OATRNG_oracletrng/11052200.log fo                                              r details
    Exiting with status 0
    [appltrng@oracletrng ~]$It says all services are stopped ...exiting status 0
    But if I run this:
    [appltrng@oracletrng Monitor]$ /uo1/oracle/oatrngcomn/admin/scripts/OATRNG_oracletrng/adcmctl.sh status apps/apps
    You are running adcmctl.sh version 115.28
    Internal Concurrent Manager is Active.
    adcmctl.sh: exiting with status 0Why is still active?
    Thanks

Maybe you are looking for

  • Deployment server problem

    Hi,I have made a cluster of two applications(both copies of each other) , both of which reside on same analytic server. I have assigned this cluster to a connection pool. But when I access one application throuch excel addin client & make one applica

  • Image Capture not detecting Scanner over Network

    I have an Epson Workforce 610 which is installed as a network printer (wired ethernet) in my Home Office. OSX Mavericks will find and load the ppropriate drivers for the printer, and printing is fine. However Image Capture does not show the scanner p

  • TS3147 Is there a recommended Printer to use with a Powerbook G4 Laptop?  It has OS 10.5

    I have a Powerbook G4 Laptop and recently bought a new printer that works with my MacBook which has an Intel processor.  However, due to the operation system on my Powerbook, which is OS X 10.5, the new printer is incompatible with the Powerbook.  My

  • Generating Vector of objects using OTT

    Iam using OTT to generate C++ classes for the following database types: CREATE OR REPLACE TYPE CONNLESS_TYPE AS OBJECT COLUMN1 NUMBER, COLUMN2 NUMBER, COLUMN3 DATE CREATE OR REPLACE TYPE CONNLESS_TYPE_ARR AS VARRAY (59) OF CONNLESS_TYPE; CREATE OR RE

  • Calling 00800 Numbers on BT Landline

    Hi guys, A quick query. I was going to call a business r.e. an electronics repair. I noticed that the contact phone number starts 00800 (note, not 0800). I've had a quick look online and apparently this pre-fix is a 'universal freephone number' (http