Stopping Database Service in Windows 2008

Hi,
Our Oracle 11g R2 Database 2 node rac runs on Windows 2008 Release 2.
I use srvctl to stop database service instead of stopping the oracle database service on Services (services.msc).
Even after stopping the services using srvctl, the oracle.exe will come in the process tab of Task Manager. In this case i need to invoke services.msc and stop the database services manually.
Is there any way to stop the oracle process or the oracle services using srvctl.
Thanks in advance for your help.
Thanks,
Yusuf

944470 wrote:
Hi,
Our Oracle 11g R2 Database 2 node rac runs on Windows 2008 Release 2.
I use srvctl to stop database service instead of stopping the oracle database service on Services (services.msc).
Even after stopping the services using srvctl, the oracle.exe will come in the process tab of Task Manager. In this case i need to invoke services.msc and stop the database services manually.
Is there any way to stop the oracle process or the oracle services using srvctl.
Thanks in advance for your help.
Thanks,
YusufWhen you stop using SRVCTL, can you check the alert log file whether the instance was completely down?
And all memory freed?
Once you stop the service using SRVCTL, what is the memory usage from task manager for "oracle.exe"
Check above points and post your findings.
Also for better confirmation, check if is it ASM instance? just an crosscheck.

Similar Messages

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

  • 32 bit Oracle database 10g to 64 bit Oracle Database 11g on Windows 2008

    Hi everybody,
    I'm going to move and upgrade my 32 bit Oracle database server 10g to another 64 bit windows 2008 server.
    New database server will be 64 bit Oracle database server 11g.
    Somebody told me export import doesn't carry archieve logs therefore is there any way to move and upgrade the database without any lost?
    Thanks for your help

    I'm going to move and upgrade my 32 bit Oracle database server 10g to another 64 bit windows 2008 server.
    New database server will be 64 bit Oracle database server 11g.
    Somebody told me export import doesn't carry archieve logs therefore is there any way to move and upgrade the database without any lost?Yes, in export/import, you will create a new database and import. The question is why you want to prefer export/import?
    is it source database 32bit is in different OS platform? If not directly after installation you can upgrade the database. using DBUA

  • Unable to login to Report Service on Windows 2008 R2 server

    I have reporting services installed on a Windows 2008 R2 server, When I make and RDP connection to the server and go to http://servername/Reports everything works fine. When I try to connect from another client to the web service, it asks for username and
    password. it fails 3 times and the shows a blank page.
    When I see the Event Viewer in the server (Windows Logs --> Security, I can see an Audit Failure:
    Log Name:      Security
    Source:        Microsoft-Windows-Security-Auditing
    Date:          9/4/2014 11:46:25 AM
    Event ID:      4625
    Task Category: Logon
    Level:         Information
    Keywords:      Audit Failure
    User:          N/A
    Computer:      MI-SWACO-DB.houston.livequest.net
    Description:
    An account failed to log on.
    Subject:
        Security ID:        NULL SID
        Account Name:        -
        Account Domain:        -
        Logon ID:        0x0
    Logon Type:            3
    Account For Which Logon Failed:
        Security ID:        NULL SID
        Account Name:        Administrator
        Account Domain:        HOUSTONLQ
    Failure Information:
        Failure Reason:        An Error occured during Logon.
        Status:            0xc000035b
        Sub Status:        0x0
    Process Information:
        Caller Process ID:    0x0
        Caller Process Name:    -
    Network Information:
        Workstation Name:    MI-SWACO3
        Source Network Address:    -
        Source Port:        -
    Detailed Authentication Information:
        Logon Process:        
        Authentication Package:    NTLM
        Transited Services:    -
        Package Name (NTLM only):    -
        Key Length:        0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
        - Transited services indicate which intermediate services have participated in this logon request.
        - Package name indicates which sub-protocol was used among the NTLM protocols.
        - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
        <EventID>4625</EventID>
        <Version>0</Version>
        <Level>0</Level>
        <Task>12544</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8010000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-04T16:46:25.247229500Z" />
        <EventRecordID>8917</EventRecordID>
        <Correlation />
        <Execution ProcessID="504" ThreadID="1344" />
        <Channel>Security</Channel>
        <Computer>MI-SWACO-DB.houston.livequest.net</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="SubjectUserSid">S-1-0-0</Data>
        <Data Name="SubjectUserName">-</Data>
        <Data Name="SubjectDomainName">-</Data>
        <Data Name="SubjectLogonId">0x0</Data>
        <Data Name="TargetUserSid">S-1-0-0</Data>
        <Data Name="TargetUserName">Administrator</Data>
        <Data Name="TargetDomainName">HOUSTONLQ</Data>
        <Data Name="Status">0xc000035b</Data>
        <Data Name="FailureReason">%%2304</Data>
        <Data Name="SubStatus">0x0</Data>
        <Data Name="LogonType">3</Data>
        <Data Name="LogonProcessName">
        </Data>
        <Data Name="AuthenticationPackageName">NTLM</Data>
        <Data Name="WorkstationName">MI-SWACO3</Data>
        <Data Name="TransmittedServices">-</Data>
        <Data Name="LmPackageName">-</Data>
        <Data Name="KeyLength">0</Data>
        <Data Name="ProcessId">0x0</Data>
        <Data Name="ProcessName">-</Data>
        <Data Name="IpAddress">-</Data>
        <Data Name="IpPort">-</Data>
      </EventData>
    </Event>
    The firewall is OFF in both client and server.
    I saw a similar question and the answer is related to firewall which is not may case.

    Hi Mario,
    According to your description, when you try to access the Report Manager in another client, a login dialog prompt. After typing a valid username and password 3 times, a blank page displays.
    Generally, the issue is always caused by the Report Server is configured to use Kerberos authentication, while the Service Principal Name(SPN) is not configured correctly. To fix this issue, please refer to the following methods:
    Register an SPN for the Report Server service under the domain user account.
    Change the service account to run under a built-in account such as Network Service.
    Remove RSWindowsNegotiate and ensure RSWindowsNTLM is specified in the rsreportserver.config file.
    Besides, the issue can also be caused by the Internet Explorer (IE) didn't pass the user's credential to the Report Server automatically or the IE is not Windows Integrated enabled. For more detail steps about how to address this issue, please refer to the
    following steps:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/184c4f6c-b292-4f9a-beca-80b70f4392fe/report-manager-prompts-3-or-4-times-for-usernamepassword-before-letting-users-in?forum=sqlreportingservices
    Reference:
    Resolving Kerberos Authentication Errors When Connecting to a Report Server
    Solving the Reporting Services Login issue in the February CTP of SQL Server 2008
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Oracle Forms 6i(32-bit)  = Oracle database 10g R2 Windows 2008 R2 64-bit)

    We have Oracle database 10g R2 installed on a Microsoft Windows 2008 R2 (64-bit) (SERVER1)
    We have Oracle Forms 6i (patch 4a) installed on a Microsoft Windows XP Professional (32-bit) (SERVER2)
    I am not able to connect from SERVER2 to SERVER1, either through SQLPLUS or FORMS BUILDER.
    Its giving some DLL error.
    Is it because forms 6i (32-bit) cannot connect to a 64-bit database on a 64-bit OS ?

    There might be problems with 8i clients (like forms 6i) if the database uses AL32UTF8 characterset indeed (if you need unicode and you need to run forms 6i use UTF8 instead) but this should not be related to the platform of the database.
    The platform of the database server really should not matter as the forms runtime talks via SQL*Net with the database server and in the end it does not matter if the database runs on linux, windows whatsoever or unix 32 or 64 bit for the client. The only problem you'll encounter is that SQL*Net also changes with versions and thus "older" clients might not be able to communicate with "newer" servers and vice versa.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> select * from v$nls_parameters where parameter = 'NLS_CHARACTERSET';
    PARAMETER                                                       |VALUE
    ----------------------------------------------------------------|---------------------------
    NLS_CHARACTERSET                                                |WE8MSWIN1252
    SQL>I just tried a 6i form (6.0.8.25.2) connected to this database. It worked ;) (again: not certified)
    cheers

  • Recreate SAP and database services in Windows

    Hi!
    I'm running my sandbox in a wmware enviroment and yesterday the C: partion got corrupted and I managed to "save" the other drives where the SAP and database are installed.
    Is there any way to recreate the SAP and database services in another Windows installation? (manually or automatically)
    That way I don't need to reinstall the whole system....and no there is no backup or snapshot since the system is not complete.
    But if I get the database to start I should be able to do a backup and then do a new installation and import the backup!?
    Thanks for any input
    rollo

    What is the database platform?
    If it is SQL Server try attaching the data & log files to another instance SQL instance at the same release & patch level, if that works the database is intact so recovery should be possible.
    From there rebuild your vmware box and treat the SAP install as though you are doing a 'system copy' so -
      -Install & patch Win2003
      -Install & patch SQL Server
      -Install a 'blank' SAP Central Instance & update kernel
      -Attach SQL database
      -Use the SAP's SQL Migration tools to prepare DB & instance
      -cross fingers & startsap
      -make a backup
    Check out http://servcie.sap.com/instguides for the System Copy guide that matches your release
    If that helps please reward points
    Cheers
    Danny

  • Can Oracle 11g R2 RAC and database sit on Windows 2008 R2?

    Thanks.

    2008 32 bit it is certified...
    2008 64 not certified yet.
    the certification matrix within MOS does not indicate 2008 R2 so you might be good for 32 bit.
    NOTE: just double checked the matrix and it is certified for windows 2008 R2 x64
    Product      Oracle Server - Enterprise Edition
    Product Release      11gR2 RAC
    Product Version      11gR2 RAC
    Tier      Server
    Tier Product      N/A
    Tier Product Version      N/A
    Platform      Microsoft Windows x64 (64-bit)
    Platform Version      2008 R2
    Certification Status      Certified
    Expand All | Collapse All
    Expand to view Notes Notes
    Expand to view Certification Notes Certification Notes
    Edited by: rui_catcuddler on Jul 22, 2010 10:02 AM

  • Windows 2008 R2 - Error 2 Server Service wont start

    He
    We tried to start the Server Service on windows 2008 R2 but it wont start error: 2. While we check the service dependency we are unable to see the "SMB 1 xxx Driver" instead it is having name SRV.
    so how to restore the service back to the original state please let us know.

    Hi SPV4645,
    The following similar thread solution may work for your case.
    Server service (lanmanserver) will not start
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/3316a5e0-fc2f-4300-917d-66e1527b4aa7/server-service-lanmanserver-will-not-start
    Please also confirm the File and Printer Sharing for Microsoft Network driver has selected.
    The related KB:
    You receive a "The server service is not started" error message when you try to add a user to a group in Windows XP
    http://support.microsoft.com/en-us/kb/885859
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Windows 2008 R2 Terminal Services.

    Hi,
    I am implementing Terminal services in Windows 2008 R2. I have following setup
    1. tsgwserver.test.com as TS Gateway+Web Access server (will be accessed using internet). This server is in DMZ zone.
    2. tssessionbroker.test.com as TS Session Broker server.
    3. tsappserver1.test.com, tsappserver2.test.com, tsappserver3.test.com as TS SH & RemoteApp servers (Application which will be accessed remotly are installed in these servers). Farm01.test.com is created and configured on these servers.
    4. Client1 will access the RemoteApp using TS Gateway server using internet. however client2 will access the RemoteApp using local network. These users will be authenticated by AD.
    I have installed the above setup but unable to View the applications on remote desktop using web access (client1 and client2). I am missing somewhere in installation/configuration/setup. License server is not installed yet. I am not using certificates
    Please correct me if I am wrong with above setup. Please help me to create this setup
    Regards,
    Rajiv

    RD CAP & RD RAP policy are configured and configured  RD Gateway setting in RemoteApp manager. Port 443 for ext firewall and 3389 in int firewall are configured. I have checked WMI using MMC and found TS Web Access Computers is listed
    for each SH in security setting.
    When I select Source Name : localhost in RD Web Access portal, it gives blank in RemoteApp programs and if I use session broker or server farm name, then it gives following messages
    RD Web Access was not able to contact the RD Connection Broker server specified. Ensure that the RD Connection Broker server name was entered correctly, and that the server is running and available on the network.
    RD Web Access was not able to access server_farm.  Verify that the RD Session Host server name was entered correctly, that the server is running and connected to the network, and then try again.
     Please let me know which ports I need to configure in firewall to allow Windows Management Instrumentation (WMI) traffic from the RD Web Access server to the RD Session Host server and what  authentication settings I need to configure?

  • SAP Backup Service  SAP 8.8 and Windows 2008 R2 64 Bit

    Dear All ( Mr Gordon)
    I am facing problem with the Backup Service on windows 2008 R2 64 Bit.
    1)The Service starts - There is no Issue
    2)THere is no Backup - Even though i schedule it perform the backup
    3)EvenLog has a lot of messages -   Messages says some Dll are Missing or Corrupt.
    COmpletely Uninstalled the Server Tools and Reinstalled back ,still there is error.
    PLease help !
    Best Regards
    Dayal

    Dear Dayal,
    Thank you for your trust on me. To be honest, I never use SAP Backup Service. This is because: SQL Server provides its own Backup Service. No other vendor can compete with its build in function.
    Thanks,
    Gordon

  • Windows 2008 Server R2 & SAP Business One

    Does anyone have any experience, good or bad, with SAP Business One and Terminal Service on Windows 2008 Server R2?  We are finding a number of issues with this configuration and we are looking for any feedback that is out there.
    Here is the situation - our customer is running SAP Business One v2007 SP01 PL09 Hotfix4 on a Windows 2008 Server R2 machine.  All users (15 max) access SBO via Terminal Service to this machine, which also holds the databases (SQL Server 2005).  The machine currently has 20GB of RAM.
    What we are finding is:
    1) When any process related to SBO (SBO core or add-ons) consumes some portion of memory, none of that memory is ever released back to the O/S until SBO is completely closed.  So over the course of a day each user ends up simply consuming more and more memory as forms are opened for transactions.  While we do see this in Windows 2003 Server to some extent, at least some memory is released when a given form is closed.
    2) Once the system hits a point where around 75% of RAM is consumed the users start seeing application "hangs" and are forced to manually terminate SBO (via Task Manager) and restart.  There doesn't seem to be any paging or use of virtual memory (if my terms are right) in use.
    3) If the system is busy and a new window/form is opened the new window immediately (within one or two seconds) presents the "Not Responding" message on the new window.  Depending on the circumstances the application is simply waiting for resources and will continue opening normally.
    I would appreciate feedback from anyone who has experience with Windows 2008 Server R2; and especially using it for Terminal Services.  My personal feeling is that it is a platform that should be avoided but we would certainly like to hear what other folks have to say.
    Regards,
    Ross Unger
    Third Wave Business Systems

    I believe the supporting of this OS is still on Planned basis.  You may check with SAP support to give them a good user case to fight with any non-compatible issues.
    Thanks,
    Gordon

  • Oracle 10g instalation on windows 2008 64 bit getting error

    Hi,
    I am trying to install Oracle 10g database(10204_vista_w2k8_x64_production_db) ON windows 2008 release 2 sevice pack1. i am getting following errors.
    please give me solution how to install.
    Checking operating system requirements ...
    Expected result: One of 5.0,5.1,5.2,6.0
    Actual Result: 6.1
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g is not certified on the current operating system.
    Recommendation: Make sure you are installing the software on the correct platform.
    =======================================================================
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
    Recommendation: Install the recommended Service Pack.
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 256MB
    Actual Result: 3956MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :Native Library C:\Users\Administrator\AppData\Local\Temp\1\OraInstall2011-06-21_11-06-53AM\bin\win64\DHCPPrereq.dll already loaded in another classloader
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Checking the length of PATH environment variable...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for location ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Actual Result: :java.lang.UnsatisfiedLinkError:Native Library C:\Users\Administrator\AppData\Local\Temp\1\OraInstall2011-06-21_11-06-53AM\bin\win64\sidqueries.dll already loaded in another classloader
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: You must completely remove the ASM instance by removing the ASM service from the Service Control Manager, or you must configure it properly by ensuring that the ASM service is associated with a valid Oracle Home where ASM is configured.
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    =======================================================================

    10..2.0.4 not certified for Windows Server 2008 64bit, If you want install this software , you need to apply patch 10.2.0.5 patch
    10.2.0.4 is on certified for windows Server 2008 32bit (x86), so you can install the software without apply patch but If you want to install windows 7 , you need to apply patch.
    Read 4th steps
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html

  • Windows 2008 R2 ODBC connect to Oracle Linux with 11g db

    Hi
    i installed a fresh oracle linux and installes 11.2.0 database server. the server works fine but i have a proplem to connect to the database from a windows 2008 r2
    client. For the client connection i installed the oracle instantclient on the windows system. Now i want to configure the system dsn to connect to the oracle
    server like this
    data source description: vSphere 64
    description: ----
    TNS Service Name: VCDB
    user id: system
    then i go to TEST connection
    Service Name: VCDB
    user name: system
    Password: mypassword
    so i copied the tnsnames.ora from the server to the client
    then i get
    ora-12504 tns listener was not given the SERVICE_NAME in CONNECT-DATA
    here´s my tnsnames.ora from the client
    VCDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.31.98.173)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = vcdb.vmware)
    i tested serveral config´s but nothing works. I can ping the server and also i cn telnet the server on port 1521. The listener on the server works fine
    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 20-SEP-2010 20:48:52
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vc-db1.mydomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 20-SEP-2010 20:47:45
    Uptime 0 days 0 hr. 1 min. 7 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/vc-db1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vc-db1mydomain)(PORT=1521)))
    Services Summary...
    Service "vcdb.vmware" has 1 instance(s).
    Instance "vcdb", status READY, has 1 handler(s) for this service...
    Service "vcdbXDB.vmware" has 1 instance(s).
    Instance "vcdb", status READY, has 1 handler(s) for this service...
    The command completed successfully
    but it´s not possible to create a connection to the server. My enviroment variables are this
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_HOSTNAME=vc-db1.mydomain
    ORACLE_SID=vcdb
    ORACLE_TERM=xterm
    so i think on the server site everything is correct. How could i establish a connection from the windows client
    to the linux database server. Or is ODBC the wrong method for this?
    Kind regards
    ACID25
    Edited by: 796038 on 20.09.2010 12:12

    "connectstring" is not a valid attribute with Oracle's ODBC driver, so since there is no datasource attribute specified, the app is trying to connect to a local database, and since you don't have one, you get 12560.
    To resolve the problem, pass DBQ=      instead of  CONNECTSTRING=
    http://docs.oracle.com/cd/B19306_01/server.102/b15658/app_odbc.htm#i1093897
    Greg

  • Oracle Warehouse Builder 10.1.0.4 on Windows 2008 - 64 bits

    Hi Gurus.
    I'm currently working with a customer who wants to migrate all their database-servers to Windows 2008 on 64-bits processors. They're using Oracle Database Enterprise Edition 10g Release 2 (10.2.0.4) and Oracle Warehouse Builder (10.1.0.4). The OWB-clients will still run on Windows XP. I've used the "Certify"-funcionality on Metalink, but it doesn't really answer my questions. (It does* ansver some of my questions, but it also raises a few new ones....)
    My main question is: Can you run serverside OWB 10.1.0.4 on Enterprise Edition 10.2.0.4 for Windows 2008 64-bits?
    Thanks in advance:-)
    Best regards
    Helge
    Edited by: user613304 on Mar 6, 2009 11:10 PM

    No.
    Oracle Warehouse Builder version 10.1.x was desupported on 16-JUL-2007.
    The desupport notice is available on Metalink (Note 376384.1).
    The Warehouse Builder installation as part of the 11.1.0.7 installation should be certified, but I cannot find specifics.

  • Automate the database and forms / reports services to start on windows 2008 server R2 startup

    Dear memebers,
    I want to automate the database and forms / reports services to start on windows 2008 server R2 startup. whats the possibilities and which method is the best?
    Regards:

    Hi,
    type services.msc at run
    then check for Oracle Services--> Right Click-->Properties-->Startup type-->start automatic
    HTH

