Install and uninstall of Oracle 11g R2 on Windows 2008 Server

Hi,
I installed Oracle 11g R2 and set up a database on Windows 2008 Server following the steps in the Installation Guide and it was successful. After uninstalling the product and doing a re-install, the step to configure the Net Configuration Assistant fails with the following msg.
Failed to allocate port(s) in the specified range(s) for the following process(es): JMS
[5540-5559], RMI [5520-5539], Database Control [5500-5519], EM Agent [3938] | [1830-1849]
Also, when I ran "netca.bat" and tried to reconfigure the Listener, it indicated the default port 1521 is being used. I ran "netstat -an" and do not see the port listed.
Questions:
What is the best way to check if something was leftover from my previous install of Oracle that is using the default ports?
What do I need to do to ensure a re-install is successful?
Uninstalling Oracle -
1.     Log in as the Administrator.
2.     Stop all Oracle Services.
3.     From a cmd window, run C:\app\oracle\product\11.2.0\dbhome_1\deinstall\deinstall.bat.
4.     Delete the C:\app\oracle directory.
5.     Remove the following registry entries as per http://download.oracle.com/docs/cd/E11882_01/relnotes.112/e16777/toc.htm:
HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle Services for MTS
HKLM\System\CurrentControlSet\Services\EventLog\Application\OracleDBConsole<SID>
HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.<SID>
HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.VSSWriter.<SID>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Oracle11

Johan, after I uninstalled Oracle, I checked to ensure there were no remaining Oracle services remaining.
Srini, below are the steps I followed to uninstall Oracle. In step 3, I just ran deinstall.bat without any parameters and provided required information as prompted. Note, I uninstalled using the Administrator user and not the "oracle" account that I used to install Oracle.
Uninstalling Oracle -
1. Log in as the Administrator.
2. Stop all Oracle Services.
3. From a cmd window, run C:\app\oracle\product\11.2.0\dbhome_1\deinstall\deinstall.bat.
4. Delete the C:\app\oracle directory.
5. Remove the following registry entries as per http://download.oracle.com/docs/cd/E11882_01/relnotes.112/e16777/toc.htm:
HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle Services for MTS
HKLM\System\CurrentControlSet\Services\EventLog\Application\OracleDBConsole<SID>
HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.<SID>
HKLM\System\CurrentControlSet\Services\EventLog\Application\Oracle.VSSWriter.<SID>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Oracle11

