Windows service does not stop when DB is shutdown from SQL*Plus

I have a 11g XE DB in a Windows 7 machine.
The installation has created a Windows service called OracleServiceXE. It's status is STARTED.
I then login to SQLPLUS as sysdba and do a shutdown immediate;
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
Problem is, when I refresh the services, the OracleServiceXE is still showing as STARTED.
If I use the listener control to stop the listener the Windows service OracleXETNSListener changes status to BLANK.
Why is this?

tvCa-Oracle wrote:
That service is a prerequisite Windows service to be able to start the database, but it is not the status of the database itself.
When you do start the database, he may or may not start the service automatically (not sure there), but it is a needed service, for each database SID, on Windows.
If you want to know what it is, open Task Manager or Process Explorer, only start the service (not the database), and see which OS process is launched.
AFAIK, this is only on Windows, there's no comparable component on Linux/Unix for this.
The Windows service OracleServiceXE has c:\app\oracle\product\11.2.0\server\bin\ORACLE.EXE XE as the Parth to executable.
If I click on the Services tab in Task manager, then right-click the OracleServiceXE and click Go to process, it show the oracle.exe in the processes tab.
If stop it, the service, from the Windows service control, the oracle.exe disappears and we cannot login to the DB.
If we start the service from the windows service control, the oradim.exe appears, then a second later the oracle.exe appears. Once the DB status of the Windows service is STARTED, the oradim.exe disappears.
So, I can start and stop the oracle DB with the Windows service. But If I stop the DB from sql*plus the the service is not stopped....

