Cannot fix installation Oracle 11g on unix

I downloaded Oracle 11g and I am trying to install it on my ubuntu machine, however, the installation wizard seems to have failed running the prerequisite checks, and, has generated some scripts (intended to fix) which seem to have failed as well.
Would you please guide me?
Download link:
Oracle Database 11g Release 2 for Linux x86</title><meta name="Title" content="Oracle Database 1…
Log
jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ sudo runfixup.sh
[sudo] password for jonathan:
sudo: runfixup.sh: command not found
jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ sudo ./runfixup.sh
Response file being used is :./fixup.response
Enable file being used is :./fixup.enable
Log file location: ./orarun.log
./orarun.sh: 186: [: true: unexpected operator
./orarun.sh: 848: [: unexpected operator
./orarun.sh: 864: [: unexpected operator
./orarun.sh: 882: [: unexpected operator
./orarun.sh: 903: [: true: unexpected operator
./orarun.sh: 1052: [: unexpected operator
./orarun.sh: 1057: [: unexpected operator
./orarun.sh: 1075: [: unexpected operator
./orarun.sh: 1085: [: unexpected operator
./orarun.sh: 1115: [: unexpected operator
./orarun.sh: 1143: [: unexpected operator
./orarun.sh: 1189: [: unexpected operator
./orarun.sh: 139: [: unexpected operator
./orarun.sh: 139: [: unexpected operator
./orarun.sh: 1228: [: unexpected operator
./orarun.sh: 1284: [: unexpected operator
./orarun.sh: 1342: [: unexpected operator
./orarun.sh: 1426: [: unexpected operator
./orarun.sh: 1451: [: unexpected operator
jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ more runfixup.sh
#!/bin/sh
# $Header: opsm/cvutl/runfixup.sh /main/3 2008/7/07 17:45:45 nvira Exp $
# runfixup.sh
# Copyright (c) 2007, 2008, Oracle. All rights reserved. 
#    NAME
#      runfixup.sh - This script is used to run fixups on a node
#    DESCRIPTION
#      <short description of component this file declares/defines>
#    NOTES
#      <other useful comments, qualifications, etc.>
#    MODIFIED   (MM/DD/YY)
#    nvira       06/24/08 - remove sudo
#    dsaggi      05/29/08 - remove orarun.log before invocation
#    dsaggi      10/24/07 - Creation
if [ -z "$ECHO" ]; then ECHO=/bin/echo; fi
if [ -z "$ID" ]; then ID=/usr/bin/id; fi
RUID=`$ID -u`
if [ "${RUID}" != "0" ];then
   $ECHO "You must be logged in as root (uid=0) when running $0."
     exit 1
fi
EXEC_DIR=`dirname $0`
RMF="/bin/rm -f"
#  Remove old orarun.log before invocation
$RMF ${EXEC_DIR}/orarun.log
${EXEC_DIR}/orarun.sh ${EXEC_DIR}/fixup.response  ${EXEC_DIR}/fixup.enable ${EXE
C_DIR}
jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$ more orarun.log
This is the log file for orarun script
Timestamp: 070713135132
Response file being used is :./fixup.response
Enable file being used is :./fixup.enable
jonathan@ubuntu:/tmp/CVU_11.2.0.1.0_jonathan$
NOTE: It is too bad that I cannot upload a screenshot to this forum, sometimes it would be handy.

Jon80 wrote:
I downloaded Oracle 11g and I am trying to install it on my ubuntu machine, however, the installation wizard seems to have failed running the prerequisite checks, and, has generated some scripts (intended to fix) which seem to have failed as well.
Would you please guide me?
<snip>
NOTE: It is too bad that I cannot upload a screenshot to this forum, sometimes it would be handy.
It is too bad that you cannot read the Installation Guide, wherein is listed the versions of Linux that are certified for Oracle.  Sometimes it would be handy ... to find out that Oracle does not support their products on Ubuntu.

Similar Messages

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

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

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

  • Help with installation ORACLE 11g  SES

    hi, i'm new at this, i was almost done with the configuring of a new instance of Oracle 11g, however i'm running into this error, when one of the assistants is executing. can any of you point out what should i try or what could be the cause of this problem. any help would be really appreciated.
    the error is this:
    oracle.search.config.wls.OESException: Error while executing actiong: "setup_all"
    Caused by: oracle.search.config.wlsOESException: The SES Backend is not up! Backend must be up to configure midtier
    at oracle.search.config.wls.SearchCtl.run(SearchCtl.java:1340)
    at oracle.search.config.wls.SearchCtl.main(SearchCtl.java:1384)
    caused by: oracle.search.config.wlsOESException: The SES Backend is not up! Backend must be up to configure midtier
    at oracle.search.config.wls.SearchCtl.setup.Midtier(SearchCtl.java:609)
    at oracle.search.config.wls.SearchCtl.setupAll(SearchCtl.java:1095)
    at oracle.search.config.wls.SearchCtl.run(SearchCtl.java:1266)
    ..... 1 more
    Error while executing action: "setup_all"

    ok, the version is 11.1.2.0.0 , OS CentOS 5.0(kernel 2.6.18-308.11.1.el5PAE) = , all system requirements were met prior to installation.

  • Cannot connect to Oracle 11g XE through SQLPlus

    Have been trying to resolve this all day. I have Oracle 11g XE installed on my local desktop (Windows 7 64 bit)for which I have been using for over a year for development. The recent "Sandy" storm killed the power at our office for a week. Upon returning to the office, I can not seem to connect to the Oracle on my desktop from my desktop. The only thing that supposedly have changed was the router re-assigned IP addresses. However, I have modified my tnsnames to reflect the proper IP address. Still I get the below error trying to connect through SQL*Plus (without specifying the service):
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm
    Process ID: 0
    Session ID: 0 Serial number: 0
    When I try to specify the service name "...system/password@xe", it gives me the following error:
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Nov 8 19:54:17 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Here's the results from ipconfig
    IPv4 Address. . . . . . . . . . . : 192.168.80.194
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.80.1
    Here's my tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.80.194)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
         (SID = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.80.194)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    sqlnet.ora
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DIRECTORY_PATH = (TNSNAMES, ONAMES, HOSTNAME)
    lsnrctl service output
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2012 19:48
    :55
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    lsnrctl status output
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2012 19:56
    :48
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 08-NOV-2012 19:56:41
    Uptime 0 days 0 hr. 0 min. 11 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\EWANG-W7\listener\
    alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.80.194)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Both the "OracleServiceXE" and "OracleXETNSListener" has been started.
    Would really appreciate it if someone can help me resolve this. Thanks!

    Found the log. Below is the latest:
    Dump file c:\oraclexe\app\oracle\product\11.2.0\server\rdbms\trace\xe_ora_25252.trc
    Fri Nov 09 10:12:25 2012
    ORACLE V11.2.0.2.0 - Production vsnsta=0
    vsnsql=16 vsnxtr=3
    *** 2012-11-09 10:12:25.530
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Windows NT Version V6.1 Service Pack 1
    CPU : 4 - type 586, 4 Physical Cores
    Process Affinity : 0x0x00000000
    Memory (Avail/Total): Ph:11433M/16359M, Ph+PgF:20698M/32717M, VA:3843M/4095M
    Instance name: xe
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 25252, image: ORACLE.EXE (SHAD)
    *** 2012-11-09 10:12:25.542
    2012-11-09 10:12:25.530: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    2012-11-09 10:12:25.544: [ default]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\ocr cannot be opened. error 2

  • Requeriments OS for installation Oracle 11g RAC  in Windows 2003

    I plan to install Oracle 11g Standard with RAC in Windows 2003 Server.
    I will use 2 nodes with the same OS.
    I will use a SAN with fibre channel, to store the DB.
    It is possible to install Oracle RAC in W2003 Standard ?
    I need obligatory W2003 Enterprise?
    The cluster of the 2 nodes is made by OS or by Oracle Clusterware?
    Thanks in advance.

    You can install on Windows 2003 Standard, it works with this OS. On the other hand the cluster is configured by the oracle clusterware. You need to make absolutely sure you are able to write from both nodes to the shared storage. Specific details on the regedit parameters you have to configure and specific OS issues are detailed at the above reference Werner posted.
    ~ Madrid

  • Issue in installation oracle 11g database gateway

    Installation error logs:
    INFO: make: *** [/u01/oracle/product/oracle11.2/rdbms/lib/dg4msql] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'idg4msql' of makefile '/u01/oracle/product/oracle11.2/rdbms/lib/ins_rdbms.mk'. ~
    Exception Severity: 1
    Installation Environment:
    Oracle info: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux info:
    LSB Version:    :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
    Distributor ID: RedHatEnterpriseServer
    Description:    Red Hat Enterprise Linux Server release 5.0 (Santiago)
    Release:        5.0
    Codename:       Santiago
    Oracle installed on 64-bit Linux, database gateway needs to be installed on Linux. Gateway select 'Oracle Database Gateway for Microsoft SQL Server'.
    Above error prompted during installation, online did not find the exact solution, please help.
    Similar problems:
    http://www.itpub.net/forum.php?mod=viewthread&tid=1615113

    Hello, check if your gateway software that you is installing is 64bits, I think you have gateway software 32 bits.
    If you are sure that you have Gateway software 64 bits, check if the next RPM were installed:
    libstdc++-devel-3.4.3-22.1
    glibc-devel-2.5-58
    libaio-devel-0.3.106

  • Oracle 11g on Unix server needs to write files (.csv) on Windows server

    Hi,
    Currently we are using Oracle 10g which is installed on a Unix server and on the same server there is a directory under which some files are being exported/downloaded by the db.
    We are having DEDICATED DB INSTANCE on the SHARED server, and not a DEDICATED SERVER.
    Now we need to migrate from Oracle 10g to 11g, but due to some complaince issue, we have been asked to create those directories on some other server. We have identified a Windows server and can create directories.
    Now I request any expert to pls suggest/guide me that how can the db (on Unix server) export/write files on another Windows server?
    I read in a thread that the server (where files should be exported) should be MOUNTED on the server where db is physically installed.
    Pls help me here.....
    Edited by: 950010 on Jul 31, 2012 7:00 AM

    950010 wrote:
    As I wrote in my question that due to compliance issue we have been asked to create the directory (that is currently on the same unix server on which our db is physically installed) in any other server (no matter unix or windows).And if that remote server is not available? Or if network connectivity to the remote server fails? Or if there is severe network congestion between the Oracle server and remote server? What then?
    How is the process on the local server suppose to deal with errors when it attempts to create a CSV file on the remote server? Or deal with network bottlenecks that results in severe performance degradation when trying to create a CSV file? Or if there lacks freespace for creating the CSV file?
    What about security? How is the local Oracle server to authenticate itself with the remote server? How is the remote server to protect that directory share against unauthorised access?
    How is this remote server going to provide access to authorised s/w to these CSV files?
    Who (local or remote processes) is going to manage this directory share and ensure old CSV files are deleted and that there is sufficient freespace for new CSV files?
    There are a LOT of questions that need to be asked... BEFORE deciding on HOW technically to do it. As the technical decision will be based on the functional requirements and how to best meet these.
    Technically - there is Samba, NFS, FTP, SFTP, SCP, RDIST and a number of other methods that can be used. But without asking the above questions and getting proper business answers, selecting a specific technical method is very much premature.
    You are asking the wrong questions, and in the wrong forum. You need to determine the business requirements first.

  • Finally Fixed! Oracle 11g XE 'Get Started' Page (but it won't start) Error

    OMG--I JUST FIXED THIS!!
    I've been looking for days on these posts and saw a lot of frustration and finally got it.
    I'm coming from your 'average guy' approach, so I don't get all super technical stuff, so...
    I just read the message on my IE explore page when it couldn't load it, and under 'More Information' drop down, it said...
    (my paraphrase)
    'The possible problem with your internet connection is'
    ...(and somewhere down the line)
    - GO TO Internet Explorer TOOLS, INTERNET OPTIONS, ADVANCED TAB, and under the SECURITY heading, make sure the...
    [X] SSL 2.0
    [X] SSL 3.0
    [X] TSL 1.0 boxes are checked
    And I saw the Home page--AHH HAAAA!
    Anyway, Hope this helps you guys!!!
    Don's 3D

    Hi Paul,
    I was convinced with you ans. And i tried by enabling the Local LAN option in VPN.
    But all vain... Its working off the VPN but not on.
    And I did something: installed old 10g XE and guess what! its working perfectly fine. I don't even need to change the port.
    For the time being work is being done. but i'd love to know the reason n case with 11g.
    any points?

  • Oracle 11g R2 Installation

    Hi all,
    Can any one please provide me the link of oracle documents for complete installation Oracle 11g R2 RAC.
    I tried in oracle docs but i didn't get complete installation guide.
    thank you!

    Which OS? Try the install guides for your particular platform ... http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=

  • Oracle 11g for WinXP VirtualMachine install problem

    Hi!
    I have problem with installation Oracle 11g x32 on WinXP x32 which was installed into VMWare Player
    When my installation goes to 60% i have an error em.ear file not found...
    I looking for many issues on this forum, but i can't fix this error (i have been unzipped all 2 archives in the same folder, i have deleted all files in temp folders...), but i can't pass the oracle install test... all test is filed, but i ignor this screen, because i know, that all is right... so can any one help me with installation?

    957717 wrote:
    Hi!
    I have problem with installation Oracle 11g x32 on WinXP x32 which was installed into VMWare Player
    When my installation goes to 60% i have an error em.ear file not found...
    I looking for many issues on this forum, but i can't fix this error (i have been unzipped all 2 archives in the same folder, i have deleted all files in temp folders...), but i can't pass the oracle install test... all test is filed, but i ignor this screen, because i know, that all is right... so can any one help me with installation?What is the full path name to the directory where unzipped the files?
    Do a system 'find' and locate 'em.ear'. What is the full path name to it? At acommand prompt, enter the following:
    cd \
    dir /s em.earcopy the entire session -- command and results, and paste back here.
    Also, does the path to the installation files contain any spaces? Does the path to the installed ORACLE_HOME contain any spaces?
    You have my condolences for having to work with Windows. To paraphrase a line from a popular movie . . "My momma always said Windows was like a box of chocolates."
    Edited by: EdStevens on Sep 7, 2012 3:42 PM

  • Regarding ASM in Oracle 11g

    Hi
    I would like to use ASM storage for my single instance oracle 11gR2 database. I am a little bit confused so that asking some question about Oracle 11g ASM.
    1. Does Grid Infrastructure mandatory for installation Oracle 11g  ASM instance?
    2. Without installation Grid Infrastructure can I full fill my requirements ?
    Regards
    Rabi

    "If you plan to use Oracle Restart or Oracle Automatic Storage Management (Oracle ASM), then you must install Oracle Grid Infrastructure before you install and create the database. " -- http://docs.oracle.com/cd/E11882_01/install.112/e47689/oraclerestart.htm#LADBI999

  • Steps to Install Oracle 11g XE 64 on Linux 14

    Hi
    Need steps to install Oracle 11g XE on fedora linux 14 on VM ware. I tried methods that are posted but oracle got installed but it is not working need some proper steps to install, I have done the installation on windows its but am new to linux. Please suggest me.
    Also please suggest me how to installe oracle 11g Enterprise edition on linux fedora 14.
    Thanks
    Sudhir

    Hi;
    1. There are XE dedicate forum site:
    Forum Home » Database » Application Express which is XE dedicated forum site.
    2. Installation guide can be found at:
    http://www.oracle.com/technetwork/products/express-edition/documentation/index.html
    Regard
    Helios

  • Installation of Oracle 11g on RHEL 5 (Listener cannot start )

    Hello,
    I have install Oracle 11g on my linux RHEL5. The installation was succesfull but cannot start the listener. The configuration of even the EM at the end of the installation for the same reason , Listener not started.
    Trying to connect to my Listener i got the following error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=karen)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=karen)(PORT=2484)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    LSNRCTL> start
    Starting /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNS-12537: TNS:connection closed
    TNS-12560: TNS:protocol adapter error
    TNS-00507: Connection closed
    Linux Error: 29: Illegal seek
    Can Some help troubleshoot this problem.
    Thanks

    Dear bezgodo!
    Please execute the following commands and compare the results.
    1.
    hostname --fqdn2.
    nslookup <your_ip_address>In both cases you should see the fully qualified hostname of your server.
    Yours sincerely
    Florian W.

  • Cannot complete oracle 11g installation

    I tried to reinstall oracle 11g on windows 2008 R2 and couldn't complete the installation as i am unable to start the oracle service. The system gives the following error message
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1053) The service did not respond to the start or control request
    in a timely fashion.
    I try to manually create the service and it gives me the same error.
    I also tried to start the service using the net start as follows
    C:\Users\Administrator>net start oracleserviceprod
    The service is not responding to the control function.
    More help is available by typing NET HELPMSG 2186.
    Having looked at the event viewer in windows, I noticed three different error messages as followsr
    Application popup: Microsoft Visual C++ Runtime Library : Runtime Error!
    Program: c:\app\administrator\product\11.2.0\dbhome_1\bin\ORACLE.EXE
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    and then
    A timeout was reached (30000 milliseconds) while waiting for the OracleServiceprod service to connect.
    The OracleServiceprod service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Any help will be appreciated.
    Lucas

    installActions2012-08-21_04-20-22PM.log part 8
    INFO:
    *** Specify Source Location Page***
    INFO: Setting the 'SourceLocation ( FROM_LOCATION )' property to 'C:\Oracle_11g_install\database\install\../stage/products.xml'. Received the value from the command line.
    INFO: Initializing OUI Shiphome access setup
    INFO: User Action File copied to:C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2012-08-21_04-20-22PM/globalvariables/variable.properties
    INFO: User Action File copied to:C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2012-08-21_04-20-22PM/globalvariables/globalvar.xml
    INFO: Loading products list. Please wait.
    INFO: Loading products list. Please wait.
    INFO: Loading global variables
    INFO: Reading global variables from file C:/Oracle_11g_install/database/install/../stage/globalvariables/globalvar.xml
    WARNING: Duplicate definition of global variable ORACLE_HOSTNAME
    INFO: Loading of globalvariables complete
    INFO: oracle.ctx Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_dbjava_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ucp_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.dbjava.ucp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.server_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_dbjava_server'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common.cvu_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.has.common.cvu'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.db_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.has.db Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.has.deconfig_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/has_deconfig'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rsf_has_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.install.deinstalltool_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/deinstalltool'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.client_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.javavm.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.containers_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_java_j2ee_core'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.server_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_javavm_server_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.client_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.security.osdt_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_ldap_security_osdt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.owm_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ldap.owm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_ldap_rsf_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.ldap.rsf.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.ssl_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.ldap.ssl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.mgw.common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\mgw'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.aso_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.aso Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.client_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_network_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.cman_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.cman Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.listener_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.listener Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.network.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_nlsrtl_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_nlsrtl_rsf_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.lbuilder_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_nlsrtl_rsf_lbuilder'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntmgmtobjs_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntmgmtobjs Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntoledb Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb.odp_net_2_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/ODP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoramts_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oramts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.admin_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.admin Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.oraconfig_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.oraconfig Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons_11.2.0.0.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/opmn'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons.eons_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.options_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.options Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oracore.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.oracore.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/olap'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.jai_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ordim.jai Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.rdbms_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.server_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.options.intermedia.imserver'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ovm_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ovm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint_5.10.0.0.1' to 'C:\app\Administrator\product\11.2.0\dbhome_1\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint.expat_2.0.1.0.1' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint.modules_5.10.0.0.1' to 'C:\app\Administrator\product\11.2.0\dbhome_1\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.lang_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.crs_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.deconfig_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\rdbms\deconfig'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dm_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hsodbc_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/hs'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hs_common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_hs_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.install.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.lbac_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.locator_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.oci_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_oci'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.olap_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.partitioning_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.partitioning Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.plsql_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_plsql'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.runtime_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.rsf.runtime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.util_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.util'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_cartridges_spatial'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.ic_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.ic Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.common_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.common.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.db_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.ess_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.emcp_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sysman.console.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.db.rsf_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.sysman.db.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.oms.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.plugin.db.main.agent_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.plugin.db.main.oms_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.plugin.db.main.repository_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.repository.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.paf_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.sysman.paf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.winprod_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.winprod Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.wwg.plsql_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.parser.java_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.xdk.parser.java Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rsf_rdbms_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.server_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.xdk.server Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.xquery_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.xdk.xquery'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo.locator_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_cartridges_locator'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.marvel_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/marvel'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbdev_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.dbdev Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.owb.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_owb_shortcut_ids'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.ccr_10.3.1.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/ccr'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.cfs_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_crs_wincfs'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dv_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_dv'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dv.oc4j_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_dv_oc4j'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.companion_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_javavm_companion'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rat_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.wlm.em_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.wlm.em Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.ccr.deconfig_10.3.1.0.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.sysman.ccr.deconfig'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.aspnet_2_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/ASP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.jdk_1.5.0.17.04' to 'C:\app\Administrator\product\11.2.0\dbhome_1\jdk'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui.core_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.opatch_11.2.0.0.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1\OPatch'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.jre_1.5.0.11.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\jre\1.5.0'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.seeddb_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.install.seeddb'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.seeddb.sample_schema_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/demo/schema'. Received the value from the variable calculation.
    INFO: Performing operation for OUI Oracle Home access setup
    INFO: Unable to read C:/app/Administrator/product/11.2.0/dbhome_1/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/Program Files/Oracle/Inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO:
    Regards.
    Lucas

  • Oracle 11g SOA-BPM PS3 Installation Help

    I'm not a super techie, so installing the latest release from Oracle was a challenge, but I encountered a number of problems and kept notes of what I did to solve it. Many of these hints came from the Forum, but nothing had all of the relevant info under one thread. So here is what I pieced together. If this is helpful to anybody, I'd love to hear it - either on this thread or at my e-mail address of [email protected]. My thanks to Linus Chow of Oracle for some help and allowing me to think I could do this!
    Comments/Suggestions on Oracle 11g SOA-BPMN PS3 Installation_
    Suggest downloading all files into a common directory. I stuck this folder at the root (C:) drive. At collectively just over 5 GBs, the downloading will take several hours (for me it was a full day, as did the installation). You will need an OTN account to be able to download the software. A good overview of PS3 is at the following link: http://blogs.oracle.com/bpm/2011/01/bpm_suite_11gr1_ps3_released.html.
    General comment/suggestion. Be sure to name the aforementioned folder without any spaces (big problems if this is done because of how unzipped files do/don’t work with a path name with spaces in it). As the installs get started, note that an Oracle directory (under the root) with a default name for the middleware directory, named Middleware, is created as the default.
    The link with the installation is actually helpful, but it is incomplete (http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html). Some of the detail needed is in the quick installation guide (http://download.oracle.com/docs/cd/E17904_01/install.1111/e14318/toc.htm, and I suggest downloading the PDF version), but the order conflicts with the previous information. I resolved this by using the latter for detail, but the former for the sequence. I also had to turn to several blogs/forums (the main one being: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html) to get help on troubleshooting problems with the installation (see below for others).
    I have a Windows 7 Professional 64-bit version, but I ended up following the path for the 32-bit install path (see the main link cited above), mostly because it was unclear to me what the 64-bit path would be. I also already had the 32-bit version of the JRE installed. The following links cover identifying the differences and what you may have installed as well as alternative versions to download: http://www.java.com/en/download/faq/index_general.xml?user_os=Windows%207; http://www.java.com/en/download/faq/java_win64bit.xml; and http://www.java.com/en/download/manual.jsp.
    Another general comment/suggestion. I found it useful to reboot after each step. It shut down services that I would otherwise have to search for and shut down manually. Some of the installations require services activated by previous steps to be turned off, so you’re better off doing something like this rather than encountering such an error in a subsequent step.
    Step 1: Installing the XE database. The file is an .exe file, and will execute upon a double click. However, the instruction regarding RCU is best saved until the 3rd step, doing it just before you install the RCU. More importantly, there are some things to keep in mind about the database install. First, after installation, you should sign on to the DB, using the Go To DB Home Page option under the Express Edition (XE) folder or set of menu options (created as part of the installation), under the SYSTEM user account. During installation, you’ll have to have given a password for this account, so make sure it is one you can remember. After signing on as SYSTEM, give the SYS user account another (or same) password that you can remember. You will use the SYS account in subsequent steps. Second, there is a parameter for the database that must be changed from the default. This is covered in the links below: http://blogs.oracle.com/tridib_samanta/2010/03/rcu-6107db_init_param_prerequisite_failure_for_processes.html and http://cn.forums.oracle.com/forums/thread.jspa?threadID=1004605. To solve this, select SQL button on the DB home page, then SQL Commands button on the next page, paste/enter into the pane at the top the following command, “ALTER SYSTEM SET processes=300 SCOPE=SPFILE;” (but without the quotes), and then click on the Run button. (The parameter must be greater than or equal to 200, but I found references to setting in equal to 300 or 500.) Then you can log out and close the web page.
    At times, the DB might not be started when you are expecting it to be running (e.g., after a reboot), which is covered in this link: Oracle 10g database homepage not working? (You’ll know that it is isn’t running if you try to open the Go To DB Home Page option and it won’t open, displaying an error page instead.) I found that the simplest way to fix this was to go to the Control Panel, Administrative Tools, Services, and then look to see if the OracleServiceXE service is started. If not, then restart by right-clicking on that service listing and choosing the appropriate option to execute.
    Step 2: Installing WebLogic Server. Either before or during this process, you will need to set up an Oracle Support Account. However, you need a customer ID to be able to create a profile. I was thus not able to complete a profile, so the WLS installation defaulted to the Anonymous registration option. This still needed an e-mail address though, the same one with which you would create the Oracle Support profile, so you should have one at the ready. (It would not accept the e-mail address for my OTN account.) As far as I can tell, the consequence of this path is that I cannot automatically get patches and such. I figure this is a problem to be solved another day. The Oracle Support links are: https://support.oracle.com/CSP/ui/faq_en.html#SignIn and https://support.oracle.com/CSP/ui/flash.html.
    If you go with the default, the middleware directory is just Middleware under the Oracle directory. If you select a different name or location, you will need to remember where it is and what the name is. You should also note the folder name for where the JDK was stuck, which for me was JDK160_21 under the Middleware directory.
    Step 3:  Installing RCU. The trickiest of the steps. Unlike with the previous two steps, this installation first happens after the downloaded file is unzipped. You MUST unzip into a directory for which the full path name (and not just the one you create upon extraction) is without any spaces. (You can use the underscore symbol instead of a space to indicate separation.) Unzip the folder/files, and then open the Command Prompt window. Using the cd command, work your way to the full path name to where you just unzipped these files. Next, continue to work your way down to subfolders created during the extraction process. You want to end up at the rcuHome\BIN\ subfolder. THEN do the RCU-related command cited in Step 1. Type in at the prompt the following command and hit enter: set RCU_JDBC_TRIM_BLOCKS = TRUE. Then, type in rcu.bat at the prompt and hit enter, which will run the installation and configuration sequence. This is realized through a series of windows that open for you to input information and make selections. Use the document at the following link of specific guidance as to what the configuration screens should have entered on them: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html. This includes things like the service name (XE) and the host name (localhost) to enter, assuming you are installing this on a laptop or PC for local use only. Some other helpful links for troubleshooting the RCU installation are located at: http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu.htm#CIHGHDBG; http://oraclebi.blogspot.com/2010/08/rcu-and-what-it-means-for-you.html ; Re: RCU 11.1.1.4 install fails on Oracle XE and http://cn.forums.oracle.com/forums/thread.jspa?threadID=2162409&tstart=0&messageID=9336791.
    The RCU sets up DB schemas and the like for the BPMN and SOA stuff. The screenshots in the previously mentioned document should be followed exactly. You can also refer to pp. 5-6 of the Quick Installation Guide. You should use the SYS user account (the default, I think), so have the password handy.
    I also found it more comforting to shutdown the RCU installation/configuration via the cancel option than to keep going back a screen to fix something. This may not have been necessary, but it made me feel better. Be prepared for interim screens that pop up to show that the installation/configuration is happening, which will also tell you there are errors. One such screen says that XE isn’t supported for RCU, but you can ignore that (as the supporting guidelines indicate).
    Step 4:  Installing JDev. This is an executable, and you just install with all of the defaults. This process will start the WLS as part of the installation, so you must turn it off before going to the next step. Again, I just rebooted to do this.
    Step 5:  Installing SOA Extensions for JDev. Instructions on the page at the main link are clear and correct. The 2 screen shots must be reviewed and adhered to completely in checking off options. The first selection defines the areas where updates are to be sought out, while the second selection is from the available option(s) from those areas. In this case, you are only installing the SOA Composite Editor, though there are several other updates/extensions from which to select (but don’t, at least for now).
    Step 6: Installing BPM Extensions for JDev. Same comment as for Step 5, except that the option you want to select is not as what is indicate (the BPM Composite Editor) but the BPM Process Studio! I would advise against doing these as part of the same update sequence. In fact, I closed out JDev completely (though I did not reboot) between Step 5 and Step 6.
    Step 7 and 8:  Installing SOA Suite. I suggest unzipping both of the downloaded zip files. Again, it is critical that the full path name into which files are extracted contains no spaces. Once unzipped, you should navigate to the Disk1 folder under the directory into which the first zip file was extracted, but you should do this with the Command Prompt window and the cd command. From this prompt, you should type in “setup.exe -jreLoc {location of JDK}” (without the quotes) and hit enter. The {location of JDK} is where the JDK was installed as part of the WLS installation. For me this was in folder JDK160_21 under the Middleware folder in the Oracle directory. Refer to pp. 12-15 of the Quick Installation Guide. This took me a couple of tries before I actually got the installation screen to show up correctly. Some of what this looks like is also in the following link: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html.
    What you may eventually figure out is that 5 installation disks are stretched across two zip files. Once the installation of disks 1 and 2 are done, a popup window will ask you to browse to the folder where each of the next 3 disks are, which is in the folder created by the extraction of files/folders from the second zip file for the SOA Suite. As with previous steps, I rebooted after all of this was done.
    Step 9:  Installing the Business Process Converter. Unzip the downloaded file, and open the Installation Instructions Word file. It will instruct you to point JDev’s update sequence to another zip file extracted during the unzipping of the downloaded zip file for the converter. JDev will install this without much fuss or muss, but this installation is to the Studio and not to BPA. (For installation to BPA, you need to have installed BPA, and followed the other guidance in the instructions.) To get to JDev’s update sequence, follow the same first step as in Step 5, but check the option to browse for and upload from a local file. This local file will be the previously mentioned other zip file.
    -------------------------------------------------

    Create a new user oracle and proceed with the installation
    --> useradd -g oinstall oracle
    If your are forwarding your GUI using xming or vnc you would need to copy the xauth of root user and set it to oracle
    [server1:root] xauth list
    bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e
    [server1:root] sudo su - oracle
    [server1:oracle] export DISPLAY=localhost:10.0
    [server1:oracle] xauth add bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e

Maybe you are looking for