Can we do oracle 11g software installation in parallel to SAP upgrade

Hi Basis Expert,
I need your inputs for one of this query
The query is. Can we do oracle 11g software installation in parallel to SAP upgrade when the system is in Downtime phase.
The idea is running SAP upgrade and in parallel running oracle 11g software installation. So that we can reduced the time.
Please share your valuable inputs.
Regards,
Anil Shenoy.

yes, of course.
using different environment during the installation of the new engine, you could install the new oracle home 11 also tomorrow (including the SBP).
infact, before the ./RUNINSTALLER you have to set the environment
setenv ORACLE_HOME /oracle/SID/112_64
setenv ORACLE_HOME_SRC /oracle/SID/102_64
setenv ORACLE_HOME_TGT /oracle/SID/11202
setenv  LIBPATH $ORACLE_HOME/lib:$LIBPATH
setenv PATH /oracle/SID/112_64/bin: $PATH

Similar Messages

  • Oracle 11g RAC installation on windows 2008 64 bit

    Hello Everyone,
    can i get some details regarding Oracle 11g RAC installation on windows 2008,
    minimum Hardware Requirement
    Will windows support ASM
    Can i get a documentation regarding the RAC installation on windows. we were planning to have 11.5 on windows 2008.
    please send me some docs regarding os requirements, installation and ASM details.
    Thank you

    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull crs_state -t executed successfully.
    Bt the machine got crashed ,when executed a select query with 100 sessions( For performance evaluation using TG). A blue screen is appeared on two nodes. So i am not able to evaluate the performance.
    Can you please tell any suggesstions to solve this issue? Is our hardware is not sufficient? Or any software settings has to be done?. I tried most of hte technique ,bt the problem still exists.
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC , Clusterware 11g R2 64 Bit.

  • Oracle 11g software setup file  needful to install on windows 7

    Hi,
    Any body Can provide the download link for oracle 11g software setup to install on windows 7.

    Hi;
    You can find related setup at below link:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    By the way dont forget win7 home edition not certified wiht Oracle 11g
    Installation guide is avaliable at:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10876/toc.htm#BABEHGHH
    Regard
    Helios

  • Oracle 11g software uninstall

    Hi Basis Expert,
    We have done a oracle 11g (11.2.0.2) upgrade in our Mock system.
    Can anybody tell me how to uninstall oracle 11g software in AIX 5.3.
    I tried searching google but couldnt find it.
    Please help me.
    Regards,
    Anil

    Hi,
    Uninstalling all products from UNIX is a lot more consistent. If you do need to resort to a manual uninstall you should do something like:
        Uninstall all Oracle components using the Oracle Universal Installer (OUI).
        Stop any outstanding processes using the appropriate utilities.
    oemctl stop oms user/password
    agentctl stop
    lsnrctl stop
        Alternatively you can kill them using the kill -9 pid command as the root user.
        Delete the files and directories below the $ORACLE_HOME.
    cd $ORACLE_HOME
    rm -Rf *
        With the exception of the product directory, delete directories below the $ORACLE_BASE.
    cd $ORACLE_BASE
    rm -Rf admin doc jre o*
        Delete the /etc/oratab file. If using 9iAS delete the /etc/emtab file also.
    rm /etc/oratab /etc/emtab
    http://docs.oracle.com/cd/B28359_01/install.111/b32002/remove_oracle_sw.htm#CEGBAJIA
    Br,
    Venky

  • Oracle 11g client installation on Windows 7 Home Premium (64-bit)

    I'm having trouble installing the Oracle 11g client installation on Windows 7 Home Premium (64-bit) machine.
    Can Oracle 11g client even be installed on the Windows 7 Home Premium 64?
    Thanks!

    Hi;
    As mention here home OS not supported, so as mention here again if you make some googling you can find link&blog which is mention to create WM machine, install linux(you can use OEL linux which is free and can be download from e-delivery site) than you can make 11g installation on it
    Regard
    Helios

  • ORACLE 11g win64 installation on Windows 7

    Hello,
    Could anyone help me in knowing whether the ORACLE 11G win64 is the right version to install on Windows 7?

    Hello,
    I need help with the installation of ORACLE 11g for installation on Windows 7 Win64. After I was almost finished with the installation, I got an error message saying that the following application (see below) can't be found in the folder:
    C:\Oracle\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    Does anyone know where to find this file? I am a student starting my class next week and trying to have everything ready before.
    Thanks so much for any help.
    Edited by: 855887 on May 1, 2011 3:55 PM

  • Oracle 11g Server Installation and Configuration

    Hi All..
    I would like to know the estimate(in detail) for Oracle 11g Server Installation and Configuration.
    This is for a server and we might even need to replicate the entire DB.
    Can any on please help me out in this .
    Thank you

    Hi,
    Please post your question in the [Database |http://forums.oracle.com/forums/category.jspa?categoryID=18] forum.
    Regards,
    Hussein

  • Oracle 11g XE - Installation Error

    I am trying to install oracle xe 11g on my Win XP. The installation goes thru well. But when we start the database it starts too. However If I want to login it wont allow.
    I tried to use connect using sys account as sysdba I get the following message:
    Connected to an idle instance.
    After some investigation I figured that there is a script that is not properly formatted in 'postDBCreation.sql". The following is the change that I found the error:
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';
    This should have been like below
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';
    After this change I tried to run XE.Bat file but it is throughing all kinds of SQL errors.
    Can someone tell me what is wrong with this beta version of the Oracle 11g XE installation.
    Lastly get started link also is not working too!!!
    Thanks much in advance,
    SB

    user10958841 wrote:
    I am trying to install oracle xe 11g on my Win XP. What "kind" of XP; SP? Edition? 32- or 64-bit?
    I tried to use connect using sys account as sysdba I get the following message:
    Connected to an idle instance.In that case,
    C:\Users\Test>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Beta on On Apr 27 00:01:01 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  598437888 bytes
    Fixed Size                  1385180 bytes
    Variable Size             268438820 bytes
    Database Buffers          322961408 bytes
    Redo Buffers                5652480 bytes
    Database mounted.
    Database opened.
    SQL>
    After some investigation I figured that there is a script that is not properly formatted in 'postDBCreation.sql". The following is the change that I found the error:
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';That forward slash is likely not causing any problem.
    {code}
    SQL> create spfile='?\dbs/spfile_justatest_fw_slash' FROM pfile='?\config\scripts\init.ora';
    File created.
    {code}
    (sqlplus replaces ? with path of Oracle home.)
    After this change I tried to run XE.Bat file but it is throughing all kinds of SQL errors.You need to re-install.
    Lastly get started link also is not working too!!!See other threads in this forum on the similar subject (e.g. use Search Forum with keywords +get +started).
    Edited by: orafad on Apr 27, 2011 12:20 AM
    Edited by: orafad on Apr 27, 2011 12:32 AM

  • How to mount Oracle 11g software on Vmware.

    Hello All,
    I am new to this forum and also I am learning Oracle DBA 11G on my own to enhance my skills and move further.
    I have a question for which I am looking an answer from the experts here in this forum.
    Question: I have installed Vmware and Linux 4 on my system, please advise how can I now install the Oracle 11G software so that I can start with creation of Database?
    Please respond to my query so that my interest into the subject remains intact and I can get a good start in it.
    Thanks in advance.
    Heyat Afroz.

    955385 wrote:
    Hello All,
    I am new to this forum and also I am learning Oracle DBA 11G on my own to enhance my skills and move further.
    I have a question for which I am looking an answer from the experts here in this forum.
    Question: I have installed Vmware and Linux 4 on my system, please advise how can I now install the Oracle 11G software so that I can start with creation of Database?
    Please respond to my query so that my interest into the subject remains intact and I can get a good start in it.
    Thanks in advance.
    Heyat Afroz.Probably what you are looking for is that you need to install the Guest Additions so that your vm can mount a directory from the host os. Then place your oracle installtion files on that share directory.

  • Oracle 11g R2 Installation on Windows 7 (64 bit)

    While installing, it is asking for Proxy Server. What should I enter?

    I'm installing on laptop Oracle 11g R2 Installation on Windows 7 (64 bit) it was asking me to enter Proxy server details, since I'm not connecting internet with proxy I've skipped the step. But after that when reached the "System class" there was two radio buttons 1)Desktop Class - which selected default and clicked on Next button, then it disappeared. Looks like process was stopped. i have looked it in Windows Task manager it is not there.
       Is any one know what is going on?
    Thanks.

  • Oracle 11g DB installation failed when checking Prerequisite.

    Hi,
    I am installing Oracle 11g DB in linux box using the shiphome "/net/stlinma7.us.oracle.com/vol/shiphomes_linux/rdbms/11.1.0/11.1.0.2/11102-BETA3". During installation process when i get "Product-Specific Prerequisite Checks" wizard screen, I am getting the following error message. and also the status of all the prerequisite is "Not executed".
    OUI-15038: Unable to execute rule 'CertifiedVersions' from ruleset 'OSChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczOSChecks.checkCertifiedOSVersions' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Make sure you are installing the software on the correct platform.
    =======================================================================
    Checking operating system package requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckPackages' from ruleset 'PackagesChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczPackagesChecks.checkPackages' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Install the required packages before continuing with the installation.
    =======================================================================
    Checking kernel parameters
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckParameters' from ruleset 'KernelChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczKernelChecks.checkParameters' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    =======================================================================
    Checking Recommended glibc version
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckGLIBC' from ruleset 'GLIBCChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczGlibcChecks.checkGlibc' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: You may actually have installed packages which have obsoleted these, in which case you can successfully continue with the install. If you have not, it is recommended that you do not continue. Refer to the readme to find out how to get the missing packages.
    =======================================================================
    Checking physical memory requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckPhysicalMemory' from ruleset 'SystemChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczSystemChecks.checkPhysicalMemory' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Increase the amount of physical memory available to your system before continuing with the installation.
    =======================================================================
    Checking available swap space requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckSwapSpace' from ruleset 'SystemChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczSystemChecks.checkSwapSpace' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Make more swap space available to perform the install.
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Checking PATH environment variable...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Restart the installer after removing other ORACLE_HOME locations from PATH environment variable.
    =======================================================================
    Checking for sufficient diskspace in TEMP location...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking LD_LIBRARY_PATH environment variable...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Restart the installer after removing other ORACLE_HOME locations from LD_LIBRARY_PATH environment variable.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Unset the environment variable 'ORACLE_BASE' or make sure it is specified as a parent of the Oracle home directory.
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: You must completely remove the ASM instance by deleting the entry for it from the oratab file, or you must configure it properly by ensuring that the oratab file is updated to point to a valid Oracle Home where ASM is configured.
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckCompatibility' from ruleset 'CompatibilityChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczCompatibilityChecks.checkProductCompatibility' has thrown an unhandled exception [null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Choose a new Oracle Home for installing this product.
    =======================================================================

    am installing Oracle 11g DB in linux box using the shiphome Where do you get this Oracle version ? If you're including in beta tests program, you maybe want to feedback your experience to 11g's Oracle team.
    Nicolas.

  • Oracle 11g X64 installation help

    iam trying to install oracle 11g for x64 on a 64-bit fedora 11 system
    i have configured all the required pre-requisites properly,
    after providing password , global database name etc..the installer stops at 91 % , i.e even before the actual installation of the software begins
    the information from the oracle installer is at "*processing oracle ultra search server rdbms...*" .
    the installer doesnt seem to move forward from here
    please help me fixing the problem
    thanks and regards
    vamsi

    No help is possible given two facts:
    1. I've never seen it happen.
    2. I've never tried to install on an unsupported operating system.
    Blow away Fedora and download Oracle Enterprise Linux (http://otn.oracle.com)
    Then cut and paste your way through the configuration using the samples under "Linux" in Morgan's Library at www.morganslibrary.org/library.html.
    It is no small number of times, each week, that people with Fedora and other unsupported distros have problems and ask for help.
    I can not recall a single person using OEL or RedHat that has posted a request for help here. Perhaps there is a reason. <g>

  • Oracle 11g clusterware installation issue.

    In our test lab, we are facing the following issue.Kindly help us to resolve this issue.
    Environment Details
    O/S : Oracle Enterprise Linux
    Database: Oracle 11g
    Clusterware: Oracle 11g
    The nodes are created using vmware.
    All the pre installation checks using clufvy utility are successful.
    During Installation of clusterware software, we need to run root.sh at the end on all the nodes. We have 2 node cluster. Root.sh runs successfully on node 1, but fails on node 2.
    Root.sh on node 2 details are given below
    # ./root.sh
    WARNING: directory '/u01/app/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/app/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 11G Release 1.
    assigning default hostname tsa1-fdfolio for node 1.
    assigning default hostname tsa2-fdfolio for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: tsa1-fdfolio tsa1-fdfolio-priv tsa1-fdfolio
    node 2: tsa2-fdfolio tsa2-fdfolio-priv tsa2-fdfolio
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10

    The trace files which **might** contain some useful error messages are :
    a) The latest trace files under $CRS_Home/log/hostname/client directory
    b) The OS Messages file ( /var/log/messages )
    This information can then be used to google similar issues ..
    Paste those messages here and I'll see if it rings a bell ..
    Vishwa

  • Silent Mode Oracle 11g r2  Installation on XP error

    Hi
    Installing Oracle 11g R2 on Windows XP , Getting the error while entering the following Command at Command prompt .
    C:Aravind\Oracle\SW\Oracle 11g\database>setup.exe -silent -responseFile C:\oracle\Software\database\db_install.rsp'
    Error : The Command line arguments '11g\database\db_install.rsp' are not valid options . Type OUI -help at the command line for instructions on appropriate command line usage .
    Here is the response file parameters :
    ## Copyright(c) 1999, 2009 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix
    platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=<Value Unspecified>
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "../stage/products.xml"
    FROM_LOCATION="C:\Aravind\Oracle\SW\Oracle 11g\database\install\.\stage\products.xml"
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Complete path of the Oracle Home.
    #Example: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\app\veeranki\product\11.2.0\dbhome_1"
    #Name : ORACLE_BASE
    #Datatype : String
    #Description: Complete path of the Oracle Base.
    #Example: ORACLE_BASE =
    ORACLE_BASE="C:\app\veeranki"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="dbhome_1"
    #Name : SUPPRESS_BUGLIST_WARNING
    #Datatype : Boolean
    #Description: Set to true if the Welcome page in OUI needs to be shown.
    #Example: SUPPRESS_BUGLIST_WARNING = false
    SUPPRESS_BUGLIST_WARNING=false
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for
    another #installation. This flag also needs to be set to true in order to process
    another response #file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=true
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Set to true to allow users to invoke another session even if current
    install #session has failed. This flag is only relevant if NEXT_SESSION is set to
    true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Set to true to allow users to go back to the File Locations page for
    another #installation. This flag also needs to be set to true in order to process
    another response #file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE="C:\Oracle\db.rsp"
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #The following choices are available. The value should contain only one of these
    choices.
    #The choices are of the form Internal Name, Version : External name. Please use
    the internal #name and version while specifying the value.
    # oracle.swd, 11.2.0.1.0 : Oracle Installation Products 11.2.0.1.0
    #Example: DEINSTALL_LIST = {"oracle.swd","11.2.0.1.0"}
    DEINSTALL_LIST={"oracle.swd","11.2.0.1.0"}
    #Name : CLUSTER_NODES
    #Datatype : StringList
    #Description: This variable represents the cluster node names selected by the user
    for #installation.
    #Example: CLUSTER_NODES = {"node1"}
    CLUSTER_NODES=<Value Unspecified>
    #Name : REMOTE_NODES
    #Datatype : StringList
    #Description: This variable represents the remote node names on which installation
    is carried #out.
    #Example: REMOTE_NODES =
    REMOTE_NODES=""
    #Name : LOCAL_NODE
    #Datatype : String
    #Description: This variable represents the local node.
    #Example: LOCAL_NODE =
    LOCAL_NODE=""
    #Name : RESTART_SYSTEM
    #Datatype : Boolean
    #Description: Set to true to allow automatic restart of the system, if set to
    false then #installer will exit without restarting, no exit confirmation dialog is
    shown.
    #Example: RESTART_SYSTEM = false
    RESTART_SYSTEM=false
    #Name : RESTART_REMOTE_SYSTEM
    #Datatype : Boolean
    #Description: Set to true to allow automatic restart of the remote systems, if set
    to false, #installer will not restart the remote systems, no exit confirmation
    dialog is shown.
    #Example: RESTART_REMOTE_SYSTEM = false
    RESTART_REMOTE_SYSTEM=false
    #Name : ORACLE_HOSTNAME
    #Datatype : String
    #Description: This variable holds the hostname of the system as set by the user.
    #Example: ORACLE_HOSTNAME =
    ORACLE_HOSTNAME="localhost"
    #Name : REMOVE_HOMES
    #Datatype : StringList
    #Description: List of the homes to be removed during a deinstall session. Each
    home is #represented by its full path.
    #Example: REMOVE_HOMES = {<full_path_of_home1>,<full_path_of_home2>, ...}
    REMOVE_HOMES=<Value Unspecified>
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: By setting this variable to true, you are accepting the license
    agreement. This #variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=true
    #Name : METALINK_LOCATION
    #Datatype : String
    #Description: This variable represents the Oracle metalink location.
    #Example: METALINK_LOCATION =
    METALINK_LOCATION=""
    #Name : METALINK_USERNAME
    #Datatype : String
    #Description: This variable represents the Oracle metalink user name.
    #Example: METALINK_USERNAME =
    METALINK_USERNAME=""
    #Name : MYORACLESUPPORT_USERNAME
    #Datatype : String
    #Description: This variable represents the Oracle metalink user name.
    #Example: MYORACLESUPPORT_USERNAME =
    MYORACLESUPPORT_USERNAME=""
    #Name : METALINK_PASSWORD
    #Datatype : String
    #Description: This variable represents the corresponding Oracle metalink password.
    #Example: METALINK_PASSWORD =
    METALINK_PASSWORD=""
    #Name : MYORACLESUPPORT_PASSWORD
    #Datatype : String
    #Description: This variable represents the corresponding Oracle metalink password.
    #Example: MYORACLESUPPORT_PASSWORD =
    MYORACLESUPPORT_PASSWORD=""
    #Name : PROXY_HOST
    #Datatype : String
    #Description: The proxy host used to connect to Oracle metalink.
    #Example: PROXY_HOST =
    PROXY_HOST=""
    #Name : PROXY_PORT
    #Datatype : String
    #Description: The proxy port used to connect to Oracle metalink.
    #Example: PROXY_PORT =
    PROXY_PORT=""
    #Name : PROXY_REALM
    #Datatype : String
    #Description: The realm for the proxy used to connect to Oracle metalink.
    #Example: PROXY_REALM =
    PROXY_REALM=""
    #Name : PROXY_USER
    #Datatype : String
    #Description: The username for the proxy used to connect to Oracle metalink.
    #Example: PROXY_USER =
    PROXY_USER=""
    #Name : PROXY_PWD
    #Datatype : String
    #Description: The password for the proxy used to connect to Oracle metalink.
    #Example: PROXY_PWD =
    PROXY_PWD=""
    #Name : DONT_PROXY_FOR
    #Datatype : String
    #Description: The dont proxy for list.
    #Example: DONT_PROXY_FOR =
    DONT_PROXY_FOR=""
    #Name : DECLINE_SECURITY_UPDATES
    #Datatype : Boolean
    #Description: OUI Session variable set to decline from receiving the security
    updates
    #Example: DECLINE_SECURITY_UPDATES =
    DECLINE_SECURITY_UPDATES=false
    #Name : COLLECTOR_RESPONSE_FILE
    #Datatype : String
    #Description: OUI Session variable used to provide the OCM response file location
    #Example: COLLECTOR_RESPONSE_FILE =
    COLLECTOR_RESPONSE_FILE=""
    #Name : SECURITY_UPDATES_VIA_METALINK
    #Datatype : Boolean
    #Description: OUI Session variable used to set if the security updates should be
    received via #Metalink details
    #Example: SECURITY_UPDATES_VIA_METALINK =
    SECURITY_UPDATES_VIA_METALINK=false
    #Name : SECURITY_UPDATES_VIA_MYORACLESUPPORT
    #Datatype : Boolean
    #Description: OUI Session variable used to set if the security updates should be
    received via #Metalink details
    #Example: SECURITY_UPDATES_VIA_MYORACLESUPPORT =
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: The top level component to be installed in the current session.
    #The following choices are available. The value should contain only one of these
    choices.
    #The choices are of the form Internal Name, Version : External name. Please use
    the internal #name and version while specifying the value.
    # oracle.swd, 11.2.0.1.0 : Oracle Installation Products 11.2.0.1.0
    #Example: TOPLEVEL_COMPONENT = {"oracle.swd","11.2.0.1.0"}
    TOPLEVEL_COMPONENT={"oracle.swd","11.2.0.1.0"}
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these
    choices.
    #The choices are of the form Internal Name : External name. Please use the
    internal name while specifying the value.
    # en, : English
    # fr, : French
    # ar, : Arabic
    # bn, : Bengali
    # pt_BR, : Brazilian Portuguese
    # bg, : Bulgarian
    # fr_CA, : Canadian French
    # ca, : Catalan
    # hr, : Croatian
    # cs, : Czech
    # da, : Danish
    # nl, : Dutch
    # ar_EG, : Egyptian
    # en_GB, : English (United Kingdom)
    # et, : Estonian
    # fi, : Finnish
    # de, : German
    # el, : Greek
    # iw, : Hebrew
    # hu, : Hungarian
    # is, : Icelandic
    # in, : Indonesian
    # it, : Italian
    # ja, : Japanese
    # ko, : Korean
    # es, : Latin American Spanish
    # lv, : Latvian
    # lt, : Lithuanian
    # ms, : Malay
    # es_MX, : Mexican Spanish
    # no, : Norwegian
    # pl, : Polish
    # pt, : Portuguese
    # ro, : Romanian
    # ru, : Russian
    # zh_CN, : Simplified Chinese
    # sk, : Slovak
    # sl, : Slovenian
    # es_ES, : Spanish
    # sv, : Swedish
    # th, : Thai
    # zh_TW, : Traditional Chinese
    # tr, : Turkish
    # uk, : Ukrainian
    # vi, : Vietnamese
    #Example: SELECTED_LANGUAGES = {"en"}
    #SELECTED_LANGUAGES={"en"}
    #Name : COMPONENT_LANGUAGES
    #Datatype : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these
    choices.
    #The choices are of the form Internal Name : External name. Please use the
    internal name while specifying the value.
    # en, : English
    # fr, : French
    # ar, : Arabic
    # bn, : Bengali
    # pt_BR, : Brazilian Portuguese
    # bg, : Bulgarian
    # fr_CA, : Canadian French
    # ca, : Catalan
    # hr, : Croatian
    # cs, : Czech
    # da, : Danish
    # nl, : Dutch
    # ar_EG, : Egyptian
    # en_GB, : English (United Kingdom)
    # et, : Estonian
    # fi, : Finnish
    # de, : German
    # el, : Greek
    # iw, : Hebrew
    # hu, : Hungarian
    # is, : Icelandic
    # in, : Indonesian
    # it, : Italian
    # ja, : Japanese
    # ko, : Korean
    # es, : Latin American Spanish
    # lv, : Latvian
    # lt, : Lithuanian
    # ms, : Malay
    # es_MX, : Mexican Spanish
    # no, : Norwegian
    # pl, : Polish
    # pt, : Portuguese
    # ro, : Romanian
    # ru, : Russian
    # zh_CN, : Simplified Chinese
    # sk, : Slovak
    # sl, : Slovenian
    # es_ES, : Spanish
    # sv, : Swedish
    # th, : Thai
    # zh_TW, : Traditional Chinese
    # tr, : Turkish
    # uk, : Ukrainian
    # vi, : Vietnamese
    #Example: COMPONENT_LANGUAGES = {"en"}
    #Component : oracle.swd
    COMPONENT_LANGUAGES={"en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    #The following choices are available. The value should contain only one of these
    choices.
    #The choices are of the form Internal Name : External name. Please use the
    internal name #while specifying the value.
    # Complete, : Complete
    # Typical, : Minimum
    # Custom, : Custom
    #Example: INSTALL_TYPE = "Complete"
    #Component : oracle.swd
    INSTALL_TYPE="Complete"
    Edited by: user8709943 on Oct 18, 2010 4:34 PM

    Hi Srini ,
    Using the Windows XP professional XP professional service pack 2, Version : 5.1.
    Deleted the space. So now folder is : C:\Aravind\Oracle\SW\Oracle11g\Database .
    C:\Aravind\Oracle\SW\Oracle11g\database>setup.exe -silent -responseFile C:\Aravind\Oracle\SW\Oracle11g\database\db_install.rsp
    Error : Given Response file C:\Aravind\Oracle\SW\Oracle11g\database\db_install.rsp is not valid .
    Cause : Syntactically incorrect response file . Either unexpected variables are specified or expected variables are not specified in response file .
    Following is the log file info :
    Using paramFile: C:\Aravind\Oracle\SW\Oracle11g\database\install\oraparam.ini
    The commandline for unzip:
    C:\Aravind\Oracle\SW\Oracle11g\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\DOCUME~1\veeranki\LOCALS~1\Temp\OraInstall2010-10-19_05-49-28AM" INFO: Loading data from: jar:file:/C:/Documents%20and%20Settings/veeranki/Local%20Settings/Temp/OraInstall2010-10-19_05-49-28AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Documents%20and%20Settings/veeranki/Local%20Settings/Temp/OraInstall2010-10-19_05-49-28AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Documents%20and%20Settings/veeranki/Local%20Settings/Temp/OraInstall2010-10-19_05-49-28AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Validating Response File C:\Aravind\Oracle\SW\Oracle11g\database\db_install.rsp
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    SEVERE: [FATAL] [INS-10105] The given response file C:\Aravind\Oracle\SW\Oracle11g\database\db_install.rsp is not valid.
    CAUSE: Syntactically incorrect response file. Either unexpected variables are specified or expected variables are not specified in the response file.
    ACTION: Refer the latest product specific response file template
    SUMMARY:
    - cvc-complex-type.2.4.a: Invalid content was found starting with element 'LOCAL_NODE'. One of '{"":oracle.install.responseFileVersion, "":oracle.install.option, "":SELECTED_LANGUAGES, "":ORACLE_HOSTNAME, "":INVENTORY_LOCATION, "":UNIX_GROUP_NAME, "":oracle.install.db.InstallEdition, "":ORACLE_BASE, "":ORACLE_HOME, "":oracle.install.db.CLUSTER_NODES, "":oracle.install.db.DBA_GROUP, "":oracle.install.db.OPER_GROUP, "":oracle.install.db.isCustomInstall, "":oracle.install.db.customComponents, "":oracle.install.db.config.starterdb.type, "":oracle.install.db.config.starterdb.SID, "":oracle.install.db.config.starterdb.globalDBName, "":oracle.install.db.config.starterdb.characterSet, "":oracle.install.db.config.starterdb.memoryLimit, "":oracle.install.db.config.starterdb.enableSecuritySettings, "":oracle.install.db.config.starterdb.installExampleSchemas, "":oracle.install.db.config.starterdb.memoryOption, "":oracle.install.db.config.starterdb.storageType, "":oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation, "":oracle.install.db.config.starterdb.fileSystemStorage.dataLocation, "":oracle.install.db.config.starterdb.password.ALL, "":oracle.install.db.config.starterdb.password.SYS, "":oracle.install.db.config.starterdb.password.DBSNMP, "":oracle.install.db.config.starterdb.password.SYSMAN, "":oracle.install.db.config.starterdb.password.SYSTEM, "":oracle.install.db.config.starterdb.control, "":oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification, "":oracle.install.db.config.starterdb.dbcontrol.emailAddress, "":oracle.install.db.config.starterdb.dbcontrol.SMTPServer, "":oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL, "":oracle.install.db.config.starterdb.automatedBackup.enable, "":oracle.install.db.config.starterdb.automatedBackup.osuid, "":oracle.install.db.config.starterdb.automatedBackup.ospwd, "":oracle.install.db.config.asm.diskGroup, "":oracle.install.db.config.asm.ASMSNMPPassword, "":SECURITY_UPDATES_VIA_MYORACLESUPPORT, "":DECLINE_SECURITY_UPDATES, "":MYORACLESUPPORT_USERNAME, "":MYORACLESUPPORT_PASSWORD, "":PROXY_PORT, "":PROXY_HOST, "":PROXY_USER, "":PROXY_PWD}' is expected.
    cvc-datatype-valid.1.2.1: '""' is not a valid value for 'integer'.
    cvc-type.3.1.3: The value '""' of element 'PROXY_PORT' is not valid.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
    INFO: Advice is ABORT
    SEVERE: Unconditional Exit
    INFO: Adding ExitStatus FAILURE to the exit status set
    WARNING: A log of this session is currently saved as: C:\DOCUME~1\veeranki\LOCALS~1\Temp\OraInstall2010-10-19_05-49-28AM\installActions2010-10-19_05-49-28AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location
    Can u please suggest what could be the issue . .
    Thank You

  • Can not Unzip oracle 11g zip file for x64

    Hi,
    I have downloaded oracle 11g file from (window 2008 server with x64)
    http://www.oracle.com/technology/software/products/database/oracle11g/111060_win64soft.html
    File Name      win64_11gR1_database_1013.zip
    when i try to unzip this file I got an error like:
    Archive: win64_11gR1_database_1013.zip
    End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.unzip: cannot find zipfile directory in win64_11gR1_database_1013.zip,and cannot find win64_11gR1_database_1013.zip.zip, period.
    error indicates me towards two ways
    1] File is invalid - I have downloaded same file twice
    2] File is distributed in multiple files- site have only downloadable link
    Can any one please help me to get out of it?
    Thanks and Regards
    B.Sandeep

    If you are really on Windows 2008, this file is wrong , you need
    Oracle Database 11g Release 1 (11.1.0.7.0)
    for Microsoft Windows Server 2008 x64
    Of course that doesn't necessarily solve your general unzip problem, compare the size of the downloaded file with the size on the download site. If there's a difference,download is not complete for whatever reason.
    Werner

