Starting OC4J_BI_FORMS automatically after reboot on Win2000

Does any know how to configure OCJ4_BI_FORMS to startup
automatically after rebooting on win2000. Now, I'm manually starting the OC4J_BI_FORMS instance, and would like to automate the startup after reboot.
Thanks in advance
Joe

I think it's controlled by auto-start for your application in %ora9ias_home%\j2ee\OC4J_BI_Forms\config\server.xml.
Reference: http://download-west.oracle.com/docs/cd/A97329_01/web.902/a95880/apdx_a.htm
Yong Huang

Similar Messages

  • Will DB start automatically after rebooting the computer?

    Will DB start automatically after rebooting the computer?

    user9947478 wrote:
    Will DB start automatically after rebooting the computer?Yes. IF you set it up to do so. Or you have an OSs for which it is installed to automatically do so and you have not disabled it.
    I assume, since it seems to be difficult for you to tell us what operating system you use, that you use some form of Windows. In which case, the answer is 'Yes, automatically set up - as seen by the Services'.
    (Windows users don't seem to realize there are other OSs and therefore don't tell. They also don't realize that Windows is not an OS, but rather the marketing label for a whole families of OS Editions. Some popular families are: Windows XP, WIndows 2003, Windows 2008, Windows 7. But even then, Oracle only works on specific Editions within the family.)

  • Oracle does not start automaticly after reboot

    I've installed O 9i on win2ksrv after installing DB2.
    Then I create a database and this db starts successfully.
    After reboot the database is shutdown and can only starts manually by sysdba.

    Hi,
    Have you checked the space of ORAARCH or SAPARCH folder/directory ? The problem may be "Archive destination full".  If its full then try to move some old Offline redo log file to other safe location as a backup and then try to restart the Oracle Instance again.
    Regards
    Bhavik G. Shroff

  • Problem starting ipip tunnel after reboot

    I have ipip tunnet and the netcfg profile looks like:
    CONNECTION='tunnel'
    DESCRIPTION='birds ipip tunnel'
    INTERFACE='BIRDS'
    MODE='ipip'
    REMOTE='82.*.*.*5'
    LOCAL='217.*.*.*4'
    IP='no'
    ROUTES=('10.0.11.0/24 dev BIRDS src 10.0.10.1')
    This tunnel interface works if started by command "netcfg -u birds" but it does not start automatically after reboot. I have enabled netcfg service like 'systemctl enable netcfg@birds'. After reboot I see interface BIRDS configured but shutdowned. I think it happens because systemd starts services in parallel and ipip cannot be started before eth0 is started (interface with ip address LOCAL)
    How can I make dependency in netcfg profiles to start them in specified order ? Or can I do this by systemd configurations ?

    I have ipip tunnet and the netcfg profile looks like:
    CONNECTION='tunnel'
    DESCRIPTION='birds ipip tunnel'
    INTERFACE='BIRDS'
    MODE='ipip'
    REMOTE='82.*.*.*5'
    LOCAL='217.*.*.*4'
    IP='no'
    ROUTES=('10.0.11.0/24 dev BIRDS src 10.0.10.1')
    This tunnel interface works if started by command "netcfg -u birds" but it does not start automatically after reboot. I have enabled netcfg service like 'systemctl enable netcfg@birds'. After reboot I see interface BIRDS configured but shutdowned. I think it happens because systemd starts services in parallel and ipip cannot be started before eth0 is started (interface with ip address LOCAL)
    How can I make dependency in netcfg profiles to start them in specified order ? Or can I do this by systemd configurations ?

  • How to startup 10G automatically after reboot????

    How to startup 10G automatically after reboot????
    Is the same thing that we did with 9i?
    Create a script e link this on /etc/rc......?? Is that?
    Please send me an example.
    Tks,
    Paulo Portugal.

    Yes, use /etc/rc. The following are 3 start scripts. Modify it to fit it into /etc/rc start/stop model.
    ==> 1. start the DB:
    #!/bin/ksh
    # ==> start the DB:
    ORACLE_SID=xadv1
    export ORACLE_SID
    ORACLE_HOME=/software/xadv1_infra
    export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORIG_LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:$ORIG_PATH
    lsnrctl start
    lsnrctl status
    PASSWD=`cat $HOME/xadv1/sh/system_passwd.pwd`
    sqlplus /nolog<<EOF
    connect SYSTEM/$PASSWD as SYSDBA
    startup
    EOF
    #!/bin/ksh
    # ==> 2. start infra HTTP
    ORACLE_SID=xadv1
    export ORACLE_SID
    ORACLE_HOME=/software/xadv1_infra
    export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORIG_LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:$ORIG_PATH
    export PATH
    echo "############# Starting OPMN ############################"
    opmnctl startall
    echo "############# Starting EM ############################"
    emctl start iasconsole
    echo "############# OPMN Status ############################"
    opmnctl status
    #!/bin/ksh
    # ==> 3. start iAS
    ORACLE_SID=xadv1
    export ORACLE_SID
    ORACLE_HOME=/software/xadv1_ias
    export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORIG_LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:$ORIG_PATH
    echo "############# Starting OPMN ############################"
    opmnctl startall
    echo "############# Starting EM ############################"
    emctl start iasconsole
    echo "############# OPMN Status ############################"
    opmnctl status

  • Listener service not start automatically after reboot in Win2K server Clust

    Hi all,
    I set up a two node Server Cluster with Microsoft Windows 2000 server cluster service. Hardware are two HP DL380 servers and HP MSA500 (the shared storage). The cluster's IP address is 10.1.241.65. When I shut down both servers and restart the primary server, the listener server service will not start automatically. The listener log is:
    Started with pid=1108
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.241.65)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    The service is set up automatically start. I suspect the cluster virtual IP is not available immediately after reboot. So I tried setting the Recovery after first failure and second failure to 3 minitues each, and setting up Dependencies of the listener on the cluster service in the Win2K Service panel. Neither worked.
    The service can be manually start.
    Any suggestion?
    Frank.

    The command to start automatically the listener is :
    lsnrctl start
    check the parameters in : <ORACLE_HOME>/network/admin/listener.ora
    check the IP address or host name
    Joel Pérez

  • Ovs-agent starts automatically after reboot but hostname isnt resolvable

    Hello Guys,
    the theme is the problem. After rebooting a server the ovs-agent starts automatically but the DNS-Name of the SR isnt resolvable.
    If I restart the agent by hand everything works fine. I checked the /etc/init.d, where its installed and the rc3.d. ovs-agent got S99 - which means, it starts last.
    But which service is responsible for DNS? In my eyes the only thing that must be up, is networking, isnt it?
    Do you have any hints for me?
    Greetz

    Please check your /etc/hosts and make sure that the hostname is on a separate line and not mapped to 127.0.0.1

  • SSRS 2008 R2 Services not restarting automatically after reboot

    SSRS 2008 R2  Reporting instance not restarting automatically after patches install.  Is there a way to resolve the issue
    Windows 2008 R2 Server
    16 GB RAM

    Hi,
    Follow this article to resolve the issue:
    Reporting Services service doesn't start after the installation of MS12-070 security patch
    http://blogs.msdn.com/b/mariae/archive/2012/11/12/reporting-services-service-doesn-t-start-after-the-installation-of-ms12-070-security-patch.aspx
    Workaround 1:
    Modify the registry to increase the default time-out value for the service control manager. To increase this value to 60 seconds, follow these steps:
    1. Click Start, click Run, type regedit,and then click OK.
    2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.
    3.  In the right pane, locate the ServicesPipeTimeout entry.
    Note If the ServicesPipeTimeout entry does not exist, you must créate it. To do this, follow these steps:
    a.On the Edit menu, point to New, and then click DWORD Value.
    b.Type ServicesPipeTimeout, and then press ENTER.
    c.Right-click ServicesPipeTimeout, and then click Modify.
    d.Click Decimal, type 60000, and then click OK.
    This value represents the time in milliseconds before
    Restart the computer for the changes to take effect. Check that SSRS services can be started now.
    You cannot start SQL Server Reporting Services after you apply the update that is discussed in KB 2677070
    http://support.microsoft.com/kb/2745448/en-us
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Start script automatically after place Word text in indesign document

    I need start a script, automatically, after plece Word text in indesign document...
    It's possible ???

    This is how I'd approach it - it captures a 'place' or 'paste' of a blob of text. It is not perfect - it will also 'fire' if you simply copy some text from one frame in the document to an empty frame, but I don't think that would be an issue in most cases.
    Create a page item on the pasteboard; use the Active Page Item Developer palette to set the List of Subjects to * (just an asterisk), and the Event Filter to subjectModified* ('subjectModified' with an asterisk appended). Set the attached ExtendScript to the script shown below.
    I've not tested this heavily - it's only a proof of concept...
    (function(theItem)
      const kKeyForSavedTextLength = "com.rorohiko.savedTextLength";
      do
        var theFrame = theItem.eventSource;
        if (! (theFrame instanceof TextFrame))
          // Not a text frame - bail out
          break;
        var previousTextLength =
          theFrame.getDataStore(
            kKeyForSavedTextLength);
        if (previousTextLength == null)
          previousTextLength = 0;
        if (previousTextLength > 0)
          // Already has text in it - bail out
          break;
        var curTextLength = theFrame.contents.length;
        theFrame.setDataStore(
          kKeyForSavedTextLength,
          curTextLength);
        if (curTextLength == 0)
          // No text in it - bail out
          break;
        alert("Pasted or placed a blob of text");
      while (false);
    (theItem));

  • Cannot start the db after reboot machine

    Hi,
    Oracle DB: 10.2.0
    OS: RHEL5
    Successfully installed db and created the database.
    but after reboot of machine I cannot start the database.
    I have tried all the possible means( i deleted the listener and tns, recreated again rebooted etc etc)
    oracle@med ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Sep 5 13:48:10 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn /as sysdba
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specified
    SQL> conn sys/medisys@rmct as sysdba
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Thanking you,
    regards,

    risingstar wrote:
    Hi,
    Thanks for ur reply
    plz have a look
    [oracle@med ~]$ cd $ORACLE_HOME/dbs
    [oracle@med dbs]$ ls
    hc_rmct.dat init.ora initrmct.ora orapwrmct sqlnet.log
    initdw.ora init.ora.84201013612 lkRMCT spfilermct.ora
    regards,Well.You see that your sid is rmct not RMCT then
    export ORACLE_SID=rmct
    sqlplus "/as sysdba"
    startup

  • Cannot start the db after reboot

    Hi,
    Oracle DB: 10.2.0
    OS: RHEL5
    Successfully installed db and created the database.
    but after reboot of machine I cannot start the database.
    I have tried all the possible means( i deleted the listener and tns, recreated again rebooted etc etc)
    oracle@med ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Sep 5 13:48:10 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn /as sysdba
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specified
    SQL> conn sys/pwd@rmct as sysdba
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Thanking you,
    regards,

    By definition your installation was not successful.
    What network were you connected to when you installed the database?
    After you rebooted are you still connected to the same network?
    Has the IP Address changed?
    How is "HOST" defined in your listener.ora tnsnames.ora files?
    Oracle 10g dot anything is currently in desupport mode. It would be far better to install 11gR2 at this point in time.

  • CUE 8.0(1) unable to start automatically after reboot CME

    Hi
    I have an issue with CUE (ISM) 8.0.1
    When the router has been reboot it then the CUE module its not restarted Automatically
    I have to login on cue module via cli and write the command BOOT DISK in order to start the CUE module
    ServicesEngine boot-loader> boot disk                                        
    Loading disk:/bzImage ... Verifying ... done.
    Starting Kernel.
    Pls Advice
    thanks

    Hi Paolo
    could you pls give me a dogumentation or something for the boot loader?
    i didnt find anything
    thank you

  • IPhoto 6 starts automatically after reboot, how to avoid ?

    Every time I reboot my Imac, Iphoto starts automatically.
    It is not active in Accounts / Login Items
    Also no camera is attached to the computer; The settings for ImageCapture are to launch EOS Utility if a camera would be attached.
    Any clues ?
    Thanks,

    Xinram
    Right click on the iPhoto icon in the Dock, see if 'Open at Log in' is checked.
    Do you have a FAT format disk or USB flash drive connected to the Mac?
    Regards
    TD

  • Starting managed servers after rebooting

    Hi:
    I have been trying to configure my WebLogic environment to start the managed servers
    in a domain automatically when the machine is rebooted. I have done some testing
    with Node Manager but, as I understood, Node Manager only restarts a server if
    it was started using Node Manager and the server crashes or fails. On the other
    hand, if the server is installed as a Windows service, it will be started at reboot
    time, but not when the server (not the machine) crashes or fails. So, both solutions
    seems to be uncompatible. Is it right?? Is it possible to have both benefits,
    that is, to get the managed servers started at boot time (as done by Windows services)
    and restarted each time they fail (as done by Node Manager)?
    Thanks,
    Gerardo

    I think you can configure the NodeMgr to start ManagedServers instead of having the
    Windows Service start the servers. Basically you configure NodeMgr as a Windows Service
    and then let NM take care of starting other servers. I believe you have to set
    ManagedServer's HostsMigratableServices attribute to false to enable NM start the server.
    By default it is true.
    prasen
    Gerardo Rojas wrote:
    Hi:
    I have been trying to configure my WebLogic environment to start the managed servers
    in a domain automatically when the machine is rebooted. I have done some testing
    with Node Manager but, as I understood, Node Manager only restarts a server if
    it was started using Node Manager and the server crashes or fails. On the other
    hand, if the server is installed as a Windows service, it will be started at reboot
    time, but not when the server (not the machine) crashes or fails. So, both solutions
    seems to be uncompatible. Is it right?? Is it possible to have both benefits,
    that is, to get the managed servers started at boot time (as done by Windows services)
    and restarted each time they fail (as done by Node Manager)?
    Thanks,
    Gerardo

  • Problems to start SAP instance after reboot

    Hello experts,
    we are occuring a problem that we are not able to start our SAP instance after we applied some MS patches and rebooted the server. We also deinstalled these patches buzt this also did not help, so I guess the reason somewhere else.
    We are running a SQL server 2000 on a Windows 2003 SP2 (32bit)
    SAP kernel is 640 PL 304
    The SQL server seems to operate normally, however when we try to start SAP via MMC the process disp+work fails (it's green for a few seconds, but then turn so grey).
    In dev_w0 I can find this entry
    C Mon Feb 22 12:35:18 2010
    C  OpenOledbConnection: line 23082. hr: 0x8000ffff [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
    C  sloledb.cpp [OpenOledbConnection,line 23082]: Error/Message: (err 17, sev 10), [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23082]: Error/Message: (err 0, sev 10), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    I hope you have an idea to solve the issue soon.
    Thanks a lot
    Philipp

    Hi,
    yes I read this SAP note however when I try to install this patch
    It fails with message "installation unsuccessful"
    Reason ??
    Check the following:
    1. Status of SQLServer Service(s)?
    2. Windows Event Log Entries?
    What is the SP level of SQL Server 2000 ?
    Also, Perform the Connectivity Test as per[ this link|http://support.microsoft.com/kb/827422/].
    Regards,
    Bhavik G. Shroff

Maybe you are looking for

  • HT5517 good morning my macbook pro it's not showing me Airplay, can you help

    Good morning my mac it's not showing airplay, can you help me

  • OS X Yosemite upgrade for MacBook Pro

    I know some people have found updating to OS X Yosemite an issue so I thought would check with the experts. I have 17-inch, Early 2011. Processor  2.2 GHz Intel Core i7. Memory 4 GB 1333 MHz DDR3. Software  Mac OS X Lion 10.7.5 (11G63). Hard drive 75

  • WIP Calculation process

    Hi, I created the Production Order for 10 materials and end od the month i ran the KKAX and KO88 for productin order. Some amount was posted to WIP GL Accounts with end of the month date. In next month i confirmed the rest of the activities and i set

  • No longer able to add events to ical on ipad

    since the update to ios i no longer have the ability to add appointments or new calendars on the ical.  i can modify existing appointments but can't make new ones.  i have rebooted the ipad.  nothing is working. 

  • Desktop & Screensaver preference problem

    Hi, I'm having a problem with the Desktop & Screensaver section of the preferences. It shows me 2 Aperture libraries to choose from, but with the same content. The second problem is that I can't add any new folders containing pictures because I will