Similar Messages

  • Best practice for installation oracle 11g rac on windows 2008 server x64

    hello!
    can somebody tell me a good book or an other kind of literature regarding "best practice for installation oracle 11g rac on windows 2008 server x64"? thx in advance!
    best regards,
    christian

    Hi Christian,
    Check this on MOS
    *RAC Assurance Support Team: RAC Starter Kit and Best Practices (Windows) [ID 811271.1]*
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=811271.1
    DOC Modified: 14-DEC-2010
    Regards,
    Levi Pereira

  • Install Netweaver 7.1, service pack 3 on Windows 2008 Server 64bit

    Hi All,
    Good Morning. I am working as Oracle APPS DBA. I had a requirement for installing  Netweaver 7.1, service pack 3 on Windows 2008 Server 64bit machine.
    I need this Application server for Vertex O-Series which is working with SQL Server as the database.
    Can any of you guys help me in providing the document or steps in order to install this application server?
    1. Pre-Requisties steps
    2. Installation
    3. Post steps
    I apperciat your help in this.
    Thanks,
    Srinivas.

    Hello.
    We are at the same point too.
    Anybody here install the Vertex O series 6 running on the Java Stack? if so, what NW release and what component?
    We are currently running an older version on SAP NW640 JAVA with no issue, and I am making the assumption the new Vertex would be running on the same SAP java AS for 7*... maybe not?
    The install  documents from Vertex say the requirement for SAP is:
    "SAP NetWeaver 7.1 with Service Pack 3 or higher" and I see that there is only 7.1 for PI and Mobile.
    (Maybe they mean SAP NW 7 SP3?)
    We did ask Vertex, the company, about running this on the java app and they wrote:
    "Netweaver 7.1 is currently supported for deployment of O Series 6.0. Versions 7.0 and 7.3 of Netweaver are not supported.
    O Series 6.0 is supported for use with Java 1.5 and Java 1.6. "
    Thanks for your help. And I will post here again if I find my answer.

  • 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

  • Does SAP ECC 6.0  run on Oracle 11.2 in Windows 2008 server ( win NT 6.1) ?

    HI all,
    Does SAP ECC 6.0  run on Oracle 11.2 in Windows 2008 server ( win NT 6.1) ?
    Thanks in Advance
    Sapsanthose

    sapsanthose wrote:
    HI all,
    >
    >
    >
    > Does SAP ECC 6.0  run on Oracle 11.2 in Windows 2008 server ( win NT 6.1) ?
    >
    >
    > Thanks in Advance
    >
    > Sapsanthose
    Hi,
    Yes, it does. Check the service.sap.com/pam
    Best regards,
    Orkun Gedik

  • Oracle 11g on CITRIX ( windows 2008 R2 ) OS batch file call fails

    Hello Sir/Madam,
    I've been using HOST built-in to invoke a command window to call another application from my oracle application form. The application is GFS Forms 6i on Oracle 11g db w/ XP OS. This logic works.
    --XP OS logic:
    declare
    cmd varchar2(200);
    url varchar2(200) := 'C:\PROGRA~1\ADVANT~1\GFS\start_grids_with_coords_pd.bat';
    location1 varchar2(100);
    location2 varchar2(100);
         begin
              go_block('GAS_SERVICES');
         location1 := substr(:gas_services.location_coord, 1, 5);
         location2 := substr(:gas_services.location_coord, 6, 5);
              tool_env.getvar('comspec', cmd);
         host('cmd /c start '||url ||' '||location1||' '||location2);
         end;
    Now, we are upgrading to W7 OS also, we would like use this function on CITRIX ( Windows server 2008 R2 ) server. For some reason, we are encountering errors when tilda /( squiggly ) line is used or a double quote
    -- CITRIX/W7 logic:
    declare
    cmd varchar2(200);
    url varchar2(200) := 'C:\PROGRA~2\ADVANT~1\GFS\start_grids_with_coords_pd.bat';
    location1 varchar2(100);
    location2 varchar2(100);
         begin
    go_block('GAS_SERVICES');
         location1 := substr(:gas_services.location_coord, 1, 5);
         location2 := substr(:gas_services.location_coord, 6, 5);
    tool_env.getvar('comspec', cmd);
         host('cmd /c start '||url ||' '||location1||' '||location2);
         end;
    I'll appreciate your help!
    Regards,
    Vani Sonti
    Edited by: user11141511 on May 21, 2013 1:46 PM

    Hello,
    Have you tried using long filename instead of short filename ? When using long filename, you need to enclose it with double quotes.
    Exemple :
    url varchar2(200) := 'C:\PROGRA~1\ADVANT~1\GFS\start_grids_with_coords_pd.bat';
    become
    url varchar2(200) := 'C:\PROGRAM FILES\ADVANT_WHATEVER HERE\GFS\start_grids_with_coords_pd.bat';
    and
    host('cmd /c start '||url ||' '||location1||' '||location2);
    become
    host('cmd /c start '|| chr(34) || url || chr(34) || ' '||location1||' '||location2);
    This work fines with Forms 6i on Windows 2003 and Citrix, but didn't try on Windows 2008.

  • How to create listener in 11g RAC on windows 2008 server

    Dear All,
    i worked on win 2003 and linux 4, 5 too. i have installed oracle RAC on both windows and linux.
    now i have installed oracle RAC11gR1 on windows 2008 server.than installed oracle software . now i want to create listener from db_home which i am facing problem.
    i m starting netca from db_home. following the insturction when i finishing it , the proces get started but in the middle is showing the listener on node1 and node2 can't be created.
    please guid me how i willl be able to creat it.
    2nd poing how to create asm instance on RAC11gR1. is it need to install saparate home like 10g for that or i can create from 11g software home.
    thanks,
    sher khan

    thanks for the update ,
    dear oracle 11g rac recomends to create ocr and voting disk on asm.
    i followed the documents they are saying you have to install grid control infrastructure and than need to create asmcfs.(automatic storage management cluster file system.).
    how to create asmcfs to avoid the gridcontrol, if its must is it need to install on one node or both nodes.
    can you plz guide me how to do this .
    thanks,

  • Oracle 11g RAC on Windows 2008 R2 VMware EXS 3.5 virtual machines

    Hi,
    We are planning to Install Oracle 11g R2 RAC on two VMware EXS 3.5 Windows 2008 R2 servers.
    Having trouble while assigning the storage to the servers, the Raw Device Mapping feature in the VMware is greyed out and we cannot assign the disks to the Virtual servers, the disks are allocated to the Vmware Host machine from the SAN (HP EVA).
    Please guide me the best approach for the RAC configuration on VMware EXS 3.5 Win 2008 R2 Guest servers.
    any help will be highly appreceiated.
    Thanks.

    Hi,
    Is this implementation to production environment?
    Be aware:
    Is Oracle RAC on VMware supported? No, we do not support Oracle Software including Oracle RAC on VMWare.
    Aside from the support restrictions for the database on VMWare outlined in Metalink Note 249212.1, there are technical restrictions that prevent the certification of Oracle RAC in a VMWare environment.
    *RAC: Frequently Asked Questions [ID 220970.1]*
    Having trouble while assigning the storage to the servers, the Raw Device Mapping feature in the VMware is greyed out and we cannot assign the disks to the Virtual servers, the disks are allocated to the Vmware Host machine from the SAN (HP EVA).Check if below can help you.
    http://vmzare.wordpress.com/2007/02/19/vmware-raw-device-mappingrdm/
    Regards,
    Levi Pereira

  • Upgrade ASM Oracle 10.2.0.4.0 to ASM Oracle 11G R2 on Windows 2008 SP2

    Please advice on procedure or where I can find information on upgrading ASM from Oracle 10G to Oracle 11G R2 (Winwdows 2008 SP2 64bit environment) for mutiple Oracle instances (not a RAC environrment).
    The current scenario is as follow:
    - Two oracle homes; one for ASM instance and another for the Oracle Databases (in current case only two oracle instances possiblly more at a later time). Both (ASM and Oracle databases) have the same version of Oracle 10.2.4.0.
    The Oracle database home can't be upgraded due to application restricition (Vendor Application not tested on Oracle 11G) but will like to upgrade the ASM instance to Oracle 11G (Oraclle 11G R2).
    Questions:
    - Is is a feasable solution? Can I upgrade ASM instance to Oracle 11G R2 to take advantage of new features? Will the ASM upgrade scenario is compatible with the Oracle Database Instance running Oracle 10G? Any possible issues that I should be aware or concerns?
    Is it possible to have ASM running in Oracle 11G R2 and service the need of Oracle database instance running in 10G?
    Please advice or where I can obtained information on the matter. Also possibly if someone has done it on Windows 2008 SP2 (not Windows 2008R2).
    Thanks in advance

    Thanks so I can upgrade the ASM Home instance and leave the Oracle Databases home on Oracle 10.2.0.4.
    I agree with you not just 100%, actually 120%. Fortunately, the vendor is finally understanding by pressure provided by DBAs and Application Teams that they are very behind the curve. It is working and by summer we should have an oracle 11G compatible product.
    The same thought went when I was told of their compatability database level.
    Regards
    Albert

  • Oracle 11g 2 sobre Windows 2008 64 bits

    Hola a todos... tengo el siguiente problema.... cuando instalo Oracle 11g sobre Windows 2008 de 64 Bits aparece un error en la instalacion.... me dice error de protocolo.
    Se intala sobre Windows 2008 de 64 Bits con un dominio
    Ademas cuando no carga el EM
    Saludos
    Jorge

    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.

  • Oracle 11g Client on Windows 2008 6.1

    Hi All,
    Is Oracle Client 11.1.0.7.0 certified on Windows 2008 6.1 OS??
    Thanks
    SR

    Only 11gR2 is certified on Windows 2008.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10844/pre_install.htm#CIHIAGFG

  • Oracle 10g R2 on Windows 2008 Server

    Hi all,
    Can I install Oracle 10g Release 2 on Windows Server 2008 64-bit? If not, is there any workaround solution? Our brand new server was shipped with Windows Server 2008 CD and we cannot install Windows 2003 on that machine.
    Thanks in advance.

    Please note that AS 10g R2 is not certified on Windows 2008, as per:
    Oracle Application Server 10g Release 2 (10.1.2.0.2) Certification Information
    [http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html]
    All certifications are posted here:
    http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
    Version 10.1.3 is certified on Windows 2008 and 2008 R2, noting that this is not an upgrade from 10.1.2. It provides a different suite of products. You can decide on 10.1.2 verses 10.1.3 depending on your needs. For all product offerings, the Oracle Fusion Middleware 11g (11.1.1.) is certified on 2008 and 2008 R2.

  • Applying Oracle 11g patches on Windows 2008

    I'm not able to apply patches and below is the messages. Please help me. Thanks,
    C:\oracle\SLM\112\OPatch> %ORACLE_HOME%\OPatch\opatch apply Z:\Oracle_Patches\12714463
    ========================================================
    GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
    ========================================================
    Invoking OPatch 11.2.0.1.5
    Oracle Interim Patch Installer version 11.2.0.1.5
    Copyright (c) 2010, Oracle Corporation.  All rights reserved.
    Oracle Home       : C:\oracle\SLM\112
    Central Inventory : C:\Program Files\Oracle\Inventory
       from           : n/a
    OPatch version    : 11.2.0.1.5
    OUI version       : 11.2.0.1.0
    OUI location      : C:\oracle\SLM\112\oui
    Log file location : C:\oracle\SLM\112\cfgtoollogs\opatch\opatch2011-11-01_
    05PM.log
    Patch history file: C:\oracle\SLM\112\cfgtoollogs\opatch\opatch_history.tx
    ApplySession applying interim patch '12714463' to OH 'C:\oracle\SLM\112'
    Running prerequisite checks...
    Patch 12714463: Optional component(s) missing : [ oracle.rdbms, 11.2.0.2.0
    oracle.rdbms.dbscripts, 11.2.0.2.0 ] , [ oracle.rdbms.plsql, 11.2.0.2.0 ]
    racle.ntoledb.odp_net_2, 11.2.0.2.0 ] , [ oracle.ctx, 11.2.0.2.0 ] , [ ora
    bms.rsf.ic, 11.2.0.2.0 ] , [ oracle.rdbms.oci, 11.2.0.2.0 ] , [ oracle.rdb
    11.2.0.2.0 ] , [ oracle.has.rsf, 11.2.0.2.0 ] , [ oracle.has.crs, 11.2.0.
    , [ oracle.sysman.console.db, 11.2.0.2.0 ] , [ oracle.sysman.oms.core, 10.
    3 ] , [ oracle.rdbms.dv, 11.2.0.2.0 ] , [ oracle.network.rsf, 11.2.0.2.0 ]
    racle.ldap.rsf.ic, 11.2.0.2.0 ] , [ oracle.ldap.rsf, 11.2.0.2.0 ] , [ orac
    olap, 11.2.0.2.0 ] , [ oracle.precomp.rsf, 11.2.0.2.0 ] , [ oracle.precomp
    n, 11.2.0.2.0 ] , [ oracle.precomp.lang, 11.2.0.2.0 ] , [ oracle.rdbms.rma
    2.0.2.0 ] , [ oracle.rdbms.util, 11.2.0.2.0 ] , [ oracle.odbc.ic, 11.2.0.2
    [ oracle.ntoledb, 11.2.0.2.0 ] , [ oracle.nlsrtl.rsf, 11.2.0.2.0 ] , [ or
    lsrtl.rsf.ic, 11.2.0.2.0 ] , [ oracle.xdk.rsf, 11.2.0.2.0 ] , [ oracle.ora
    bscripts, 11.2.0.2.0 ] , [ oracle.usm.deconfig, 11.2.0.2.0 ] , [ oracle.ha
    on, 11.2.0.2.0 ] , [ oracle.sdo.locator, 11.2.0.2.0 ] , [ oracle.usm, 11.2
    ] , [ oracle.rdbms.deconfig, 11.2.0.2.0 ] , [ oracle.has.db, 11.2.0.2.0 ]
    racle.ntoramts, 11.2.0.2.0 ] , [ oracle.has.deconfig, 11.2.0.2.0 ] , [ ora
    s.common.cvu, 11.2.0.2.0 ] , [ oracle.has.cvu, 11.2.0.2.0 ] , [ oracle.sys
    ugin.db.main.repository, 11.2.0.2.0 ]
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 12714463: Required component(s) missing : [ oracle.rdbms.rsf, 11.2.0
    ApplySession failed during prerequisite checks: Prerequisite check "CheckA
    ble" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code = 74
    Edited by: Hemanta Basuray on Nov 2, 2011 7:51 AM

    Hi,
    What is your exact DB release? This patch belongs to Oracle 11.2.0.2
    Best regards,
    Orkun Gedik

  • Can't install MS Office 365 (small business edition) on Windows 2008 Server R2 hosted on Amazon EC2

    When I click Install, I get an error:
    Roughly: "the procedure entry point k32 getprocessimagefilenamew could not be located in the DLL kernel32"
    I'm trying to install the 32-bit version on a 64-bit server.
    Does anyone know how to do this? 

    Hi,
    I'd like to confirm if the "Office 365" means Office 365 ProPlus (the latest Office).
    If yes, to install the latest Office on the Windows Server 2008 R2 is supported, you can check the related information from the official article below: System
    requirements for Office 2013 and Office 365 ProPlus.
    But the error you mentioned 
     The Procedure entry point K32 GetProcessImageFileNameW could not be located in the dynamic link library KERNEL32.dll
    Occurred when i tried installing on Vista or any os not mentioned in the system requirements. 
    Thanks,
    Raghu Ariga

  • How to uninstall EBS 12.1.1 on windows 2008 Server

    Hi All,
    I think I just crashed my installation and I would like to remove it and start from scratch. How can I do that. It was something like removing registry entries (to get rid of the services), clean the path env, delete the files... but I can't remember all of it!
    Thanks,
    Konrad

    Hi konrad;
    Firstlt i suggest try to make installation on Linux, its more easy and more controlable
    Maybe for you, but not for me ;-). Never had a Linux in front of me...No body born as linux system admin :) You could start to learn ;)
    For uninstall steps please checj Hussein Sawwan posts
    How to Uninstall R12 on XP
    Re: How to Uninstall R12 on  XP???
    Thanks! That is what I was looking for...Thanks Hussein Sawwan not me :), he made this great post
    Regard
    Helios