Similar Messages

  • Proram RSNAST00 does not stop when scheduled.

    HI experts,
    proram RSNAST00 when scheduled does not stop, its in active status from past 5 days.
    Please provide any possible reason for this issue.
    Regards,
    Jayant.

    Hi shetty,
    just an idea: Output is configured for a certain printer and the printer can not be reached because switched off or not configured correctly. Output can be see in SP01 spooler in status WAITING.
    Regards,
    Clemens

  • Windows service Hyperion S9 BI+ 9.3 Core Services does not stop 100%

    Hi there,
    we run core and interactive reporting on a win2003 box and run them with windows servcies.
    Most of the times when I stop the "Hyperion S9 BI+ 9.3 Core Services" windows service it does not stop completely.
    In the windows taskmanager I see java.exe and rmservice8.exe still running.
    I have to kill those processes manualy to stop core completely.
    Is there a reason or a cause for this behaviour?
    And does anyone know -if this behaviour cant be avoided - how I command line driven stop the processes which still run?

    Sorry I seem to have posted into the wrong forum.

  • Opmn service does not start when try to start Oracle BI Services

    Hi ,
    I was able to install OBIEE 11g on my laptop and it worked fine for two days. Today when I try to login to rpd and type my user name and password I get the error that my user name and password is not correct. I tried to restart the machine and now I am not able to start opmn service.
    When I do Start>Oracle Business Intelligence (1)>Start BI Services, the script run and two command line windows open and about 10 minutes later get the last line that server started in RUNNING mode, but some how Oracle Process Manager (instance) service does not start. It started two days ago when I was able to login to OBIEE 11g.
    If I try to go to OBIEE 11g Home page I get this error "Error 500- Internal server error from RFC 2068 Hypertext Transfer Protocol- HTTP/1.1: 10.5.1 500 Internal server error
    Any Idea how to fix this one.
    Thanks

    Maybe you need to tick the "use fully qualified names" check box and make sure that you have the schema object created (as a "folder" between the database and the tables in the physical layer).

  • Kinect for windows sensor does not start when using remote WMI

    Scenario:
    I have written a software (lets call it kinectRecorder.exe) that uses "kinect for windows sensor" to record images. The machine that connects to the kinect sensor has windows 8.1 and kinect v2 installed. The software is able to successfully records
    images from kinect sensor when running locally. (meaning if I hit f5 from vs2013, frames are recorded to local disk)
    Due to resource constraint and other requirement, I have to remotely kickoff kinectRecorder.exe on the windows 8.1 machine from a windows 7 machine. on the windows 7 machine, I remotely kick off the kinectRecorder.exe using windows WMI infrastructure. 
    The credential used for windows 8.1 machine and windows 7 machine are the same under same windows domain. the credential used to authenticate in wmi is also the same, I can see the user name running kinectRecorder.exe after kinectrecorder.exe is started
    remotely. 
    Problem:
    The result is that kinectRecorder.exe starts ok, but after the kinectsensor.open call, isavailable property changed to false, meaning sensor not detected. 
    Question:
    What's stopping kinect sensor to be detected/opened (i'm not sure what the correct jargon is here)?
    I have been search the web, In msdn documentation (known issues),  I cannot find the problem being mentioned. I wonder if I'm the only person who has encountered this issue before. 
    Any pointer is hugely appreciated. 

    Kinect is not supported within the context of a service because of the underlying need for a user session, see
    https://social.msdn.microsoft.com/Forums/en-US/72cecf8b-ac64-47e2-b54b-ddbd1dc237c9/calling-kinect-sdk-apis-from-a-windows-service-is-not-possiblesupported?forum=kinectv2sdk
    Can determine that the system has at least one logged in user and can you launch the application within that users session? KinectMontior/KinectService must be running for the runtime to get any data from the sensor. If you use Remote
    Desktop to log into that user session, you can confirm this works by running any of the samples and they should work without issue(remember to ensure that your audio remoting is left on the server, see troubleshooting guide
    https://social.msdn.microsoft.com/Forums/en-US/20dbadae-dcee-406a-b66f-a182d76cea3b/troubleshooting-and-common-issues-guide?forum=kinectv2sdk).
    Carmine Sirignano - MSFT

  • Windows service does not startup an instance

    In a number of occasions, a Windows service i.e. OracleServiceXYZ (which is set to automatically start instance XYZ) fails to do so and I have to start it manually. The problem is resolved temporarily with ORADIM (i.e. delete and redefine the Windows service) and it all works well until for some unknown reason, one day we bounce the server and the Oracle service does not start (MEMORY REALM DOES NOT EXIST). Am I the only one who is having problems with this?.

    No, you're not the only one.
    I'm searching for an explanation for this problem too.
    One more detail: in all cases we have tracked down, the same machine had 2 instances to start. From time to time only one of them starts, the other fails.
    The most I can tell is that the windows event log shows a connect attempt of / without SYSDBA priviledges at reboot time.
    It seems that the windows service is trying to start the instance with the wrong connect string from time to time, and of course it fails.
    Even stranger is that if you restart the service (which was configured with auto-start at ORADIM) the instance will start normally... very strange.
    Please post any solution or info you get on this subject, I'm thinking of submiting a TAR for this.
    -jp

  • Using Win 7 64 bit. Problems w/ Firefox 3.6.6: (1) When I close it, it sometimes closes the window but does not stop operating. Yet, I cannot restart it. Only solution is to use Task Manager to shut it down, then restart it. (2) Will not open certain

    Using Win 7, 64 bit. (1) Firefox fails to stop when I close window; only solution is closing it thru Task Manager. (2) Firefox does not allow me to access certain corollary items such as opening emails I receive in online Groupwise and certain videos at websites, such as demonstrations.
    == I purchased new computer w/ Win 7 64 bit

    '''https://support.mozilla.org/questions/997866?esab=a&s=&r=1&as=s'''.<BR>
    This is not a cure but will make it easier if Firefox locks up.

  • Windows Service does not start automatically

    Hi
    I have a .NET 4.5 C# windows service, StartType set to automatic. It is running fine in server.
    Few days ago, my server has windows update, including security update for .NET framework 4.5.1. Server auto restarted. 
    However, my service is not started.
    By referring to eventlog, it shown as below sequence
    1. Explorer initiated restart - Shutdown type - restart
    2. Sql Server Service is stopped successully
    3. My Service is stopped successully
    -- Server restarted
    4. Sql Server Service is in running state
    5. My Service is stopped successully
    Question is, why my service is stopped instead of running/started? I checked event log and my app log, no error at all.
    Any ideas?
    Thank you

    I was thinking to set "SQL Server", but I am not sure what is the service name for the SQL service name.
    Anyway to specify like "SQL Server *" ?
    thank you
    The default instance service name is MSSQLSERVER, and MSSQL$[name] for a named instance. If you're not sure what the instance is, you could check the services.msc or the registry value in this registry hive:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\InstalledInstances
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Stopping Analytic Intergration Services service does not stop all processes

    Hello Experts
    Starting the 'Analytic Integration Services' service starts 2 instances of olapisvr.exe. However, stopping the 'Analytic Integration Services' service only stops one instance of olapisvr.exe. This was detected upon starting the AIS Service, i.e. no one had logged into the AIS/EIS Console--- there were no connections to AIS/EIS. The second instance of olapisvr.exe must be manually ended for the Services to be successfully recycled.
    Environment:
    Hyperion : EPMA 11.1.1
    EIS Version : 9.3.1.3
    OS : Microsoft Windows Server 2003 R2 (32-bit)
    Database : Oracle Server - Enterprise Edition Version: 10.2.05
    Research:
    Known Issue in EPM Version 11
    Start and Stop Controls for Windows Service on Win2003 SP1
    On Win2003 SP1, after installing Integration Services, the EPM System Installer uses Windows services to start and stop the services for Integration Services. Sometimes after stopping the service using Windows Services console, the Integration Server process, olapisvr.exe, continues to run.
    WORKAROUND: Manually stop the “olapisvr.exe” and “olapisvc.exe” processes by using the Windows Task Manager.
    BUG # 7253757 (Not published externally)
    Is it bug for customer's environment. Please suggest
    Thank You

    Suggesting this kind of makes me feel dirty, but, if you just absolutely have to work around it for now, could you create a small batch file or something similar that runs a NET STOP command to kill one of the AIS services? You can run NET HELP STOP on the command line to see what the options are.
    Jason
    [jasons hyperioni blog|http://www.jasonwjones.com]

  • Database Windows Service Does not Startup 12c

    I got Oracle 12c installed on Windows 7 Ultimate 64bit. The Service started the database once. Now the startup does not happen at all. The Listener starts via the Service. If I issue the STARTUP command in the command window (after sqlplus sys as sysdba) then the database does startup. The Pluggable Database is still in mount state. Any Service that can be installed/created that will also start the pluggable database?

    In trying and failing with loading the EXAMPLES I also found out we have to have a tnsnames entry for each PDB and then connect user@pdb. So more modifications to the script. Wonder why Oracle did not fix the script OR is there yet another way to connect into a PDB??
    You can  use the Easy Connect naming method
    http://docs.oracle.com/cd/B19306_01/network.102/b14212/naming.htm#i498306
    Using the Easy Connect Naming Method
    The easy connect naming method eliminates the need for service name lookup in the tnsnames.ora files for TCP/IP environments; in fact, no naming or directory system is required if you use this method.
    This naming method provides out-of-the-box TCP/IP connectivity to databases. It extends the functionality of the host naming method by enabling clients to connect to a database server with an optional port and service name in addition to the host name of the database:

  • Photo Stream does not sync when I export pics from Lightroom to Uploads folder.

    I am using a PC. When I export pics from Adobe Lightroom to the "Uploads" folder iCloud does not sync with my phone. If I export pics from Adobe Lightroom to any other folder and then move them to the "Uploads" folder everything works like it should. Is this an iCloud glitch or is this me? Thanks in advance.

    Updating PhotoStream automatically after making changes to pictures in Aperture is something I'd be interested in as well. As far as I know, this can't be done right now. Has anybody come up with a work around for the moment?
    Thanks!
    Oliver

  • Internet connection does not work when Macbook wakes up from sleep

    I recently installed MAC OSX LION. After that whenever the macbook pro wakes up from sleep, the internet connection does not work. I get a message 'DNS lookup failed'. I have to Turn off the WIFI and turn it back on every time. Has anyone come across this?

    Same problem here. But I am afraid it has nothing to do with Safari because I don't even have Safari open. When it wakes from sleep, it has no internet connection and i cannot get me mail unless I shut wifi off and then back on. This happened back at the start of Snow Leopard too and it was something Apple eventually fixed.

  • Photostream does not sync when photo taking away from wifi.

    iPhone 4s take a photo connected to wifi, photo uploads to photostream.
    Photo taken while not on wifi, and then iPhone connects to wifi, photo does not sync.
    The only way photos seam to sync consistently is if you are connected to wifi while you take the photo. If you upload the photo using an app like facebook it also seems to screw up photostream.
    Turn off photostream, reboot, turn back on photostream, same thing nothing uploads.
    The phone was a fresh setup.
    Anyone else solve the missing photos taken while off the grid?

    syncing is via iCloud for PC, not via iTunes, so it should be immaterial whether iTunes is latest version.

  • Not able to connect Oracle DBXE from sql*plus client

    Hi,
    I have installed Oracle 10gXE from oracle site. i have updated the tnsnames.ora also
    but when i try to connect the db through sql*plus client, i am redirected to .net debugger.
    Pls help me in this,
    Thanks in advance.
    -- Raja

    Hello,
    Can you clarify what you are trying to connect from? If it's B1 ( one ) then post to the [B1 forum|http://forums.sdn.sap.com/index.jspa#44].
    Otherwise need more info on the product you are using?
    Typically the Oracle Path must be in the PATH statement as well it requires the correct platform ( 32 or 64 ) bit client installed.
    Most BOE/CR products are 32 bit so you need to install the 32 bit client.
    Don

  • Oracle Applications Release12 on Windows XP does not work when internet?

    Hi,
    Please note that I have installed Oracle Apps R12 on WINDOWS XP and it works fine when i connected to Internet, why. I want Oracle Apps to work when when i am not connected to internet. I have wireless modem on my LAPTOP and, its not guarantee that where ever i go there is a internet connectivity avaiable.
    Pls help.
    Thanks is advance.
    Regards,
    Rahmathullah

    Hi;
    The problem can be (at least i live this problem and it can be helpful for you too thaswhy i am posting):
    oafm,forms and oacore not starting up after IP adress change Doc ID: 412980.1
    The OC4J lock files contains the IP adress, after the ip adress change the lock files includes the wrong Ip adress which caused the OJ4J to faill. If you agree that solution is:
    1. set your envoriment
    2. follow document (its for linux but u can follow steps of document for windows too)
    I hope it will be helpful
    Regards
    Edited by: helios on 07.Oca.2009 02:07
    Edited by: helios on 07.Oca.2009 02:10

Maybe you are looking for

  • IPhoto is not deleting my photo and freezes. Please help.

    I updated my iPhoto and now I am organizing and deleting some photos however it does not delete. I tried cutting it and it went to trash in iPhoto, and tried clearing the trash bin and it does not do anything. I also tried in the General tab to delet

  • Line up text in a JTextArea

    I'm trying to format line up text in columns in a JTextArea. Here is an example of what I'm trying to do. SubTotal $5.00 Tax $8.00 Total $13.00 I've tried formating the text so that the first work will be a certain length but it still will not line u

  • How do I make a pic in final cut Pro stop  flickering?

    how do I make a pic in final cut Pro stop  flickering?

  • Color picker show only gamut colors

    hello all, in photshop, you can go to View -> Show Gamut Warning and then in the color picker the colors out of gamut will be greyed out. is there any similar setting in illustrator too? thanks for answers.

  • Creating index on a single partition

    Is there any way in Oracle 10g to create an index on only a single partition of a large partitioned table?