Oracle 11G javaw Universal Installer error

Hey all,
I'm trying to install Oracle 11G on XP Pro and I'm having all sorts of problems. I downloaded the complete installer:
<b>Oracle Database 11g Release 1 (11.1.0.6.0)</b>
and I receive the following error when I attempt to install:
<b>The Java RunTime Enviroment was not found at bin/javaw.exe. Hence, the Oracle Universal Installer cannot be run. Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.</b>
I installed JRE 1.4.2.18 rebooted the computer and tried to install again and still recieved the same error.
I checked the path to javaw.exe in the Java Control Panel and the path is there. I even disabled the one that was created with the install and still no luck.
I saw something in the fourms about the need to disable your firewall because the Oracle Installer writes to the registry. I am running Macafee and have disabled my firewall and still no luck.
Finally, back to the Java Control Panel. Under the "Java tab" --> then clicking the "view" button under the "Java Application Runtime Settings" there are two tabs, "User" and "System" that show paths for the Java software location on the system. Under the "user" tab there are two entries for the JRE 1.4 and 1.6 platforms, but only one entry (1.6) under the "system" tab, with no way for me to add a path to that tab. Please note I am using an Administrator account
Thanks for any assistance

Hmmm...you downloaded the entire .zip file and checked the length?
You unzipped the file with directory structures intact?
You ran the setup file at the top of the unzipped directory strucure?
You read the installation manual and made sure all prerequisites for installation are met?