Maybe you are looking for

  • FDMEE: Source Period Mapping in Open Interface Adaptor

    Hello, I want to use open interfce Adaptor to load data in FDMEE (AIF_Open_Interface) from a Custom SQL Source where periods are in rows and data in last column of SQL table, like Fyear      period      entity      account      Currency      Data 201

  • Securing Some of  iPhone 3G Content from Other Users

    My son loves playing games and using the iPod on my iPhone, however I don't want him also snooping through things like my text messages or personal files I store on it. Is there any way of locking these private areas down (for example a password or c

  • No printers displayed in evolution on Solaris 10 x86

    I hope somebody can help me. I have a great problem with some applications, for example firefox or evolution. No printers are displayed in evolution or firefox. following Software are installed: Solaris SunOS XXXXX 5.10 Generic_120012-14 i86pc i386 i

  • Sample CLASSES for different types of OIM components!!!

    Hi Experts Can any one provide me sample classes for different types of OIM components, adapters, scheduled tasks, etc. with your best practices for OIM java development and documentation? It would Help me lot. Please let us know Links/Documentations

  • Calendar Items Show on iPhone Calendar Then Disappear - Reappear

    We have deployed about 25 iPhones in our enterprise. All are running v2.1 and are 3G. One user (on same Exchange server as the rest) cannot see his appointments on his calendar. Upon further review, they are there! BUT, if you look at the month, week