Oracle services on window 2003

Hello team, does anyone know how can I start an oracle database service but not to open the database? I need to start an Oracle Service but I need to keep the database assembled. Or at least start the service but to keep the database closed or an off (never open).

Version of database is 9.2.0.8.

Thanks in advance.

>

oradim-new - sid test - startmode manual - srvc-OracleServicetest - srvcstart system

If the service will start automatically, but the database will remain closed. Then, using a script I'll leave the database on the State of 'sleep '.

No I just say? ;-)

Seems simple enough. Why not try and "refine" as necessary thereafter.

The other option would be to use "demand" Win service start and then control the service and so instance remotely as needed. If that fits your needs, maybe?

Published by: orafad on October 13, 2011 13:43

Tags: Database

Similar Questions

  • Activate the oracle 10g on windows 2003 R2 X 64 edition to address the memory 8 GB

    We use the Oracle 10 g R2 on Windows 2003 R2 x 64 standard edition. Lately, we have improved the system memory of 4 GB to 8 GB. Windows detects the memory as it is (8 GB), but oracle does not see the RAM 8 GB. How can we ovecome problem.

    Best regards
    Murat CAKIR

    What you actually do is since you're 10gr 2, you can use the spfile. Increase the SGA_MAX_SIZE SGA_TARGET (if you want to give control to the Oracle itself) in the spfile and bounce the database.

    alter system set SGA_MAX_SIZE = 6G scope=spfile;
    alter system set SGA_TARGET = 6G scope=spfile;
    shutdown immediate;
    startup;
    show parameter sga;
    

    6G could be changed depending on what type of applications which allocates RAM for the operating system, you already have on your operating system.

    Hope that helps.

    Ogan

  • ORACLE 9I R2, windows 2003

    In OTN is no longer the ORACLE 9I software version 2 for windows 2003... any ideas?

    Oracle put 9iR2 in support more than a year ago. They do not want to support him except for legacy clients, and if you are one of those that you already have the software. If this isn't the case, you should not install it.

    If you have an extended support agreement open an SR to metalink otherwise seriously consider using the software shipped in the current millennium.

  • Oracle 10g on Windows 2003. Backup suggestions

    HI guys

    Well, I know I'm asking help two former products , well, an or our old applications developed using developer suite 2000 & then migrated to 6i which can not be in a way migrated to Oracle EBS, due to financial constraints and the size of the application. We have data with this database of nearly 14 years, and we recently had a major outage due to power failure.

    We recovered the database using dump exp files (sacrificing a number of days of data) and the export made every night was our backup ONLY for the database (as defined by the solution provider). Once we recovered the database, we allowed logging of archive and automatic backups.

    This legacy application is for a service call center which is 24/7, that is to say, put the database offline and making a suggestion cold backup will receive a cold shoulder at the stage of the proposal itself. I can write Windows services that those could automatically create .zip files for entire folders of Oracle binaries in the background on demand or scheduled intervals, even copy them to the backup devices. Just curious to know how reliable is such archive files for data recovery, as I will zip binary files, while the database is online?

    Thank you and best regards,

    (1) make sure that your database is archivelog to if online backup mode does not use the RMAN tool

    Select log_mode from v database $;

    If not

    stop immediately;

    Startup mount

    ALTER database archivelog

    ALTER database open;

    (2) alter database begin backup

    After the adaptation of your database files and then

    alter database end backup;

    (3) alter database backup controlfile to

    (4) all the zip file that you backup

  • Oracle Apps R12/windows 2003 problem.

    I installed Apps R12 on Win2003. It has worked well. Later I replaced the network card and I gave the same IP address. But some services doesnot start?

    Any advice will be appreciated.

    Thank you

    Hello

    What services could not start?

    Please purge table as shown FND_NODES (Note: 260887,1 - not own non-existent nodes or addresses IP of FND_NODES) then run AutoConfig on the database layer, then on the application layer and then check.

    Kind regards
    Hussein

  • Installation 11.1.2.1 using oracle database in windows server 2003 64-bit

    Hi gurus,

    I am about to install hyperion version 11.1.2.1 with oracle on a windows 2003 64-bit database.

    Do I need IIS component for hyperion to install?

    Thanks in advance

    Hello
    IIS is required only if you install epma, fdm, and/or hfm to the server.

    See you soon,.
    Alp

  • E-Business Suite R12 Oracle loading sequence in Windows 2003 services

    Can someone tell me what is the sequence of loading for the following services Oracle EBS R12 in Windows 2003.

    (1) service Fulfillment Server oracle for SCREWS
    (2) oracle Service SCREW
    (3) service of OracleConcMgrVIS
    (4) oracle RDBMS TNS Listener
    (5) oracle ToolsTNSListener

    I have the problem where at startup, Windows 2003 Server Fulfillment Oracle service for SCREW trying to stop. It seems that the service is set auto start somehow. I have to wait for the service to be completely shut down and manually restart the service. But I don't know what is the reason that causes this problem

    Thanks for the tips.

    Published by: user4992799 on November 14, 2008 18:39

    Start the following services first or set to automatic:

    Oracle TNS Listener RDBMS
    Oracle service LIVE

    Other services the Manual value

    Go to your % APPL_TOP directory and click on envshell_. cmd. You can create a shortcut and place it in a more convenient location. Then % ADMIN_SCRIPTS_HOME % cd and run adstrtal.cmd apps/apps to start all your service requests after the startup of the database.

    You are having problems to start the services of applications before the opening of the database.

  • Connect to Oracle Server(windows 2003 Operating System) to the Linux server

    Hey,.
    I've been a job of Director Oracle for Computer Science Dept (at University).
    Part of my job is to install Oracle 11 g on a server that has windows 2003 System.next of operation is to connect to the Oracle server through the server.and of Linux and then create accounts to other students and grant privileges.



    I finished installing on the windows 2003 server.
    The next part, to connect to the Oracle server via the Linux server. I have access only to the Oracle (privileges) server but not on the Linux server.

    I'm unable to connect to the Oracle server via the Linux server.

    Could someone point me in the direction or recommend any hardware to connect to the Oracle server via the Linux server. Please I need help.
    Thank you.

    Published by: user12379367 on December 22, 2009 19:46

    >
    Thank you very much, I want to just connect to the server Linux Oracle database.
    But I couldn't connect to the Oracle Server Linux server using ssh.
    >

    SSH is not a technology allowing to connect to databases.

    You will need to install an Oracle client on the Linux server, implemented a tnsnames.ora file that includes the necessary connection information for the database of Windows Server.

    See the Linux 11 g Client install Guides here - http://www.oracle.com/pls/db111/portal.portal_db?selected=11&frame=

    Then read through the 11 g Net Services (http://download.oracle.com/docs/cd/B28359_01/network.111/b28316/toc.htm) Administrator's Guide for an overview of connectivity.

    HTH
    Srini

  • On a windows 2003 R2 SP2, gives error 1053 SNMP service startup

    On a windows 2003 R2 SP2, start the service SNMP gives error 1053 (below)

    In the event log are event ID: 7000 & 7009 back (below)

    Already tried: https://support.microsoft.com/en-us/kb/886695 (check the "allow service to interact with desktop").

    I have also run the Windows updates for all high priority updates, replaced the files %windir%\system32\snmp*.* with those of another R2 SP2 server that is not the problem (after rename the original to the *.old files & copy the same files in the folder DLLcache so SFC would stop interfering ;)) and checked for other errors that may show a reason for this - the only thing that I can connect to it) , it is that services IISAdmin & GoogleUpdate (gupdate & gupdatem) having the same problem, but unrelated to seams...

    TNX in advance for any response.

    Kobi

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • The basic service of the TPM secure in Windows 2003

    The basic service of the TPM secure in Windows 2003 is configured to run automatically, but it stops. When you try to start it, I get the message "the TPM Base service on started and then stopped. Some services stop automatically if they have no work to do... "This is the normal behavior for this service? If supposed to work, what can I / check?

    Hello

    The question you have posted is related to the Server 2003 and would be better suited to the TechNet community. Please visit the link below to find a community that will provide the best support.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home

    Thank you.

  • Error on Windows 2003 service pack 2 (ql40xx.sys)

    I get the pop following error when you attempt to apply windows 2003 service pack 2:

    Setup has detected a driver (ql40xx.sys) that is not compatible with Windows Server 2003 Service Pack 2. If please contact QLogic for an updated driver and restart the installation.
    It is a 2003 physics attached to the initiator iSCSI via MS iSCSI storage server
    I searched on several forums resolution and there is limited information everywhere associated with this error message
    Here's the whole svcpack.log journal entry
    3.063: 20/03/2013 03:56:46.133 (local)
    3.063: C:\WINDOWS\SoftwareDistribution\Download\f6beed31356960099b028c3b7e0f7fc3\update\update.exe (version 6.3.4.1)
    3.063: service Pack started with following command line: /ParentInfo:2e2d6a92fab565479ffd0c74fb0be2d5 /if
    3.063: in function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
    3.141: return the value of OnACPower = 1
    3.141: OnACPower returns the value (0 x 1) that is equal to 0 x 1
    3.141: condition succeeded to the OnACPower.Section section in row 1 prerequisites
    3.625: C:\WINDOWS\system32\HAL InternalFileName. DLL is not equal to halcmpx.dll
    3.625: condition succeeded to the CustomHalUnisysBlock.Section section in row 2 of prerequisites
    3.625: C:\WINDOWS\system32\HAL InternalFileName. DLL is not equal to Unisys CMP Server ACPI HAL
    3.625: first condition in CustomHalUniSysBlock.Section2 succeeded
    3.625: condition succeeded to the CustomHalUniSysBlock.Section2 section in line 3 of prerequisites
    3.625: C:\WINDOWS\system32\HAL InternalFileName. DLL is not equal to HALSRAAC. DLL
    3.625: condition succeeded to the CustomHalStratusBlock.Section section in line 4 prerequisites
    3.625: C:\WINDOWS\system32\HAL InternalFileName. DLL is not equal to halce52.dll
    3.625: condition succeeded to the CustomHalMarathonBlock.Section section in line 5 of prerequisites
    3.625: service SpUpdSvc not registered in SCM 0 x 424
    3.625: condition succeeded to the SpUpdSvcBlock.Section section in line 6 requirements
    3.625: start is present
    3.625: SYSTEM\CurrentControlSet\Services\MSDTC\Start is not equal to specified value
    3.625: second Condition in MSDTC. Not.Disabled succeeded
    3.625: condition succeeded MDSTC section. Check.Disabled on line 7 prerequisites
    3.625: C:\WINDOWS\system32\DRIVERS\elxsli2.sys is not present
    3.625: first condition in Emulex.Driver.Compat.Check.Section succeeded
    3.625: condition succeeded to the Emulex.Driver.Compat.Check.Section section in line 8 of prerequisites
    3.625: C:\WINDOWS\system32\DRIVERS\ql40xx.sys is present
    3,672: C:\WINDOWS\system32\DRIVERS\ql40xx.sys FileVersion is less 2.1.3.9
    3,672: Check condition for line 9 of prerequisite returned FALSE
    3.984: installation of Service Pack 2 has encountered an error: Setup has detected a driver (ql40xx.sys) that is not compatible with Windows Server 2003 Service Pack 2. If please contact QLogic for an updated driver and restart the installation.
    4,000: UnRegisterSpuninstForRecovery, failed to delete SpRecoverCmdLine, 0 error value x 2
    4,000: DoInstallation: has no cancellation of registration of spuninst.exe for recovery.
    4,281: Setup has detected a driver (ql40xx.sys) that is not compatible with Windows Server 2003 Service Pack 2. If please contact QLogic for an updated driver and restart the installation.
    4,281: Update.exe extended error code = 0xf0f4

    Support is located in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • Error in windows 2003 Standard Edition with Service Pack 2... The server {00024500-0000-0000-C000-000000000046} is not registered with DCOM within the required time.

    Could someone fix for the error below...

    OS: Windows 2003 Standard Edition with Service Pack 2...

    Event type: error
    Event Source: DCOM
    Event category: no
    Event ID: 10010
    Date: 08/08/2012
    Time: 10:00:31
    User: n/a
    Computer: BP1WHIAP011
    Description:
    The server {00024500-0000-0000-C000-000000000046} is not registered with DCOM within the required time.

    Hello
    For assistance on this issue, you can post your question in the Technet Forums.
    http://social.technet.Microsoft.com/forums/en-us/categories/

  • Windows 2003 terminal server print spooler service stops frequently

    Windows 2003 terminal server print spooler service stops frequently

    Hello Vijay Bedre,

    Thanks for your post.  Please ask your question in the forum of Remote Desktop Services TechNet as they manage all the server related issues.

    See you soon

  • Windows 2003 Service Pack 1 free not updated from the Windows Update Site Security.

    For all 3 months one of our Windows 2003 servers that are not on the service pack 2 not available updated safety when you go to the Windows Update site.  They are available to the malicious removal tool and the stop bits, but nothing else.  The 2003 SP2 servers work very well.  Can someone help me with this?

    Thank you

    http://TechNet.Microsoft.com/en-us/WindowsServer/bb512919.aspx

    Windows Server 2003 communities above link.

    Forum tab at the top.

    This is the Forum for Windows Vista update.

    See you soon. Mick Murphy - Microsoft partner

  • How can I run the remote registry service in Windows Server 2003?

    original title: How do I run the remotley remote registry service? I'm unable to open a session

    I'm on windows 2003 R2 server, when I connect automatically to this topic still disconnects once, I'm remotley to change the registry, but the remote registry service does not work, how to run from a computer on the network, because I can not connect?

    Why you ask a question of Server Windows in a Windows XP forum?

    Post in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

Maybe you are looking for