Maybe you are looking for

  • I am having major problems with the Flash Player Download

    I have downloaded it probably 12 times +. I have tried everything I know and keep coming back to the boards for more. I don't know what else to do. I have I/E 8. I use AVG 8.5. I use Net zero and their proprietary pop up blocker. I download 10.1.82.7

  • Part cost   kf values are getting aggregated ......... can any one help me?

    hello gurus.... iam designing a infocube in which there is a keyfigure 'partcost'.when i execute a query on this infocube, the part cost values  for a particular part id are getting summed up. but the part cost ,whether for single or 100's of parts ,

  • Istallation error

    while installing obiee 10.1.3.4.0 , i am getting an error [nQSError:46036] Internal Assertion :Condition GetAdapterInfo(pAdapterInfo.get(), &ulOutBufLen)== NO_ERROR, file.\Config\SUSystemConfig.cpp.line 1298 if i skip this error and installing then B

  • Screen capture output is cropped incorrectly

    I'm using the built-in screen capture functionality on OS X to grab screenshots, using Command-Shift-4 followed by space, then clicking on the window to be captured.  The problem is that if the window fills the full screen area, it is partially cropp

  • Cannot Type Some Arabic  Characters

    Dear All, I am working in bilingual project English and Arabic. In 10gforms i can type arabic and save it properly but in 10g reports i cannot type some of the arabic characters in design view. but the same characters i can type in arabic using other