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

Similar Messages

  • Oracle 11g Database Installer - INS-08102 error

    After I click next on Installation option screen, I get the error message [INS-08102] Unexpected error occurred while transitioning from state 'installOptions'
    The details say:
    Cause - No additional information available. Action - Contact Oracle Support Services or refer to the software manual. Summary  - java.lang.NullPointerException
    I get this error regardless of the Installation option I select.
    I am installing it on a windows XP and I am logged on as Administrator. I have the installers on c:\database
    The error log is empty.
    Any ideas or suggestions?

    hiii
    i was also facing the same problem but what i did is uninstalled any previous traces of oracle and deleted oracle folder from program files and it worked fine....

  • 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 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.

  • 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

  • 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 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 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

  • Oracle 11g client installation on Solaris in non GUI mode

    Hi,
    I want to know if there is a way i can install Oracle 11g client on Solaris 10 machine in non GUI mode (ie. i want to do it from a command based terminal)
    Thanks
    Anup

    Hi Anup
    You have two ways to install it
    1) Client installation without response file
    Please Refer to Doc ID 885643.1
    2) With Response file
    Refer to the document available in Document library
    Document Oracle® Database Client Installation Guide
    11g Release 2 (11.2) for Solaris Operating System
    Note: from 11gR2 onwards you can create a response file from GUI also and then use it later on for silent installation.
    Hope this is helpful for You
    Regards
    Sudhir
    Edited by: user13090769 on Sep 1, 2010 10:55 AM
    Edited by: user13090769 on Sep 1, 2010 10:56 AM

  • Oracle 11g database installation error

    Hi all,
    I try to install oracle database 11g in my machine but end of the installation getting some error like OUI -25031 as follows.pls help me
    Execution of the plugin was aborted
    INFO: Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    *** Starting OUICA ***
    Oracle Home set to d:\oracle11g
    Configuration directory is set to d:\oracle11g\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "d:\oracle11g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is D:\oracle11g\oui\bin\runConfig.bat ORACLE_HOME=D:\oracle11g MODE=perform ACTION=configure RERUN=false $*
    INFO: Since there is an Internal Plugin Invocation or a Java Plugin Invocation tool in the Oracle Home D:\oracle11g we use the runConfig Command instead of the plugin's command
    INFO: Since the option is to overwrite the existing D:\oracle11g\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is D:\oracle11g\cfgtoollogs\configToolFailedCommands.bak.15
    SEVERE: OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: --------------------------------------
    INFO: The "d:\oracle11g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: The "d:\oracle11g\cfgtoollogs\configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is D:\oracle11g\oui\bin\runConfig.bat ORACLE_HOME=D:\oracle11g MODE=perform ACTION=configure RERUN=false $*
    INFO: Since there is an Internal Plugin Invocation or a Java Plugin Invocation tool in the Oracle Home D:\oracle11g we use the runConfig Command instead of the plugin's command
    INFO: Since the option is to overwrite the existing D:\oracle11g\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is D:\oracle11g\cfgtoollogs\configToolFailedCommands.bak.16
    SEVERE: OUI-25029:One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    INFO: User Selected: Yes/OK
    WARNING: Do you really want to exit?
    INFO: User Selected: Yes/OK
    INFO: The OUICA command is launched from D:\oracle11g\oui\bin\ouica.bat.
    INFO:
    *** End of Installation Page***
    The installation of Oracle Database 11g was successful, but some configuration assistants failed, were cancelled or skipped.
    by
    vijay
    Edited by: 849135 on Jun 20, 2011 3:15 AM

    Hi,
    Pl. post complete error stack and mention the OS type and version.
    thanks,
    X A H E E R

  • 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 Client installation command

    pls can I know how to install Oracle 11g using runInstaller sliently.

    Check out the installation documentation.
    You'll either want the Universal Installer and OPatch User's Guide for Windows and UNIX or one of the OS specific guides.

  • Oracle 11g Client Installation on Ubuntu

    Hi, I tried to install the Oracle 11g Client on my Dell Inspiron laptop running ubuntu, the thing is that I did every step described in the Installation Guide but when I ran the ./runInstaller file, at the installation point the assistant raises an error and prompts for an action (Ignore, Retry, Cancel), and even if I choose ignore it keeps raising the same error, then I noticed in my terminal that the errors was because ubuntu couldn't find some commands used in the installation script, and that there was no installation steps for ubuntu in my guide, so I think the Client Installer I downloaded wasn't for ubuntu... could be the reason why I can't install the client? is there a script or some way to install the client on ubuntu?
    Thanks!
    Edited by: user10232758 on Oct 23, 2008 7:34 AM

    Unfortunately there's no (official) installation guide from Oracle,because it's not supported. If you want to continue go to the Linux Technology Center on OTN and follow the instructions for unsupported platforms (under Installation Guides):
    http://www.oracle.com/technology/tech/linux/index.html
    http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    Werner

  • 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>

Maybe you are looking for

  • How to update field LEDAT in VETVG table(, Purchase order creation)

    Hi all, I am calculating delivery creation date in BADI:ME_PROCESS_PO_CUST. In ME23 transaction, i am able to see the date field with the correct date. But the table VETVG(LEDAT-delivery date) is not updating. Anybody knows, is there is any enhanceme

  • 5th gen Ipod not playing in any docking station

    I have a 6th generation ipod classic that works great in my pioneer receiver and in both cars. I bought a 5th gen ipod on ebay for my wife and it seems to work just fine. I restored it using itunes, then put synced songs to it. Everything works fine

  • Solaris 10 (6/06 SPARC) - Network install

    Hello all :) I downloaded the newest ISO, burned it. and tryed to execute the setup_install_server. it tries to find Boot directory (its linked to Boot -> ../../../s1) but the link is broken. in the X86 installation the link exists and not broken so

  • List the projects in sbconfig.jar.

    Hi, I have a need to list the contents of an OSB sbconfig.jar using WLST script or any api. Can someone help here. While using the console, we have an option to check/uncheck the projects contained in sbconfig.jar and import only the required ones. L

  • Lion+Snow Leopard

    Is there a way to have half Lion OS X, and Snow Leopard OS X? I need to use Lion and Snow leopard, I can boot between the 2 as I need. But how would I do this?