Maybe you are looking for

  • HT1391 how can i get a purchased movie from apple tv onto my macbook & iPhones?

    ive purchased many movies from itunes on my macbook & iphone(s), & have no problem sharing them on all devices.  i just purchased apple tv 3rd gen & bought my 1st movie on it, but i can only watch it from the apple tv  its not on my macbook or iphone

  • Blue screen after powering, scoped the forums, tried out all the suggestions, no luck

    Really need your help guys! Blue screen after powering Imac alu, SL 10.6.8 Failed methods so far: -repair disk permissions via external system or install DVD, no luck -->message "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAge

  • Add field in Service Family ESS

    Dear All. I am using ESS WDA. ERP 6.0 ehp 6.0 In the system backend have created an enhacement to the infotype 0021 for add the field ID Personal of the family and this work fine.. In this moment my client want that this field can be update in the po

  • Problems opening any 2013 MSOffice application

    When I am using file manager and click on any 2013 MSOffice file (for example MS Word), the application and document does not open.  I keep being brought back to file manager.  The details of the file is displayed to the right.  Can you provide me wi

  • MSI GT70 superRAID setup

    hello guys. i just bought a new MSI GT70 Dominator. and it comes with a single 1TB HDD. and the other harddisk tray is empty. i am planning to make a superRAID configuration. my question. where do i buy the connector that connects the 2 mSATA mini SS