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.

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

  • 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

  • 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

  • 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

  • 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

  • Best practice for install oracle 11g r2 on Windows Server 2008 r2

    Dear all,
    May I know what is the best practice for install oracle 11g r2 on windows server 2008 r2. Should I create a special account for windows for the oracle database installation? What permission should I grant to the folders where Oracle installed and the database related files located (datafiles, controlfiles, etc.)
    Just grant Full for Administrators and System and remove permissions for all others accounts?
    Also how should I configure windows firewall to allow client connect to the database.
    Thanks for your help.

    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

  • Oracle ebs installation on windows 2008 R2

    Hi Hussein,
    I am doing oracle EBS installation on windows 2008. As per installation doc below are the pre-requisite
    The Prerequisites Software are:
    1.Chose and Operating System windows 2008 (32 bit):
    Select the Windows Operating system and install it. After installed OS successfully need to change DNS entries or Active Directories as per your environment.
    2.Install the Microsoft Visual C++ 2008 software.
    See the post for installation of – Microsoft Visual C++ 2008
    3.Install the MKS Toolkit – Versions 9.0 (Patch 3 or higher):
    See the post for installation of – MKS Toolkit.
    I wanted to know that is there any alternate of MKS tool kit as I am unable to get it .
    Regards,
    Raj

    hi Raj
    3.Install the MKS Toolkit – Versions 9.0 (Patch 3 or higher):
    See the post for installation of – MKS Toolkit.
    I wanted to know that is there any alternate of MKS tool kit as I am unable to get it .
    Yes go for cygwin
    please see
    Using Cygwin to Maintain Oracle E-Business Suite Release 12 on Windows[Article ID 414992.1]
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    ;) AppsMAstI :)
    Sharing is Caring

  • Connect Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000

    Hi all,
    I am trying to connect:
    Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000 (32-bit) on a different machine.
    1) I have create an ODBC connection (called:GALAXY) which connects.
    2) created a init.ora called it initgalaxy.ora in $oracle_home\hs\admin
    HS_FDS_CONNECT_INFO = GALAXY
    HS_FDS_TRACE_LEVEL = on
    3) modified the listener.ora file as below
    # listener.ora Network Configuration File: E:\Ora11g\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc0))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC =
    (GLOBAL_DBNAME = HEX.BIU01.kingsch.nhs.uk)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (SID_NAME = HEX)
    (SID_DESC=
    (SID_NAME = galaxy)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (PROGRAM = dg4odbc)
    (SID_DESC =
    (PROGRAM = EXTPROC)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    4) modified the tnsnames.ora file is as follows
    GALAXY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SID = galaxy)
    (HS = OK)
    HEX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HEX)
    5) restarted the listener
    6) created a public database connect
    create PUBLIC DATABASE LINK "GALAXY" CONNECT TO "USER" IDENTIFIED by "PWD" USING 'galaxy';
    This is the error message I can sell in $oracle_home\hs\admin\trace
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Version 11.1.0.6.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using galaxy_live as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    ##>Connect Parameters (len=42)<##
    ## DSN=GALAXY;
    #! UID=galaxy_live;
    #! PWD=*
    hgocont, line 1890: calling SqlDriverConnect got sqlstate IM002
    when I try to test the database link, I get this error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Drive Manager] Data source name not found and no default driver specified
    ORA-02063: preceding 2 lines from GALAXY
    28500.00000- "connection from ORACLE to ad non-Oracle system returned this message:"
    *Cause: The cause is explained in the forwarded message.
    *Action: See the non-Oracle system's documentation of the forwarded message.
    vendor code 28500
    Edited by: user7336435 on 27-Apr-2009 05:56

    11.2 is beta at the moment. There is no official release date so far.
    As DG4ODBC is independant from the Oracle database (or the target database) you can use a 3 machine model:
    On the first machine you have your Oracle database, on a second machine running 32bit Windows you can install DG4ODBC and on the 3rd machine you can run your foreign database.
    If the SQL Server 2k is installed on a 32bit Windows machine, then you can also install DG4ODBC on this machine.
    In general the connection from an Oracle database to the DG4ODBC machine is done using SDQL*Net. The listener responsible for DG4ODBC will then load the DG4ODBC executable which will connect to the SQL Server using SQL Server ODBC driver.

  • Unable to install Oracle 11g R2 on Windows 8

    Hi All,
    I know this is a familiar post with quite a few users facing problems while trying to install Oracle 11g R2 on Windows 8 platform. Subsequently, there have been resolutions provided -  Hyperion Error of the Day: Oracle Database 11g Installer Disappears After Prerequisite Checks.
    I am facing a similar problem - the installation window disappears after I select the "Select Class Option" as desktop. I tried following the steps which have been advised, but to no success. I would like to make a point here - The Operating System that I use is - Windows 8 Single Language, which is different from Windows 8 Enterprise Edition. Plus, the java I use is:
    java version "1.7.0_45"
    Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
    Java HotSpot(TM) Client VM (build 24.45-b08, mixed mode, sharing)
    Kindly Help.
    With regards
    Sriram

    Hi,
    The solution provided in this link worked.  Hyperion Error of the Day: Oracle Database 11g Installer Disappears After Prerequisite Checks
    Even though I installed java in c:\java, I got the same error, but calling setup.exe from command prompt and setting the jreLoc path has worked.
    Eg: on command prompt, I gave below command and it worked,
    D:\downloads\database>setup -jreLoc "C:\Java\jdk1.7.0_51"
    D:\downloads\database   -> is path setup.exe location
    Thanks,
    Srikanth

  • Oracle 10g installation on Windows 2008 VMware

    Hi everybody,
    hope you can help me with that issue; I try to install a ECC 6.0 test-system with Oracle 10g on a Windows 2008 VMware instance.
    I am getting a strange error when executing sapserver.cmd when I try to install the Oracle software; the Oracle Universal Installer 10.2 is aborting at the very beginning with an error popup with following content. First I enter the Drive letter for installation and SID and then OUI trys to start...
    The program was not closed properly. An internal error occured. Please provide Oracle support with following datas:
    "unknown"
    "unknown"
    "unknown"
    Any ideas? I did not find anything in Metalink or on the SAP Marketplace. And I am aware that Oracle is not official supported on VMWare; on Windows 2003 I did not occur any similar problems.
    kind regards
    Philipp

    The OUI doesn´t work (yet) on Windows 2008, you will need to wait for the OUI 10.2.0.4.
    Markus

  • Oracle 11g client in Windows XP platform connect to 9i database

    Hi,
    Is there anyone know whether using oracle 11g client in Windows XP platform can connect to Oracle 9i database?
    Urgent and Many thanks,
    Sam

    Welcome to the forums !
    Pl see MOS Doc 207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions
    HTH
    Srini

  • Oracle 11g R2 on Windows 7 - OUI Error 10150

    Hi,
    I installed oracle 11g r2 on windows 7.
    Then I wanted to add Label security and Database vault to existing installation.
    OUI from installed location raised error 10150.
    Other threads indicated running OUI from installation media. But only have Setup.exe in installation media.
    I select Upgrade existing database from there but it does not allow me to add new components in existing Oracle home. It forces me to install into new Oracle home.
    Any pointers?

    user11149214 wrote:
    Hi,
    I installed oracle 11g r2 on windows 7.
    Pl identify exact versions of "11gR2" and "Windows 7" - you will need Professional or higher - Home versions are not supported.
    Then I wanted to add Label security and Database vault to existing installation.
    OUI from installed location raised error 10150.
    Have you followed the steps in the docs ? http://docs.oracle.com/cd/E11882_01/install.112/e24186/postcfg.htm#BCGEHAJD
    Other threads indicated running OUI from installation media. But only have Setup.exe in installation media.
    I select Upgrade existing database from there but it does not allow me to add new components in existing Oracle home. It forces me to install into new Oracle home.
    Any pointers?HTH
    Srini

Maybe you are looking for

  • Question re: Filesystems and Disks

    Hi all, I am working with VirtualBox running Solaris 64 on my Core i7 w/ 6GB RAM in Windows 7 right now trying to get some basics under the belt and I'm a bit confused so I'm trying to validate some of the knowledge I think I have absorbed: At instal

  • Hieracy F4 problem in BEx

    Hi all, I've activated standard BI content queries. Have loaded master data, transaction data & hierarchies. The problem is while executing the queries in BEx, wherever the F4 for hierarchies is coming, the Long description is field is blank. only th

  • What should I use to clean the trackpad?

    I bought iKlear to clean the screen of my MacBook and it works great. I have been using it for years on my iBook. I was reading the directions and it says not to use it on the trackpad. I had used it on my iBook trackpad with no problems. What should

  • Incompletion procedures in sales order

    Hi There, when creating a sales order for certain customers some extra fields are to be required fields. We don't want to have a brand new order type for these customers and instead we have tried to solve with an additional partner type for this cust

  • Play count and display

    Since the latest upgrade of Itunes the play count of many of my tracks has automatically reset to 0 for some unknown reason.  Also I display Track Name/Artist/Album on my Itunes and on a number of occasions they display incorrect information and when