DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Startup/Shutdown Scripts for 11i

  1. #1
    Join Date
    Apr 2001
    Posts
    1
    Does anyone have any startup/shutdown scripts for 11i?

    We just installed a Vision Demo instance and a test instance and would like to re-install several times to get it down to a managable time. We are running on a three tier platform on Sun Solaris. We have install 11.5.3.

    Any help would be appreciated.

  2. #2
    Join Date
    Feb 2001
    Posts
    62

    Wink

    .../.../...comn/admin/scripts should be in your PATH somewhere



    startdb.sh
    addbctl.sh start
    addlnctl.sh start VIS

    stopdb.sh
    addlnctl.sh stop VIS
    addbctl.sh stop immediate

    startapp.sh
    adalnctl.sh start APPS_VIS
    adapcctl.sh start
    adfmcctl.sh start
    adfmsctl.sh start
    adfrmctl.sh start
    adrepctl.sh start
    adtcfctl.sh start
    adcmctl.sh apps/apps start

    stopapp.sh
    adcmctl.sh apps/apps stop
    adtcfctl.sh stop
    adrepctl.sh stop
    adfrmctl.sh stop
    adfmcctl.sh stop
    adfmsctl.sh stop
    adapcctl.sh stop
    adalnctl.sh stop APPS_VIS

    Hope this helps.

    Regards,

    David Browne.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width