Similar Messages

  • Oracle 11g release 2 installation error

    Hi,
    I am facing below error while oracle slient installation.
    Checking swap space: must be greater than 150 MB. Actual 1498 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-09-02_12-44-52PM. Please wait ...[oracle@localhost database]$ [SEVERE] - Email Address Not Specified
    A log of this session is currently saved as: /tmp/OraInstall2011-09-02_12-44-52PM/installActions2011-09-02_12-44-52PM.log. Oracle recommends that if
    but setting
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
    # Specify the email address to which the notifications are to be sent.
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=nayana.chavda@elitecore.com
    # Specify the SMTP server used for email notifications.
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
    and
    setting below two parameter
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true
    i am getting diferent error
    $ Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at javax.swing.UIManager.initialize(UIManager.java:1262)
    at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
    at javax.swing.UIManager.getUI(UIManager.java:851)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMUI.<init>(OiifoOCMUI.java:125)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.<init>(OiifoOCMInterfaceManager.java:79)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.getInstance(OiifoOCMInterfaceManager.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:123)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    Please sugget on above error.
    below is the db_install.rsp file
    ## Copyright(c) Oracle Corporation 1998,2008. All rights reserved.##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## can help to populate the variables with the appropriate ##
    ## values.                                   ##
    ## IMPORTANT NOTE: This file contains plain text passwords and ##
    ## should be secured to have read permission only by oracle user ##
    ## or db administrator who owns this installation. ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
    # Specify the installation option.
    # It can be one of the following:
    # 1. INSTALL_DB_SWONLY
    # 2. INSTALL_DB_AND_CONFIG
    # 3. UPGRADE_DB
    oracle.install.option=INSTALL_DB_SWONLY
    # Specify the hostname of the system as set during the install. It can be used
    # to force the installation to use an alternative hostname rather than using the
    # first hostname found on the system. (e.g., for systems with multiple hostnames
    # and network interfaces)
    ORACLE_HOSTNAME=localhost.localdomain
    # Specify the Unix group to be set for the inventory directory.
    UNIX_GROUP_NAME=oinstall
    # Specify the location which holds the inventory files.
    INVENTORY_LOCATION=/u01/app/oracle/oraInventory
    # Specify the languages in which the components will be installed.
    # en : English ja : Japanese
    # fr : French ko : Korean
    # ar : Arabic es : Latin American Spanish
    # bn : Bengali lv : Latvian
    # pt_BR: Brazilian Portuguese lt : Lithuanian
    # bg : Bulgarian ms : Malay
    # fr_CA: Canadian French es_MX: Mexican Spanish
    # ca : Catalan no : Norwegian
    # hr : Croatian pl : Polish
    # cs : Czech pt : Portuguese
    # da : Danish ro : Romanian
    # nl : Dutch ru : Russian
    # ar_EG: Egyptian zh_CN: Simplified Chinese
    # en_GB: English (Great Britain) sk : Slovak
    # et : Estonian sl : Slovenian
    # fi : Finnish es_ES: Spanish
    # de : German sv : Swedish
    # el : Greek th : Thai
    # iw : Hebrew zh_TW: Traditional Chinese
    # hu : Hungarian tr : Turkish
    # is : Icelandic uk : Ukrainian
    # in : Indonesian vi : Vietnamese
    # it : Italian
    # Example : SELECTED_LANGUAGES=en,fr,ja
    SELECTED_LANGUAGES=en
    # Specify the complete path of the Oracle Home.
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1
    # Specify the complete path of the Oracle Base.
    ORACLE_BASE=/u01/app/oracle
    # Specify the installation edition of the component.
    # The value should contain only one of these choices.
    # EE : Enterprise Edition
    # SE : Standard Edition
    # SEONE : Standard Edition One
    # PE : Personal Edition (WINDOWS ONLY)
    oracle.install.db.InstallEdition=EE
    # This variable is used to enable or disable custom install.
    # true : Components mentioned as part of 'customComponents' property
    # are considered for install.
    # false : Value for 'customComponents' is not considered.
    oracle.install.db.isCustomInstall=false
    # This variable is considered only if 'IsCustomInstall' is set to true.
    # Description: List of Enterprise Edition Options you would like to install.
    # The following choices are available. You may specify any
    # combination of these choices. The components you choose should
    # be specified in the form "internal-component-name:version"
    # Below is a list of components you may specify to install.
    # oracle.rdbms.partitioning:11.2.0.1.0 - Oracle Partitioning
    # oracle.rdbms.dm:11.2.0.1.0 - Oracle Data Mining
    # oracle.rdbms.dv:11.2.0.1.0 - Oracle Database Vault
    # oracle.rdbms.lbac:11.2.0.1.0 - Oracle Label Security
    # oracle.rdbms.rat:11.2.0.1.0 - Oracle Real Application Testing
    # oracle.oraolap:11.2.0.1.0 - Oracle OLAP
    oracle.install.db.customComponents=oracle.server:11.2.0.1.0,oracle.sysman.ccr:10.2.7.0.0,oracle.xdk:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network:11.2.0.1.0,oracle.network.listener:11.2.0.1.0,oracle.rdbms:11.2.0.1.0,oracle.options:11.2.0.1.0,oracle.rdbms.partitioning:11.2.0.1.0,oracle.oraolap:11.2.0.1.0,oracle.rdbms.dm:11.2.0.1.0,oracle.rdbms.dv:11.2.0.1.0,orcle.rdbms.lbac:11.2.0.1.0,oracle.rdbms.rat:11.2.0.1.0
    # PRIVILEGED OPERATING SYSTEM GROUPS      #
    # Provide values for the OS groups to which OSDBA and OSOPER privileges #
    # needs to be granted. If the install is being performed as a member of the #          
    # group "dba", then that will be used unless specified otherwise below.     #
    # The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
    oracle.install.db.DBA_GROUP=DBA
    # The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
    oracle.install.db.OPER_GROUP=
    # Specify the cluster node names selected during the installation.
    oracle.install.db.CLUSTER_NODES=
    # Specify the type of database to create.
    # It can be one of the following:
    # - GENERAL_PURPOSE/TRANSACTION_PROCESSING
    # - DATA_WAREHOUSE
    oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
    # Specify the Starter Database Global Database Name.
    oracle.install.db.config.starterdb.globalDBName=DB11G
    # Specify the Starter Database SID.
    oracle.install.db.config.starterdb.SID=DB11G
    # Specify the Starter Database character set.
    # It can be one of the following:
    # AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
    # EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
    # BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
    # AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
    # IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
    # KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
    # ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
    oracle.install.db.config.starterdb.characterSet=WE8ISO8859P15
    # This variable should be set to true if Automatic Memory Management
    # in Database is desired.
    # If Automatic Memory Management is not desired, and memory allocation
    # is to be done manually, then set it to false.
    oracle.install.db.config.starterdb.memoryOption=true
    # Specify the total memory allocation for the database. Value(in MB) should be
    # at least 256 MB, and should not exceed the total physical memory available
    # on the system.
    # Example: oracle.install.db.config.starterdb.memoryLimit=512
    oracle.install.db.config.starterdb.memoryLimit=
    # This variable controls whether to load Example Schemas onto the starter
    # database or not.
    oracle.install.db.config.starterdb.installExampleSchemas=false
    # This variable includes enabling audit settings, configuring password profiles
    # and revoking some grants to public. These settings are provided by default.
    # These settings may also be disabled.
    oracle.install.db.config.starterdb.enableSecuritySettings=true
    # Passwords can be supplied for the following four schemas in the     #
    # starter database:                               #
    # SYS #
    # SYSTEM #
    # SYSMAN (used by Enterprise Manager) #
    # DBSNMP (used by Enterprise Manager) #
    # Same password can be used for all accounts (not recommended)           #
    # or different passwords for each account can be provided (recommended) #
    # This variable holds the password that is to be used for all schemas in the
    # starter database.
    oracle.install.db.config.starterdb.password.ALL=sys
    # Specify the SYS password for the starter database.
    oracle.install.db.config.starterdb.password.SYS=sys
    # Specify the SYSTEM password for the starter database.
    oracle.install.db.config.starterdb.password.SYSTEM=sys
    # Specify the SYSMAN password for the starter database.
    oracle.install.db.config.starterdb.password.SYSMAN=sys
    # Specify the DBSNMP password for the starter database.
    oracle.install.db.config.starterdb.password.DBSNMP=sys
    # Specify the management option to be selected for the starter database.
    # It can be one of the following:
    # 1. GRID_CONTROL
    # 2. DB_CONTROL
    oracle.install.db.config.starterdb.control=DB_CONTROL
    # Specify the Management Service to use if Grid Control is selected to manage
    # the database.
    oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=
    # This variable indicates whether to receive email notification for critical
    # alerts when using DB control.
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
    # Specify the email address to which the notifications are to be sent.
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=nayana.chavda@elitecore.com
    # Specify the SMTP server used for email notifications.
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
    # SPECIFY BACKUP AND RECOVERY OPTIONS      #
    # Out-of-box backup and recovery options for the database can be mentioned #
    # using the entries below.                              #     
    # This variable is to be set to false if automated backup is not required. Else
    # this can be set to true.
    oracle.install.db.config.starterdb.automatedBackup.enable=false
    # Regardless of the type of storage that is chosen for backup and recovery, if
    # automated backups are enabled, a job will be scheduled to run daily at
    # 2:00 AM to backup the database. This job will run as the operating system
    # user that is specified in this variable.
    oracle.install.db.config.starterdb.automatedBackup.osuid=
    # Regardless of the type of storage that is chosen for backup and recovery, if
    # automated backups are enabled, a job will be scheduled to run daily at
    # 2:00 AM to backup the database. This job will run as the operating system user
    # specified by the above entry. The following entry stores the password for the
    # above operating system user.
    oracle.install.db.config.starterdb.automatedBackup.ospwd=
    # Specify the type of storage to use for the database.
    # It can be one of the following:
    # - FILE_SYSTEM_STORAGE
    # - ASM_STORAGE
    oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
    # Specify the database file location which is a directory for datafiles, control
    # files, redo logs.
    # Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM
    oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=
    # Specify the backup and recovery location.
    # Applicable only when oracle.install.db.config.starterdb.storage=
    oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
    # Specify the existing ASM disk groups to be used for storage.
    # Applicable only when oracle.install.db.config.starterdb.storage=ASM
    oracle.install.db.config.asm.diskGroup=
    # Specify the password for ASMSNMP user of the ASM instance.
    # Applicable only when oracle.install.db.config.starterdb.storage=ASM_SYSTEM
    oracle.install.db.config.asm.ASMSNMPPassword=
    # Specify the My Oracle Support Account Username.
    # Example : MYORACLESUPPORT_USERNAME=metalink
    MYORACLESUPPORT_USERNAME=
    # Specify the My Oracle Support Account Username password.
    # Example : MYORACLESUPPORT_PASSWORD=password
    MYORACLESUPPORT_PASSWORD=
    # Specify whether to enable the user to set the password for
    # My Oracle Support credentials. The value can be either true or false.
    # If left blank it will be assumed to be false.
    # Example : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=
    # Specify whether user wants to give any proxy details for connection.
    # The value can be either true or false. If left blank it will be assumed
    # to be false.
    # Example : DECLINE_SECURITY_UPDATES=false
    DECLINE_SECURITY_UPDATES=
    # Specify the Proxy server name. Length should be greater than zero.
    # Example : PROXY_HOST=proxy.domain.com
    PROXY_HOST=
    # Specify the proxy port number. Should be Numeric and atleast 2 chars.
    # Example : PROXY_PORT=25
    PROXY_PORT=
    # Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
    # blank if your proxy server requires no authentication.
    # Example : PROXY_USER=username
    PROXY_USER=
    # Specify the proxy password. Leave PROXY_USER and PROXY_PWD
    # blank if your proxy server requires no authentication.
    # Example : PROXY_PWD=password
    PROXY_PWD=
    Thanks in advance.

    Pl post details of OS and database versions. Pl see these MOS Docs
    "Preparing to launch Oracle Universal Installer from /tmp/OraInstall... Please wait ...$ [SEVERE] - Email Address Not Specified" errors while installing Oracle database 11gR2 in silent mode (Doc ID 883714.1)
    Silent Installation Fails with "SEVERE: Email Address Not Specified" (Doc ID 1087998.1)
    Email Address Not Specified prompt during silent install (Doc ID 1109245.1)
    HTH
    Srini

  • Windows 7, Oracle 11g Client Post-Installation Error

    Hello all--
    Background Info:
    - I have installed Oracle 11g Client (32-bit) on my Windows 7 Professional (32-bit) workstation.
    - The ORACLE_HOME directory (in my case C:\Oracle\Ora11g) is in the PATH environment variable.
    - I have created TNS_ADMIN as an environment variable that points to a network folder that contains our tnsnames.ora and sqlnet.ora.
    - I can tnsping our servers and sqlplus connects without issue.
    - I am logged in as a regular network user (added into the local Administrators group on my machine).
    The problem is that I cannot connect using a user or system DSN in the Microsoft ODBC Administrator, BUT, I can connect with a DSN when I am logged in with the local Administrator account. I have verified the DSNs are setup correctly. The error I get is the ORA-12154 error.
    Here is the exact error as it appears:
    Unable to connect
    SQLState=08004
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    If I copy the tnsnames.ora file from the network to my machine and remove/redirect TNS_ADMIN to the %ORACLE_HOME%\NETWORK\ADMIN folder, it works with my user account.
    Any thoughts?
    Thanks!
    Matt

    Hi All--
    I figured out what the problem was and I wanted to share what our solution was.
    Basically, when you open the Microsoft ODBC Administrator in Windows 7, it has to run with elevated privileges and loads the Administrator profile. Our tnsnames.ora and sqlnet.ora files are on a network share that we map to a drive letter for all users across our organization. The Administrator profile does not have this drive mapping. So I created the TNS_ADMIN environment variable with the full UNC path and I was able to test DSNs successfully.
    Regards,
    Matt

  • Oracle 11g rel 2 installation error

    Enterprise manager configuration failed due to the following error-
    failed to allocate ports in the specified ranges for the following process
    (es):JMS[5540-5559],RMI[5520-5539],Database Control[5500-5519],EM
    Agent[3938]|[1830-1849]
    Refer to the log file at c:\app\rakesh\cfgtoollogs\dbca\orcl\emConfig.log for
    more details
    you can retry configuring this database with Enterprise Manager later by
    manually running C:\app\rakesh\product\11.2.0\dbhome_1\bin\emca script

    Also check ports are used on windows command prompt.
    netstat -o -n -a
    Talip Hakan Ozturk
    http://taliphakanozturken.wordpress.com/

  • Oracle Universal Installer - Error En Create OUI Process (): 5

    When I want to install ODAC (Oracle Data Provider) for Visual Studio gives me the following error:
    Oracle Universal Installer - Error En Create OUI Process (): 5
    Thank You ..

    What version of client are you trying to install? I'd go with 11.2.0.2 to rule out any known issues with the OUI.
    11202 is available on MOS. If you don't have Oracle Support to be able to access MOS, 11201 is available in the downloads section on OTN.
    Greg

  • Deinstall Failed Oracle 11g 32-bit installation

    I haven't been able to de-install a failed/incomplete Oracle 11g 32-bit installation from Windows 7. I downloaded the deinstall utility for this configuration, but when I ran the bat file (the only executable file I found), it flashed an error and quit, before I could even read why it failed. What am I missing, please?

    user13515882 wrote:
    I haven't been able to de-install a failed/incomplete Oracle 11g 32-bit installation from Windows 7. I downloaded the deinstall utility for this configuration, but when I ran the bat file (the only executable file I found), it flashed an error and quit, before I could even read why it failed. What am I missing, please?open Command Window & execute the BAT file from there

  • Oracle BI Publisher Desktop Installation Error

    Here is the answer from MOS to the thread Oracle BI Publisher Desktop Installation Error...
    -- Symptoms
    When attempting to install BI Publisher Desktop 11g (11.1.1.6.0) for 32-bit Office on Windows 7 64-bit. During the installation process, the following error message displays and the installation fails:
    Please make sure JRE version 1.6 or later is installed
    Java JRE 6 update 32 is installed on this PC; no other Java versions are installed.
    -- Cause
    Bug 14091878: ERROR WITH BIPUBLISHERDESKTOP32.EXE INSTALLATION
    BIP Desktop installer might be corrupt
    -- Solution
    Complete the following steps:
        Download the offline installer for Java from this page:
        http://www.java.com/en/download/manual.jsp
        Make sure to download both Windows Offline (32-bit) and Windows Offline (64-bit).
        In Windows, go to the Control Panel --> Programs and Features.
        From the list of installed programs, uninstall all Java / JDK programs from your PC (both 32-bit and 64-bit)
        Reboot the PC
        Install the Java Windows Offline (32-bit)
        Install the Java Windows Offline (64-bit)
        Reboot the PC
        Install Oracle BI Publisher Desktop

    hi,
       I have the installed the same BI Publisher Desktop 11g (11.1.1.6.0) of 32 bit for Windows 7 64-bit. Just add the below code in your configuration setting file of your oracle BI publisher standalone(server side)-> install-> there you can find a file called oraparam.ini (its a configuration settings file).
    code is
    [Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=4.0,5.0,5.1,5.2,6.0,6.1
    [Windows-5.2-optional]
    [Windows-6.1-required]
    # Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS = 256
    # Minimum CPU speed required for OUI
    # CPU = 300
    Red mark is the code which you need to add in the configuration file. black marked code is the code which already exiting in the file.
    add this code before installing the desktop. then try to install. this time the software will install successfully.

  • Problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition

    Hello all,
    I have a problem with Oracle 11g(32 bit) installation on windows 7 ultimate edition (32 bit).
    I have successfully installed it immediately after OS installation. But today, i have decided to deinstall it and go for Oracle 10g version for 32 bit.
    Everything went normal during installation, but i can see the services is not present in services.msc. Also its throwing some exception for dbca, netca
    Now i tried to deinstall it and again go for 11g. But even the same story here..
    Can anybody give me a solution for this..
    -Regards
    Rajesh Menon

    Saqib Alam wrote:
    i recently install Oracle 11g R1 on windows 7 ultimate, i installed it and working perfectly.
    ur problem is that u install latest version and now u trying to installing old version.
    now u need to uninstall 10g and delete oracle from services, if the probleme presist then u should
    install fresh windows 7.
    Regards
    SaqibNo need to install a fresh OS. That's like tearing your house down just because you wired a lamp wrong and blew a circuit breaker.
    There are MeaLink notes on how to eradicate an Oracle install from Windows, but it boils down to this:
    Stop all Oracle services
    In the registery:
    - Delete all oracle services from the register (HKLM\SYSTEM\CurrentControlSet
    - Delete the entire Oralce folder from HKLM\Software
    reboot
    Delete the ORACLE_HOME directory and any other Oracle related directories/files. Offhand, it seems like there is an Oracle directory under Program Files.
    reboot

  • Oracle 11g R1 Automatic Installation shell scripts

    Hy Guys,
    Please can someone help me with: Oracle 11g R1 Automatic Installation shell scripts. A guide, how to or a link will be wellcome
    Kind Regards
    Easyman
    Edited by: Easyman on Feb 2, 2010 3:58 AM

    Hi Easyman,
    sure, just have a look in $INSTALL_CONF directory. Files starting with swInst* are referencing a response file from $INSTALL_CONF/response directory. Either use a sample configuration file or add your own response file to install Oracle.
    Cheers,
    David
    OCP 9i / 10g / 11g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php
    P.S.: If you have more questions about oraToolKit please contact me at: http://www.oratoolkit.ch/faq.php

  • 11g Release 2  Installation: Error in creating link from ../bin/javaws

    While installing Oracle 11g Release 11.2.0.2 on a solaris 10 box, the installation fails on the copy phase with message below:
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: Exception thrown from action: createLink
    Exception Name: LinkException
    Exception String: Error in creating link from ../bin/javaws to /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to Retry Ignore

    Thank you Srini. During the prerequisite check was successfull. However here are the last 100 lines of the log:
    oui/bin/runInstaller.var oui/bin/runSSHSetup.sh oui/bin/addLangs.sh oui/bin/runConfig.sh oui/bin/attachHome.sh oui/bin/detachHome.sh
    INFO: chmod 0664 oui/jlib/OraCheckPoint.jar oui/jlib/OraInstaller.jar oui/jlib/OraInstallerNet.jar oui/jlib/OraPrereq.jar oui/jlib/OraPrereqChecks.jar oui/jlib/emCfg.jar oui/jlib/emocmutl.jar oui/jlib/http_client.jar oui/jlib/oneclick.jar oui/jlib/prov_fixup.jar oui/jlib/share.jar oui/jlib/xmlparserv2.jar oui/jlib/lib/emocmclnt-14.jar oui/jlib/lib/emocmclnt.jar oui/jlib/lib/emocmcommon.jar oui/jlib/lib/http_client.jar oui/jlib/lib/jcert.jar oui/jlib/lib/jnet.jar oui/jlib/lib/jsse.jar oui/jlib/lib/log4j-core.jar oui/jlib/lib/osdt_core3.jar oui/jlib/lib/osdt_jce.jar oui/jlib/lib/regexp.jar oui/jlib/lib/xmlparserv2.jar oui/jlib/Libraries.old/NtServiceQueries.jar oui/jlib/Libraries.old/WindowsFolders.jar oui/jlib/Libraries.old/WindowsGeneralQueries.jar oui/jlib/Libraries.old/areasQueries.jar oui/jlib/Libraries.old/clusterActionLib.jar oui/jlib/Libraries.old/clusterQuery.jar oui/jlib/Libraries.old/dbActions.jar oui/jlib/Libraries.old/dbQueries.jar oui/jlib/Libraries.old/fileActionLib.jar oui/jlib/Libraries.old/fileQueries.jar oui/jlib/Libraries.old/generalActions.jar oui/jlib/Libraries.old/generalQueries.jar oui/jlib/Libraries.old/jarActionLib.jar oui/jlib/Libraries.old/launchpadaction.jar oui/jlib/Libraries.old/netQueries.jar oui/jlib/Libraries.old/ntServicesActions.jar oui/jlib/Libraries.old/oradim.jar oui/jlib/Libraries.old/rgsActions.jar oui/jlib/Libraries.old/rgsQueries.jar oui/jlib/Libraries.old/spawnActions.jar oui/jlib/Libraries.old/standardDialogs.jar oui/jlib/Libraries.old/unixActions.jar oui/jlib/Libraries.old/unixQueries.jar oui/jlib/Libraries.old/w32OcxLib.jar oui/jlib/Libraries.old/w32RegActionLib.jar oui/jlib/Libraries.old/w32RegQueryLib.jar oui/jlib/Libraries.old/wingeneralActionLib.jar oui/jlib/jlib/emocmclnt-14.jar oui/jlib/jlib/emocmclnt.jar oui/jlib/jlib/emocmcommon.jar oui/jlib/jlib/http_client.jar oui/jlib/jlib/jcert.jar oui/jlib/jlib/jnet.jar oui/jlib/jlib/jsse.jar oui/jlib/jlib/log4j-core.jar oui/jlib/jlib/osdt_core3.jar oui/jlib/jlib/osdt_jce.jar oui/jlib/jlib/regexp.jar oui/jlib/jlib/xmlparserv2.jar
    INFO: chmod 0750 srvm/admin/ractrans
    INFO: chmod 754 OPatch/crs/auto_patch.pl OPatch/crs/crsconfig_lib.pm OPatch/crs/crsdelete.pm OPatch/crs/crspatch.pm OPatch/crs/oracss.pm OPatch/crs/patch112.pl OPatch/crs/s_crsconfig_defs OPatch/crs/s_crsconfig_lib.pm OPatch/crs/log/dummy
    INFO: chmod 644 OPatch/docs/FAQ OPatch/docs/Users_Guide.txt OPatch/docs/Prereq_Users_Guide.txt
    INFO: chmod 755 OPatch/opatch
    INFO: chmod 644 OPatch/opatchprereqs/oui/knowledgesrc.xml OPatch/opatch.pl OPatch/opatch.ini OPatch/emdpatch.pl OPatch/opatchprereqs/opatch/opatch_prereq.xml OPatch/opatchprereqs/opatch/rulemap.xml OPatch/opatchprereqs/opatch/runtime_prereq.xml OPatch/jlib/opatch.jar OPatch/jlib/opatchutil.jar OPatch/jlib/opatchprereq.jar OPatch/jlib/opatchactions.jar OPatch/jlib/opatchext.jar OPatch/jlib/opatchfmw.jar
    INFO: chmod 754 OPatch/fmw/application.py OPatch/fmw/init_def.py OPatch/fmw/main_driver.py OPatch/fmw/node_manager.py OPatch/fmw/prereq.py OPatch/fmw/start_stop.py
    INFO: chmod 644 OPatch/opatchprereqs/prerequisite.properties
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: chmod: ERROR: invalid mode
    INFO: chmod: WARNING: can't access bin/cmadmin
    chmod: WARNING: can't access bin/cmctl
    INFO: chmod: WARNING: can't access bin/cmgw
    chmod: WARNING: can't access bin/cmmigr
    INFO: chmod: WARNING: can't access bin/procob
    chmod: WARNING: can't access bin/rtsora
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: DONE Executing permissions file from :/tmp/OraInstall2011-12-08_04-13-37PM/fastcopy/setperms1.sh
    INFO: InstallProgressMonitor: Starting phase 2
    INFO: Installation in progress
    INFO: Installation in progress
    INFO: Copying files for 'Sun JDK 1.5.0.24.08 '
    INFO: Copying files for 'Sun JDK 1.5.0.24.08 '
    INFO: 12/8/11 4:19:20 PM EST: Starting install Install Phase 1 of component Sun JDK
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = ../libjsig.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/server/libjsig.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/server/libjsig.so'
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/server/libjsig.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = ../libjsig.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/client/libjsig.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/client/libjsig.so'
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/client/libjsig.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = libjdgaSUNWffb.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/libjdgaSUNWafb.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/libjdgaSUNWafb.so'
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/libjdgaSUNWafb.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = client/libjvm.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjvm.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link 'client/libjvm.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjvm.so'
    INFO: creating link 'client/libjvm.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjvm.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = libjdgaSUNWffb.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjdgaSUNWafb.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjdgaSUNWafb.so'
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjdgaSUNWafb.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = ../bin/javaws
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: Exception thrown from action: createLink
    Exception Name: LinkException
    Exception String: Error in creating link from ../bin/javaws to /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws
    Exception Severity: 1
    I

  • P6v7 Web Services Oracle Universal Installer Error Setting Java_Home veriab

    Hi,
    I am installing Primavera P6 v7 web serivces on a Ms Windows 2003 SP2 server machine but it gives error "error setting Java_Home environment variable" every time i run the oracle universal installer setup of P6 v7 web services. I have already installed Java JRE1.6.0_14 and set the JAVA_HOME variables in both system and user variables. I have also tried manually setting path of JAVA during setup but no luck so far everytime same error. I have been looking at the log file in oracle inventory folder but did not find any hint to resolve the issue.
    Please suggest a solution or workaround.
    Regards,
    Shahid

    r u using 32bit or 64bit java?? better to use 32 bit java. Create 3 variable for EPPM P6
    1) variable name: JAVA_HOME Value: c:\Java32\JRE1.6.0_27
    2) variable name: JRE_Location value: c:\Java32\jdk.1.6.0_27\jre
    3) variable name: p6_java_home value: c:\Java32\jdk.1.6.0_27

  • Oracle Universal Installer Error when Installing Oracle database Software

    Hi Guru's
    we are installing SAP ECC 6.0 on Linux:Oracle, we start the installation fine until we reach the oracle software installation step. we login as ora<sid> then set the DISPLAY variable setenv DISPLAY 192.168.1.155:0.0
    The csh shell is the one that is being used we find this after executing echo $SHELL, when we execute echo $DISPLAY it returns 192.168.1.155:0.0.
    When we run ./RUNINSTALLER it then returns Failed the DISPLAY variable is not set correctly, to check if it working execute xclock, we run that and it displays the clock.
    what could be the problem with this installation.

    I am trying to install Oracle 10g on Suse Linux and I am getting the
    following error...
           Checking monitor: must be configured to display atleast 256
    colors Failed <<<<  >>>> could not execute auto check for display colors
    using command /usr/X11R6/bin/xdpyinfo check if DISPLAY variable is set.
    I checked the DISPLAY variable and it is set right.

  • Oracle 11g R2 client installation on Windows 7 64 bit hangs after performing prerequisite checks

    Windows 7 Professional SP1 64bit OS
    6 GB RAM
    380 GB free space
    Extracted client to C:\Stage\win64_11gR2_client\client
    Ran setup.exe as administrator, but the installation always hangs after step 5 of 7 is completed (Perform Prerequisite checks). Install log ends with entry "INFO: Get view named [SummaryUI]"
    What am I missing here? Any help would be greatly appreciated.
    C:\Stage\win64_11gR2_client\client>dir
    Directory of C:\Stage\win64_11gR2_client\client
    06/15/2013  02:56 PM    <DIR>          .
    06/15/2013  02:56 PM    <DIR>          ..
    06/15/2013  02:56 PM    <DIR>          doc
    06/15/2013  02:56 PM    <DIR>          install
    06/15/2013  02:56 PM    <DIR>          response
    06/15/2013  02:55 PM           341,304 setup.exe
    06/15/2013  02:55 PM                56 setup.ini
    06/15/2013  02:59 PM    <DIR>          stage
    06/15/2013  02:55 PM             4,327 welcome.html
                   3 File(s)        345,687 bytes
                   6 Dir(s)  412,474,404,864 bytes free
    Last few lines of install log:
    WARNING: Active Help Content for InstallLocationPane.cbxOracleBases do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxOracleBases.conciseHelpText
    WARNING: Active Help Content for InstallLocationPane.cbxSoftwareLoc do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxSoftwareLoc.conciseHelpText
    INFO: View for [InstallLocationUI] is oracle.install.ivw.client.view.InstallLocationGUI@75f0f8ff
    INFO: Initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Completed initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: Displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOracleHome>
    INFO: Completed validating view at state <getOracleHome>
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Stage\win64_11gR2_client\client\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from c:\Stage\win64_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/c:/Stage/win64_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/c:/Stage/win64_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1068.0003070831299
    INFO: PATH has :==>C:\Temp\OraInstall2013-06-17_02-55-15PM\jdk\jre\bin;.;C:\windows\system32;C:\windows;C:\Perl\site\bin;C:\Perl\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\APPS\PuTTY\;C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_NO
    INFO: Verifying route INVENTORY_NO
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prereqExecutionDecider>
    INFO: Completed validating view at state <prereqExecutionDecider>
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Get view named [PrereqUI]
    INFO: View for [PrereqUI] is [email protected]e4b
    INFO: Initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Completed displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Loading view <PrereqUI> at state <checkPrereqs>
    INFO: Completed loading view <PrereqUI> at state <checkPrereqs>
    INFO: Localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Administrator.xml
    INFO: refDataFile: C:\Stage\win64_11gR2_client\client\stage\cvu\oracle.client_Administrator.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: PN-PC:C:\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:5.9491GB (6238064.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: PN-PC:C:\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:130MB
    INFO: Actual Value:384.1495GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:64-bit
    INFO: Actual Value:64-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:PN-PC
    INFO: Expected Value:1023
    INFO: Actual Value:369
    INFO: -----------------------------------------------
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <checkPrereqs>
    INFO: Completed validating view at state <checkPrereqs>
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Completed validating state <checkPrereqs>
    INFO: Verifying route success
    INFO: Get view named [SummaryUI]

    Yes, I've tried using the -jreLoc option but it doesn't seem to like the path.
    Version 6.0.200.2 is at C:\Program Files (x86)\Java\jre6\bin
    C:\Stage\win64_11gR2_client\client>setup.exe -jreLoc "C:\Program Files (x86)\Java\jre6"
    Starting Oracle Universal Installer...
    Checking monitor: must be configured to display at least 256 colors Higher than 256 .    Actual 4294967296     Passed
    Preparing to launch Oracle Universal Installer from C:\Temp\OraInstall2013-06-17_04-47-16PM. Please wait ...
    The Java RunTime Environment was not found at "C:\Program Files (x86)\Java\jre6"\bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again
    I downloaded a newer version to C:\APPS\Java thinking the space in the path for Program Files (x86) might be a problem, but that also fails with the same error message
    Version 7.0.210.11 is at C:\APPS\Java\bin
    C:\Stage\win64_11gR2_client\client>setup.exe -jreLoc "C:\APPS\Java\"
    Starting Oracle Universal Installer...
    Checking monitor: must be configured to display at least 256 colors Higher than 256 .    Actual 4294967296     Passed
    Preparing to launch Oracle Universal Installer from C:\Temp\OraInstall2013-06-17_05-09-13PM. Please wait ...
    The Java RunTime Environment was not found at C:APPS\Java"\bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again

  • Pro*C using Oracle 11g - ld: 0711-317 ERROR: Undefined symbol: .sqlcxt

    Hi
    We we are migrating from oracle 10g to 11g and AIX 5.3 to AIX 6.1. When I run the make file I get the following link errors. Note the 10g system is running using 32bit libs, and the new system is runing the 64bit libs.
    makegmake -f Makefile.all all SYSTEM=rs6k CC="cc_r" LINKER="cc_r"
    cc_r -lclntsh -L/wfm/usr/oracle/product/11.2.0/db/lib /home/Builds/CommonLib/Lib/AIX/cuCommonLib.a TagCommonLib/tagCommonLi
    b.a ObjFiles/TagDailyStats.o ObjFiles/TagCreate.o ObjFiles/EventLogMessageFormat.o ObjFiles/TagHeartBeatMsg.o ObjFiles/TagWriteTimingLog.o ObjFiles/Ta
    gGenMain.o -o TagTG
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-317 ERROR: Undefined symbol: .sqlglm
    ld: 0711-317 ERROR: Undefined symbol: .sqlbuft
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    gmake: *** [TagTG] Error 8
    make: 1254-004 The error code from the last command is 2.
    After reading some of the ideas on the web, I added the following options, -lsql11 -I/wfm/usr/oracle/product/11.2.0/db/precomp/public, but got the same error.
    > make
    gmake -f Makefile.all all SYSTEM=rs6k CC="cc_r" LINKER="cc_r"
    cc_r -lclntsh -lsql11 -I/wfm/usr/oracle/product/11.2.0/db/precomp/public -L/wfm/usr/oracle/product/11.2.0/db/lib /home/Buil
    ds/CommonLib/Lib/AIX/cuCommonLib.a TagCommonLib/tagCommonLib.a ObjFiles/TagDailyStats.o ObjFiles/TagCreate.o ObjFiles/EventLogMessageFormat.o ObjFiles
    /TagHeartBeatMsg.o ObjFiles/TagWriteTimingLog.o ObjFiles/TagGenMain.o -o TagTG
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-317 ERROR: Undefined symbol: .sqlglm
    ld: 0711-317 ERROR: Undefined symbol: .sqlbuft
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    gmake: *** [TagTG] Error 8
    make: 1254-004 The error code from the last command is 2.
    Can anyone please suggest to me what I am doing wrong .
    Thanks,
    Jim

    Hi,
    I'm experiencing the same problem, thank you for your 32 bit tip.
    I installed InstantClient for 64bit and didn't find any of the sql??? functions.
    http://download.oracle.com/otn/linux/instantclient/112010/oracle-instantclient11.2-precomp-11.2.0.1.0-1.x86_64.zip
    After that I installed the 64 bit client with universal installer, sql*plus, programmer and OCI packets, got lots of errors, cause I have not the official distribution and scripts are partly wrong.
    T24-SMS-1:/usr/lib# uname --all
    Linux T24-SMS-1 2.6.26-2-amd64 #1 SMP Wed May 12 18:03:14 UTC 2010 x86_64 GNU/Linux
    Then again I searched for sql??? functions sqlcxt I took and found them: (Note: they were not present with the instantclient distri with proc libraries
    T24-SMS-1:/usr/lib# find /home/sms/instantclient_11_2/lib -type f -exec grep -H -i sqlcxt {} \; | grep Binary
    Binary file /home/sms/instantclient_11_2/lib/libsql11.a matches
    Binary file /home/sms/instantclient_11_2/lib/liborasdk.so.11.1 matches
    Binary file /home/sms/instantclient_11_2/lib/libsrvmhas11.so matches
    Binary file /home/sms/instantclient_11_2/lib/libclntsh.so.11.1 matches
    Binary file /home/sms/instantclient_11_2/lib/libsqlplus.a matches
    After that I again got the same errors. I will try the 32 bit distribution and I hope I will find some header file with sql??? functions in it.

  • Oracle 10g db Silent installation error

    Hi All,
    I am getting this error while going for silent installation :
    SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    DEP_MODE(InstallType),
    TLDepModes(TopLevelInstallType)
    Here is response file and execution summary :
    =============================================================
    $ ./runInstaller -silent -responseFile /dumps/oracle4linux/dvd/database/responsevenf
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-11-14_03-07-37AM. Please wait ...[oracle@hrmodev database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.
    You can find a log of this install session at:
    /arch/ptchdb/db/tech_st/10.2.0/admin/oui/PTCH_hrmodev/oraInventory/logs/installActions2008-11-14_03-07-37AM.log
    .................................................................................................... 100% Done.
    SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    DEP_MODE(InstallType),
    TLDepModes(TopLevelInstallType)
    Silent install cannot continue.
    =============================================================
    Here is my response file :
    [General]
    RESPONSEFILE_VERSION=1.0.0.0.0
    [Session]
    #This entry is not used on Windows platforms
    #UNIX_GROUP_NAME;String;Used in Dialog
    #Group that the current user is part of, for ownership of the install files.
    UNIX_GROUP_NAME="dba"
    #FROM_LOCATION;String;Used in Dialog
    #Full path for the products.jar file.
    #Replace the X: with the drive letter of your CD-ROM device.
    FROM_LOCATION="/dumps/oracle4linux/dvd/database/stage/products.xml"
    #FROM_LOCATION_CD_LABEL;String:Used in multi-CD installations.
    #It includes the label of the Compact Disk where the file "products.jar" exists.
    #The label can be found in the file "disk.label" in the same directory as
    #"products.jar".
    #ORACLE_HOME;String;Used in Dialog
    #Enter the path to your oracle home. Replace the drive letter and optionally
    #alter the home path.
    ORACLE_HOME="/visapp/venforth/app/oracle/"
    #ORACLE_HOME_NAME;String;Used in Dialog
    #Enter the name of this oracle home. The name will be used to identify this
    #home.
    ORACLE_HOME_NAME="VENF"
    #TOPLEVEL_COMPONENT;StringList;Used in Dialog
    #Choices: "oracle.server", "8.1.5.0.0"
    #TOPLEVEL_COMPONENT={"oracle.server", "8.1.5.0.0"}
    #TOPLEVEL_COMPONENT={"oracle.rdbms","9.2.0.4.0"}
    TOPLEVEL_COMPONENT={"oracle.swd","2.2.1.2.0"}
    #SHOW_COMPONENT_LOCATIONS_PAGE;Boolean;Used in Dialog
    #Some components are flexible in where they are installed, although all have
    # default locations. Set this to FALSE if you want to accept the default locations
    # and not show this page.
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    #SHOW_SUMMARY_PAGE;Boolean;Used in Dialog <---------------
    #MUST be <false> for "silent" install
    SHOW_SUMMARY_PAGE=false
    #SHOW_INSTALL_PROGRESS_PAGE;Boolean;Used in Dialog <---------------
    #MUST be <false> for "silent" install
    SHOW_INSTALL_PROGRESS_PAGE=false
    #SHOW_REQUIRED_CONFIG_TOOL_PAGE;Boolean;Used in Dialog
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    #SHOW_OPTIONAL_CONFIG_TOOL_PAGE;Boolean;Used in Dialog
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    #SHOW_END_SESSION_PAGE;Boolean;Used in Dialog <---------------
    #MUST be <false> for "silent" install
    SHOW_END_SESSION_PAGE=false
    #Parameter : LOCATION_FOR_DISK2
    #Type : String
    #Description : Complete path to the other disks.
    #Example : LOCATION_FOR_DISK2 = "..\..\Disk2"
    #LOCATION_FOR_DISK2="F:\teststage\cd\Disk3"
    #Parameter : NEXT_SESSION
    #Type : Boolean
    #Description : Set to true if the installer needs to go to the File Locations page for another installation.
    #Example : NEXT_SESSION = true
    NEXT_SESSION=false
    #Parameter : SHOW_SPLASH_SCREEN
    #Type : Boolean
    #Description : Set to true if the initial splash screen in the installer needs to be shown.
    #Example : SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=false
    #Parameter : SHOW_WELCOME_PAGE
    #Type : Boolean
    #Description : Set to true if the Welcome page in the installer needs to
    be shown.
    #Example : SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=false
    #Parameter : SHOW_ROOTSH_CONFIRMATION
    #Type : Boolean
    #Description : Set to true if the Confirmation dialog asking to run the root.sh script in the installer needs to be shown.
    #Valid only in Unix platforms.
    #Example : SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=false
    #Parameter : SHOW_EXIT_CONFIRMATION
    #Type : Boolean
    #Description : Set to true if the confirmation when exiting the installer needs to be shown.
    #Example : SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=false
    [oracle.server_8.1.5.0.0]
    #INSTALL_TYPE;String;Used in Dialog
    # Minimal - Optional pre-configured DB (b_createDB), Networking services, Server utilities
    # Typical - Pre-configured starter DB, Licensable options and Cartridges,
    # Networking services, Server utilities
    INSTALL_TYPE="Typical"
    DEP_MODE = Custom
    TLDepModes = Custom
    [oracle.rdbms_8.1.5.0.0]
    #OPTIONAL_CONFIG_TOOLS;StringList
    #OPTIONAL_CONFIG_TOOLS={"dbassist"} OR OPTIONAL_CONFIG_TOOLS={"Oracle Database Configuration Assistant"}
    #s_GlobalDBName;String;Used in Dialog
    #This is the name of the database which will be created as part of the typical install.
    #You should modify this string to use an appropriate name.
    s_GlobalDBName="VENF"
    #This entry not needed for Windows installation.
    #s_mountPoint;String;Used in Dialog
    #Database file location: directory for datafiles, control files, redo logs
    #s_mountPoint="/visapp/venforth/oradata/"
    #s_dbSid;String;Used in Dialog
    #Value for ORACLE_SID. Change this to an appropriate SID.
    s_dbSid="VENF"
    #b_createDB;Boolean
    #Relevant only in MINIMAL, set to TRUE if you want a starter database, set to FALSE if not.
    b_createDB=true
    Edited by: Kishore KVR on Nov 14, 2008 2:56 PM

    Hi,
    Have you checked for any errors in log file....????
    Can you connect via SQL*PLUS ... , for example...????
    Regards,
    Simon

Maybe you are looking for