Installing EBS 12.1.3 Database tier on 64 bit & Application tier on 32 bit

Hi Gurus,
we want to install the MOC ,EBS 12.1.3 on below two machine
Database tier on
Windows Server 2008 (64 bit)
Database Oracle 11.2 (Already have database having JDE schema)
Application tier on
Windows Server 2008 (32 bit)
Below are the step we are going to flow .
Download the EBS 12.1.1.
Apply Patch 8639046 to have the Rapid Install wizard to 12.1.1.11 for Windows Server 2008.
Install EBS 12.1.1 on database tier using Rapid install.
Install EBS 12.1.1 on Application tier using Rapid install.
Use Auto Patch to apply R12.AD.B.DELTA.3 Patch 9239089
Use Auto Patch to apply Oracle E-Business Suite Release 12.1.3 Patch 9239090
Use Auto Patch to apply the latest consolidated online help Patch 9239095.
My problem is we already have Oracle Database 11.2 in Database tier .
So can we give the already exixting database name in EBS 12.1.1
and below document talks about migrating exixting EBS database to the database tier for 64 bit.
but does not have information for installation.
"Oracle EBS R12 with Database Tier Only Platform on Oracle Database 11.2.0 [ID 456347.1]"
Can you help me
Nawneet

user9205019 wrote:
Hi Gurus,
we want to install the MOC ,EBS 12.1.3 on below two machine
Database tier on
Windows Server 2008 (64 bit)
Database Oracle 11.2 (Already have database having JDE schema)
What is JDE schema ? A custom application schema ?
Application tier on
Windows Server 2008 (32 bit)
Below are the step we are going to flow .
Download the EBS 12.1.1.
Apply Patch 8639046 to have the Rapid Install wizard to 12.1.1.11 for Windows Server 2008.
Install EBS 12.1.1 on database tier using Rapid install.
Install EBS 12.1.1 on Application tier using Rapid install.
Use Auto Patch to apply R12.AD.B.DELTA.3 Patch 9239089
Use Auto Patch to apply Oracle E-Business Suite Release 12.1.3 Patch 9239090
Use Auto Patch to apply the latest consolidated online help Patch 9239095.
My problem is we already have Oracle Database 11.2 in Database tier .
So can we give the already exixting database name in EBS 12.1.1You cannot use an existing database for EBS purpose - you have to install the database that comes with the R12.1.1 software. If the JDE schema is required, then export it from the current database you have, delete the database, install the 12.1.1 database, then create the schema in this new database and perform an import.
>
and below document talks about migrating exixting EBS database to the database tier for 64 bit.
but does not have information for installation.
"Oracle EBS R12 with Database Tier Only Platform on Oracle Database 11.2.0 [ID 456347.1]"
Can you help me
NawneetHTH
Srini

Similar Messages

  • Install EBS 11i using Oracle Database 11g

    Dear All,
    I'm going to create development environment for EBS 11i using database 11g. As i know, the rapidwiz install pack using Oracle 9i as the default database.
    Could I install EBS 11i using database 11g? Is there any documentation for this kind of installation? Or Do i have to Install EBS 11i using the default database then migrate it to Oracle database 11g?
    Many Thanks
    Gumas

    I'm going to create development environment for EBS 11i using database 11g. As i know, the rapidwiz install pack using Oracle 9i as the default database. Correct.
    Could I install EBS 11i using database 11g?No, you will need to install 9i which comes with 11i Rapid Install then upgrade the database to 11gR2
    Is there any documentation for this kind of installation? If you mean install 11i using 11g then no such doc exists.
    Or Do i have to Install EBS 11i using the default database then migrate it to Oracle database 11g?Correct.
    11gR2 Database Certified with E-Business Suite 11i
    https://blogs.oracle.com/stevenChan/entry/db11gr2_certified_ebs11i
    Interoperability Notes - Oracle E-Business Suite Release 11i with Oracle Database 11g Release 2 (11.2.0) (Note 881505.1)
    Thanks,
    Hussein

  • Migration of all setup from ebs 12.1.3 to fresh installed ebs 12.1.3

    Hi everyone,
    EBS 12.1.3 was installed 1year ago on Linux rhel 5. and after 1year with lots of customization and setups.
    EBS showing lots of issues ,and requirement is to install fresh EBS 12.1.3 and move all previous EBS data & setup to the freshly installed.
    As it seems EBS 12.1.3 was not installed properly which led to so many issues.my questions is.
    1)is this possible to install fresh EBS 12.1.3 and then move previous data & setup to this one.
    is this recommendable?
    if yes?  how? Kindly give me a detail guidance
    2)how to do a health checkup of currently installed EBS 12.1.3.
    I mean if I can show them their is nothing wrong with installation. Then we need to think over other solutions.

    what kinda of issues ? are they functional setup issue ? or customization issue?
    if yes why would you move those setup when you already have issues on that...
    Yes you can migrate
    For the application tier migration please see:
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 (Doc ID 438086.1)
    R11i / R12: Oracle E-Business Suite Upgrades and Platform Migration (https://support.oracle.com/rs?type=doc&id=1377213.1%29Doc ID 1377213.1)
    For setup
    https://blogs.oracle.com/stevenChan/entry/ten_ways_of_using_isetup_to_st
    For the database tier migration please see:
    Export/import process for 12.0 or 12.1 using 11gR1 or 11gR2 (Doc ID 741818.1)
    Using Transportable Tablespaces for EBS Release 12.0 or 12.1 Using Database 11gR2 (Doc ID 1311487.1)
    TO cross check installtion
    How to locate the log files and troubleshoot Rapid Install for Release 12.0.x and 12.1.x (Doc ID 452120.1)
    ApPsMaStI
    sharing is Caring

  • Erro while installing EBS on linux

    Here is the error I a, getting while installing ...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : fm
    sDbDomain : localdomain
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@fm.localdomain:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: Got minus one from a read call
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fm.localdomain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    Please refer to the remaining logs on applications node at - /APP/oracle/VIS/inst/apps/VIS_fm/logs/05162126.log
    Here is the full log. Please help me resolve this.
    -Sachin
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 12.0.4.6
    >> Install session started : Fri May 16 21:26:15 CDT 2008
    >> Rapid Wizard source location : /home/oracle/apps/startCD/Disk1/rapidwiz
    >> Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : fm.localdomain
    Host Operating System : Linux (32-bit)
    User running Install : oracle
    =================================================================
    InstUpgPanel
    User action : Install Oracle Applications
    Install type : Standard Install
    CCMPanel
    User action : Install Oracle Applications
    Install type : Standard Install
    InstallPanel
    User action : Create configuration
    Description : Creates a new instance configuration.
    PortPanel
    Selected port pool:
    Database Port : 1521
    RPC Port : 1626
    Web SSL Port : 4443
    ONS Local Port : 6100
    ONS Remote Port : 6200
    ONS Request Port : 6500
    Web Listener Port : 8000
    Active Web Port : 8000
    Forms Port : 9000
    Metrics Server Data Port : 9100
    Metrics Server Request Port : 9200
    JTF Fulfillment Server Port : 9300
    MSCA Server Port : 10200-10205
    MCSA Telnet Server Port : 10200,10202,10204
    MSCA Dispatcher Port : 10800
    Java Object Cache Port : 12345
    OC4J JMS Port Range for Oacore : 23000-23004
    OC4J JMS Port Range for Forms : 23500-23504
    OC4J JMS Port Range for Home : 24000-24004
    OC4J JMS Port Range for Oafm : 24500-24504
    OC4J AJP Port Range for Oacore : 21500-21504
    OC4J AJP Port Range for Forms : 22000-22004
    OC4J AJP Port Range for Home : 22500-22504
    OC4J AJP Port Range for Oafm : 25000-25004
    OC4J RMI Port Range for Oacore : 20000-20004
    OC4J RMI Port Range for Forms : 20500-20504
    OC4J RMI Port Range for Home : 21000-21004
    OC4J RMI Port Range for Oafm : 25500-25504
    Oracle Connection Manager Port : 1521
    DB ONS Local Port : 6300
    DB ONS Remote Port : 6400
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    DBNodePanel
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    AppsNodePanel
    AllNodesPanel
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    Writing configuration file to: /APP/oracle/VIS/inst/apps/VIS_fm/conf_VIS.txt
    Adding ports for Server0_fm
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_fm
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    Setting port s_cmanport to 1521
    Writing configuration file to: /tmp/05162126/conf_VIS.txt
    Adding ports for Server0_fm
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_fm
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    Setting port s_cmanport to 1521
    Setting temp directory to: /tmp/05162126/
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_db.xml
    dest : /tmp/05162126/fm_VIS_db.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    instantiate file:
    source : /tmp/05162126/fm_VIS_apps.xml
    dest : /tmp/05162126/fm_VIS_apps.xml
    Port Availability Check :
    -- database node ports --
    Database Port available: Port Value = 1521
    Database Port Value = 1521...... Available
    DB ONS Local Port available: Port Value = 6300
    DB ONS Local Port Value = 6300...... Available
    DB ONS Remote Port available: Port Value = 6400
    DB ONS Remote Port Value = 6400...... Available
    -- apps node ports --
    RPC Port available: Port Value = 1626
    RPC Port Value = 1626...... Available
    Web SSL Port available: Port Value = 4443
    Web SSL Port Value = 4443...... Available
    ONS Local Port available: Port Value = 6100
    ONS Local Port Value = 6100...... Available
    ONS Remote Port available: Port Value = 6200
    ONS Remote Port Value = 6200...... Available
    ONS Request Port available: Port Value = 6500
    ONS Request Port Value = 6500...... Available
    Web Listener Port available: Port Value = 8000
    Web Listener Port Value = 8000...... Available
    Forms Port available: Port Value = 9000
    Forms Port Value = 9000...... Available
    Metrics Server Data Port available: Port Value = 9100
    Metrics Server Data Port Value = 9100...... Available
    Metrics Server Request Port available: Port Value = 9200
    Metrics Server Request Port Value = 9200...... Available
    JTF Fulfillment Server Port available: Port Value = 9300
    JTF Fulfillment Server Port Value = 9300...... Available
    MSCA Server Port available: Port Value = 10200
    MSCA Server Port available: Port Value = 10201
    MSCA Server Port available: Port Value = 10202
    MSCA Server Port available: Port Value = 10203
    MSCA Server Port available: Port Value = 10204
    MSCA Server Port available: Port Value = 10205
    MSCA Server Port Value = 10200-10205...... Available
    MSCA Dispatcher Port available: Port Value = 10800
    MSCA Dispatcher Port Value = 10800...... Available
    Java Object Cache Port available: Port Value = 12345
    Java Object Cache Port Value = 12345...... Available
    OC4J JMS Port Range for Oacore available: Port Value = 23000
    OC4J JMS Port Range for Oacore available: Port Value = 23001
    OC4J JMS Port Range for Oacore available: Port Value = 23002
    OC4J JMS Port Range for Oacore available: Port Value = 23003
    OC4J JMS Port Range for Oacore available: Port Value = 23004
    OC4J JMS Port Range for Oacore Value = 23000-23004...... Available
    OC4J JMS Port Range for Forms available: Port Value = 23500
    OC4J JMS Port Range for Forms available: Port Value = 23501
    OC4J JMS Port Range for Forms available: Port Value = 23502
    OC4J JMS Port Range for Forms available: Port Value = 23503
    OC4J JMS Port Range for Forms available: Port Value = 23504
    OC4J JMS Port Range for Forms Value = 23500-23504...... Available
    OC4J JMS Port Range for Home available: Port Value = 24000
    OC4J JMS Port Range for Home available: Port Value = 24001
    OC4J JMS Port Range for Home available: Port Value = 24002
    OC4J JMS Port Range for Home available: Port Value = 24003
    OC4J JMS Port Range for Home available: Port Value = 24004
    OC4J JMS Port Range for Home Value = 24000-24004...... Available
    OC4J JMS Port Range for Oafm available: Port Value = 24500
    OC4J JMS Port Range for Oafm available: Port Value = 24501
    OC4J JMS Port Range for Oafm available: Port Value = 24502
    OC4J JMS Port Range for Oafm available: Port Value = 24503
    OC4J JMS Port Range for Oafm available: Port Value = 24504
    OC4J JMS Port Range for Oafm Value = 24500-24504...... Available
    OC4J AJP Port Range for Oacore available: Port Value = 21500
    OC4J AJP Port Range for Oacore available: Port Value = 21501
    OC4J AJP Port Range for Oacore available: Port Value = 21502
    OC4J AJP Port Range for Oacore available: Port Value = 21503
    OC4J AJP Port Range for Oacore available: Port Value = 21504
    OC4J AJP Port Range for Oacore Value = 21500-21504...... Available
    OC4J AJP Port Range for Forms available: Port Value = 22000
    OC4J AJP Port Range for Forms available: Port Value = 22001
    OC4J AJP Port Range for Forms available: Port Value = 22002
    OC4J AJP Port Range for Forms available: Port Value = 22003
    OC4J AJP Port Range for Forms available: Port Value = 22004
    OC4J AJP Port Range for Forms Value = 22000-22004...... Available
    OC4J AJP Port Range for Home available: Port Value = 22500
    OC4J AJP Port Range for Home available: Port Value = 22501
    OC4J AJP Port Range for Home available: Port Value = 22502
    OC4J AJP Port Range for Home available: Port Value = 22503
    OC4J AJP Port Range for Home available: Port Value = 22504
    OC4J AJP Port Range for Home Value = 22500-22504...... Available
    OC4J AJP Port Range for Oafm available: Port Value = 25000
    OC4J AJP Port Range for Oafm available: Port Value = 25001
    OC4J AJP Port Range for Oafm available: Port Value = 25002
    OC4J AJP Port Range for Oafm available: Port Value = 25003
    OC4J AJP Port Range for Oafm available: Port Value = 25004
    OC4J AJP Port Range for Oafm Value = 25000-25004...... Available
    OC4J RMI Port Range for Oacore available: Port Value = 20000
    OC4J RMI Port Range for Oacore available: Port Value = 20001
    OC4J RMI Port Range for Oacore available: Port Value = 20002
    OC4J RMI Port Range for Oacore available: Port Value = 20003
    OC4J RMI Port Range for Oacore available: Port Value = 20004
    OC4J RMI Port Range for Oacore Value = 20000-20004...... Available
    OC4J RMI Port Range for Forms available: Port Value = 20500
    OC4J RMI Port Range for Forms available: Port Value = 20501
    OC4J RMI Port Range for Forms available: Port Value = 20502
    OC4J RMI Port Range for Forms available: Port Value = 20503
    OC4J RMI Port Range for Forms available: Port Value = 20504
    OC4J RMI Port Range for Forms Value = 20500-20504...... Available
    OC4J RMI Port Range for Home available: Port Value = 21000
    OC4J RMI Port Range for Home available: Port Value = 21001
    OC4J RMI Port Range for Home available: Port Value = 21002
    OC4J RMI Port Range for Home available: Port Value = 21003
    OC4J RMI Port Range for Home available: Port Value = 21004
    OC4J RMI Port Range for Home Value = 21000-21004...... Available
    OC4J RMI Port Range for Oafm available: Port Value = 25500
    OC4J RMI Port Range for Oafm available: Port Value = 25501
    OC4J RMI Port Range for Oafm available: Port Value = 25502
    OC4J RMI Port Range for Oafm available: Port Value = 25503
    OC4J RMI Port Range for Oafm available: Port Value = 25504
    OC4J RMI Port Range for Oafm Value = 25500-25504...... Available
    OS User and Group Check
    ORACLE HOME OWNER - oracle
    ORACLE HOME GROUP ACCOUNT - oracle
    APPLICATION TIER USER ACCOUNT - oracle
    APPLICATION TIER GROUP ACCOUNT - oracle
    Port Uniqueness Check :
    -- database node ports --
    -- apps node ports --
    All ports are unique.
    File System Check :
    -- database node mount point --
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/test.tst
    Database ORACLE_HOME has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/test.tst
    Database ORACLE_HOME admin folder has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/temp/test.tst
    Database ORACLE_HOME temp folder has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/temp
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log//test.tst
    Database Install Log Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/
    test using command: touch /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out//templbac/test.tst
    Database Install Out Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out//templbac
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database System File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database Log File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database Transaction File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    test using command: touch /APP/DB/oracle/VIS/db/apps_st/data/test.tst
    Database Archive File Directory has write privileges:
    Mount Point = /APP/DB/oracle/VIS/db/apps_st/data
    -- apps node mount point --
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/admin/test.tst
    APPL_TOP admin has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl/admin
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP mount 2 has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP mount 3 has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/appl/test.tst
    APPL_TOP mount 4 has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/appl
    test using command: touch /APP/oracle/VIS/apps/apps_st/comn/test.tst
    COMMON_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/comn
    test using command: touch /APP/oracle/VIS/apps/apps_st/comn/java/classes/test.tst
    JAVA_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/apps_st/comn/java/classes
    test using command: touch /APP/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/test.tst
    JDK_TOP has write privileges:
    Mount Point = /APP/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk
    test using command: touch /APP/oracle/VIS/inst/apps/VIS_fm/temp/test.tst
    Temp Directory has write privileges:
    Mount Point = /APP/oracle/VIS/inst/apps/VIS_fm/temp
    test using command: touch /APP/oracle/VIS/inst/apps/VIS_fm/admin/log/test.tst
    APPL_TOP admin Install Log Directory has write privileges:
    Mount Point = /APP/oracle/VIS/inst/apps/VIS_fm/admin/log
    test using command: touch /APP/oracle/VIS/inst/apps/VIS_fm/admin/out/test.tst
    APPL_TOP admin Install Out Directory has write privileges:
    Mount Point = /APP/oracle/VIS/inst/apps/VIS_fm/admin/out
    test using command: touch /APP/oracle/VIS/apps/tech_st/10.1.3/test.tst
    Apps ORACLE_HOME has write privileges:
    Mount Point = /APP/oracle/VIS/apps/tech_st/10.1.3
    test using command: touch /APP/oracle/VIS/apps/tech_st/10.1.2/test.tst
    Tools ORACLE_HOME has write privileges:
    Mount Point = /APP/oracle/VIS/apps/tech_st/10.1.2
    Writing configuration file to: /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/conf_VIS.txt
    Adding ports for Server0_fm
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_fm
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    Setting port s_cmanport to 1521
    File Space Check :
    -- database node space checks --
    Mount Point for /APP/DB/oracle/VIS/db/tech_st/10.2.0 = /APP
    Disk space on system acceptable:
    Database ORACLE_HOME = /APP/DB/oracle/VIS/db/tech_st/10.2.0
    required = 5752.0
    actual = 221869.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database System File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 19624.0
    actual = 216117.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database Log File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 3165.0
    actual = 196493.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database Transaction File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 67080.0
    actual = 193328.71875
    Mount Point for /APP/DB/oracle/VIS/db/apps_st/data = /APP
    Disk space on system acceptable:
    Database Archive File Directory = /APP/DB/oracle/VIS/db/apps_st/data
    required = 45458.0
    actual = 126248.71875
    -- apps node space checks --
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP = /APP/oracle/VIS/apps/apps_st/appl
    required = 5386.0
    actual = 80790.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP mount 2 = /APP/oracle/VIS/apps/apps_st/appl
    required = 2704.0
    actual = 75404.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP mount 3 = /APP/oracle/VIS/apps/apps_st/appl
    required = 8593.0
    actual = 72700.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/appl = /APP
    Disk space on system acceptable:
    APPL_TOP mount 4 = /APP/oracle/VIS/apps/apps_st/appl
    required = 3037.0
    actual = 64107.71875
    Mount Point for /APP/oracle/VIS/apps/apps_st/comn = /APP
    Disk space on system acceptable:
    COMMON_TOP = /APP/oracle/VIS/apps/apps_st/comn
    required = 3255.0
    actual = 61070.71875
    Mount Point for /APP/oracle/VIS/apps/tech_st/10.1.3 = /APP
    Disk space on system acceptable:
    Apps ORACLE_HOME = /APP/oracle/VIS/apps/tech_st/10.1.3
    required = 1589.0
    actual = 57815.71875
    Mount Point for /APP/oracle/VIS/apps/tech_st/10.1.2 = /APP
    Disk space on system acceptable:
    Tools ORACLE_HOME = /APP/oracle/VIS/apps/tech_st/10.1.2
    required = 1147.0
    actual = 56226.71875
    Host/Domain
    command: /bin/ping -c 1 fm
    PING fm.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from fm.localdomain (127.0.0.1): icmp_seq=0 ttl=64 time=0.037 ms
    --- fm.localdomain ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.037/0.037/0.037/0.000 ms, pipe 2
    host ping has succeeded
    command: /bin/ping -c 1 fm.localdomain
    PING fm.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from fm.localdomain (127.0.0.1): icmp_seq=0 ttl=64 time=0.034 ms
    --- fm.localdomain ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.034/0.034/0.034/0.000 ms, pipe 2
    host.domain ping has succeeded
    AllNodesPanel
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    Service Name: fm
    Node Name: _fm
    Operating System: _Linux (32-bit)
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area /home/oracle/apps/oraDB/Disk1
    Exception thrown in getAllProductIDs. 0
    RapidWiz location: /home/oracle/apps/startCD/Disk1/rapidwiz
    Install Media location: /home/oracle/apps/startCD/Disk1
    Database ORACLE_HOME: /APP/DB/oracle/VIS/db/tech_st/10.2.0
    Database SID: VIS
    Database Context Name : VIS_fm
    Creating DB Context: /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    instantiate file:
    source : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/restart.xml
    Exception thrown in getAllProductIDs. 0
    RapidWiz location: /home/oracle/apps/startCD/Disk1/rapidwiz
    Install Media location: /home/oracle/apps/startCD/Disk1
    APPL_TOP location: /APP/oracle/VIS/apps/apps_st/appl
    Database SID: VIS
    APPL_TOP Context Name : VIS_fm
    INST_TOP location: /APP/oracle/VIS/inst/apps/VIS_fm
    Creating Apps Context: /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/appl/admin/VIS_fm.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    instantiate file:
    source : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    dest : /APP/oracle/VIS/inst/apps/VIS_fm/temp/restart.xml
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adriapps.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrun10g.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrun10g.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    Step 0 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Executing: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    STARTED INSTALL PHASE : 10gR2 RDBMS : Fri May 16 21:29:02 CDT 2008
    runProcess_1
    Executing command:
    /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -d /home/oracle/apps/startCD/Disk1/rapidwiz/driver/dbts/driver/gdb102.drv -log /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/dbInstall.log -nthreads 5 -verbose -pwd nopasswordhere
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS Disk 1 :
    Checking Disk contents in - /home/oracle/apps/startCD/Disk1/rapidwiz
    Checking Disk contents in - /home/oracle/apps/oraDB/Disk1
    Checking Disk contents in - /home/oracle/apps/oraDB/Disk1
    Unzip Count:137
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Processing Disk4....
    Processing Disk5....
    runProcess_2
    Statusstring Copying the Database Context template file.
    runProcess_3
    Statusstring Registering Database Technology Stack
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDBTechStack_05162133.log
    | 0% completed
    / 2% completed
    - 2% completed
    \ 2% completed
    | 2% completed
    / 2% completed
    - 2% completed
    \ 2% completed
    | 2% completed
    / 2% completed
    runProcess_4
    Statusstring Configuring Database Technology Stack
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDBTechStack_05162134.log
    | 0% completed
    / 0% completed
    FINISHED INSTALL PHASE : 10gR2 RDBMS : Fri May 16 21:34:53 CDT 2008
    /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh has succeeded
    Step 1 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Fri May 16 21:34:54 CDT 2008
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    runProcess_1
    Statusstring removing unneeded install files
    Enter the location of the CD labeled Oracle Applications Rapid Install - Databases Disk 1 :
    Checking Disk contents in - /home/oracle/apps/startCD/Disk1/rapidwiz
    Checking Disk contents in - /home/oracle/apps/oraAppDB/Disk1
    Checking Disk contents in - /home/oracle/apps/oraAppDB/Disk1
    Unzip Count:195
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Processing Disk4....
    Processing Disk5....
    Processing Disk6....
    Processing Disk7....
    Processing Disk8....
    Processing Disk9....
    Processing Disk10....
    Processing Disk11....
    Processing Disk12....
    Processing Disk13....
    Processing Disk14....
    Processing Disk15....
    Processing Disk16....
    Processing Disk17....
    Processing Disk18....
    Processing Disk19....
    Processing Disk20....
    Processing Disk21....
    Processing Disk22....
    Processing Disk23....
    Processing Disk24....
    Processing Disk25....
    Processing Disk26....
    Processing Disk27....
    Processing Disk28....
    Processing Disk29....
    Processing Disk30....
    Processing Disk31....
    Processing Disk32....
    Processing Disk33....
    Processing Disk34....
    Processing Disk35....
    Processing Disk36....
    Processing Disk37....
    runProcess_2
    Statusstring Registering Database
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDatabase_05162250.log
    | 0% completed
    runProcess_3
    Statusstring Configuring Database
    Executing command: /home/oracle/apps/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/VIS_fm.xml -stage /home/oracle/apps/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/log/VIS_fm/ApplyDatabase_05162250.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/oracle/apps/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrun10g.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrun10g0.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    instantiate file:
    source : /home/oracle/apps/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    backup : /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh to /APP/DB/oracle/VIS/db/tech_st/10.2.0/appsutil/out/VIS_fm/templbac/adrundb0.sh
    setting permissions: 755
    setting ownership: oracle:oracle
    Step 0 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrun10g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Fri May 16 23:59:12 CDT 2008
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /home/oracle/apps/startCD/Disk1/rapidwiz/jlib/java:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/home/oracle/apps/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Fri May 16 23:59:13 CDT 2008
    /APP/DB/oracle/VIS/db/tech_st/10.2.0/temp/VIS_fm/adrundb.sh has succeeded
    ===============================================================================
    NetServiceHandler 120.16.12000000.3 started for fm at Fri May 16 23:59:14 CDT 2008
    ===============================================================================
    [ Context Information ]
    Host : fm
    Domain : localdomain
    Out Dir : null
    Tier Type : DATABASE TIER
    Getting connection...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : fm
    sDbDomain : localdomain
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@fm.localdomain:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: Got minus one from a read call
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fm.localdomain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    Please refer to the remaining logs on applications node at - /APP/oracle/VIS/inst/apps/VIS_fm/logs/05162126.log

    Please post the complete error message from the installation log file.
    In addition, check alert_<SID>.log file to find out why the installer failed to create control files.
    Please make sure you follow the steps in the following notes to install R12 on Linux 32-bit/64-bit:
    Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (64-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416305.1

  • Installing EBS R12 in HP-UX Itanium

    Hello Experts,
    I'm newbie to Oracle EBS, so i have a lot of small/simple questions regarding the installation of EBS.
    1. Is it possible to install EBS in HP-UX Itanium 11.31 architecture? I hope the answer is Yes, because i could able to see the downloads for the architecture in http://edelivery.oracle.com.
    2. I believe, downloading EBS R12 is free and anyone can download the software from the above link. But during the installation, it asks for 'Support Identifier (CSI)' and 'Metalink Account'. What are these informations and how to get this informations?
    3. Based on the installation document, i hope, Database and Apps Server can be installed as separately using 'rapidwiz -techstack' option. But this installation only installs the Database and Apps Server not the Data and Application respectively.
    Thanks in Advance,
    Prakash.A

    Hi,
    1. Is it possible to install EBS in HP-UX Itanium 11.31 architecture? I hope the answer is Yes, because i could able to see the downloads for the architecture in http://edelivery.oracle.com.
    It is possible -- See (Note: 762891.1 - Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for HP-UX Itanium) for details.
    2. I believe, downloading EBS R12 is free and anyone can download the software from the above link. But during the installation, it asks for 'Support Identifier (CSI)' and 'Metalink Account'. What are these informations and how to get this informations?Providing the CSI number during the installation is optional and you can do the installation without having this number.
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    The CSI number is the number you get when you license the software through a sales representative and have a support contract with Oracle Support (please search the forum for CSI and you will get many hits).
    3. Based on the installation document, i hope, Database and Apps Server can be installed as separately using 'rapidwiz -techstack' option. But this installation only installs the Database and Apps Server not the Data and Application respectively.Do NOT use the -techstack option as this is only required to install the application/database binaries, instead run rapidiwz on the database tier node, then copy the configuration file to the application tier node and run rapidwiz again (select to read the configuration file on the apps tier node). Please see the installation manual as it is all described in this guide.
    Thanks,
    Hussein

  • Installing EBS 11i (11.5.10.2)

    Hi All,
    I have installed EBS 11i before many times , and each time I install in another server (linux) i encounter different error.
    My error now is that the gui window installer just closed suddenly without completing.
    I tried to restart it many times (./rapidwiz -restart ) but still the screen window will just close out.
    I check the log files and I can see that the installer passed the DB Tier creation. I can start/shutdown the database and the listener. But the application tier has not yet been populated. There is no data yet in the respective directories (prodcomn,prodora,prodappl)
    The following is the log file of rapidwiz -restart (last part)
    ===========================
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : boss
    sDbDomain : abc.org
    sDbPort : 1531
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@boss.abc.org:1531:PROD
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=boss.abc.org)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=boss.abc.org)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=PROD.abc.org)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    Could not get connection to the database.
    Exiting with status 100 to instantiate the tnsnames.ora template
    ===============
    Please help ....
    Thanks a lot

    Thanks for your words, it is really too much. Thanks anyway :)
    Did you verify that the database was created successfully? From the entries above, it indicates that the JDBC connection cannot be established, and this would happen if there is a missing entry in the hosts file OR the database is down OR the database listener is down. So, please refer to the installation log file and/or alert_<SID>.log file to verify this.

  • At the beginning of install EBS R12 on Ubuntu 8.04 amd64 (Linux Debian)

    Bonjour,
    Need help, please.
    At the beginning of install EBS R12 on Ubuntu 8.04 amd64 (Linux Debian)
    ATI graphic driver: "ati-driver-installer-8-4-x86.x86_64.run"
    All prerequisites are installed.
    appmgr@ubu:~$ /d01/Stage12/startCD/Disk1/rapidwiz/rapidwiz
    Terminal output:
    Rapid Install Wizard is validating your file system......
    4 dvd labels found
    Rapid Install Wizard will now launch the Java Interface.....
    appmgr@ubu:~$ Locking assertion failure. Backtrace:
    #0 /usr/lib32/libxcb-xlib.so.0 [0xf73cd767]
    #1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xf73cd8b1]
    #2 /usr/lib32/libX11.so.6(_XReply+0xfd) [0xcddf31bd]
    #3 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce162a76]
    #4 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce14880a]
    #5 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce148a51]
    #6 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x24) [0xce148c5c]
    #7 [0xf2437fa8]
    #8 [0xf2431aeb]
    #9 [0xf2431aeb]
    #10 [0xf242f1b4]
    #11 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765734c]
    #12 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf77f7c08]
    #13 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765717f]
    #14 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x2dd) [0xf76a636d]
    #15 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xf73762cd]
    #16 [0xf2437838]
    #17 [0xf2431a14]
    #18 [0xf242f1b4]
    #19 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765734c]
    Locking assertion failure. Backtrace:
    #0 /usr/lib32/libxcb-xlib.so.0 [0xf73cd767]
    #1 /usr/lib32/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xf73cd81e]
    #2 /usr/lib32/libX11.so.6 [0xcddf2518]
    #3 /usr/lib32/libX11.so.6(XGetVisualInfo+0x26) [0xcdde90a6]
    #4 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce1476df]
    #5 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce147970]
    #6 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so [0xce148b98]
    #7 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x24) [0xce148c5c]
    #8 [0xf2437fa8]
    #9 [0xf2431aeb]
    #10 [0xf2431aeb]
    #11 [0xf242f1b4]
    #12 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765734c]
    #13 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf77f7c08]
    #14 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so [0xf765717f]
    #15 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x2dd) [0xf76a636d]
    #16 /d01/Stage12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.5.0/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xf73762cd]
    #17 [0xf2437838]
    #18 [0xf2431a14]
    #19 [0xf242f1b4]
    The window titled « Install Oracle Applications - Welcome » is displayed but empty;
    I Click [ X ] at the top right corner;
    The windows titled «  Oracle Applications Rapid Install Wizard Alert » is displayed, asking « Are you sure you want to exit ? » I say [ Yes ];
    On the Terminal, I press Ctrl C.
    I choose Ubuntu that is easy to use. I tried and abandoned Oracle EL5 and Solaris.

    Need help N°2, please.
    Install started well. I am facing another lot of errors, quoted as below: -----
    In the windows "System Check Details" - File Space check:
    -- database node space checks --
    RW-20013: Error: - Not enough free disk space on system:
    Database Transaction File Directory = /d01/oracle/VIS/db/apps_st/data
    required = 65064
    actual = 38180
    RW-20013: Error: - Not enough free disk space on system:
    Database Archive File Directory = /d01/oracle/VIS/db/apps_st/data
    required = 44798
    actual = 38180
    (all other Disk spaces were accepted.)
    Where I can correct the disk space allocation ? There are 67 GB free disk space on my pc, avalaible space before VIS install was 270 GB approximatively.
    ---------------------

  • Pls Suggest:EBS 12.1.3 DB tier on 64 bit & Apps tier on 32 bit(Windows)

    Hi All,
    11i Configuration Details: 2 Machines
    (1)Machine A Windows 2003(32 bit): Database tier: 10gR2(10.2.0.3) NO RAC
    (1)Machine A Windows 2003(32 bit): Apps tier: (Concurrent,Reports)
    (2)Machine B Windows 2003(32 bit): Apps tier: (Admin,Web,Forms)
    Ours is 15 Concurrent Users and no customizations to any processes.
    Now planning to move to windows 2008 R2(64 bit) machine as part of upgradation to 12.1.3
    Planning R12.1.1 configuration Details: 2 Machines
    (1)Machine A Windows 2008 R2 Server(64 bit): Database tier: 11gR2(11.2.0.2) No RAC
    (2)Machine B Windows 2003(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)
    OR it should be
    (2)Machine B Windows 2008(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)
    Is this confugaration advisable? Any Performance wise degradation.
    Planning to have BI Publisher and Discoverer .. Where to install these?
    Process:
    1) Staged Environment:
    Machine A Windows 2008 R2(64 bit): Upgrade 10gR2 to base 11gR2 and then to 11.2.0.2 on any windows 32 bit machine. And migrating this DB to 64 bit Machine A.
    Machine B Windows 2003/2008(32 bit): Freshly installing 12.1.1 apps tier (Concurrent,Reports,Admin,Web,Forms), Porting over any personalised Reports,Forms(few personilizations) and Interfaces. And then upgrading to RUP3(12.1.3). Opting for Fresh installation as there are no process customizations mainly.
    Now my doubt is.. for 15 Concurrent user.. just having one Apps Tier is sufficient with 4 GB RAM(cannot be extended as it is windows standard 32 bit and max is 4 GB RAM), DB Tier with 8 GB RAM on windows 2008 R2(64 bit)?
    Please suggest me any other approaches if any applicable for Windows. I am a Newbie in implementation.
    Rgds
    SS

    Hi;
    11i Configuration Details: 2 Machines
    (1)Machine A Windows 2003(32 bit): Database tier: 10gR2(10.2.0.3) NO RAC
    (1)Machine A Windows 2003(32 bit): Apps tier: (Concurrent,Reports)
    (2)Machine B Windows 2003(32 bit): Apps tier: (Admin,Web,Forms)
    Ours is 15 Concurrent Users and no customizations to any processes. I belive there is no need this kind of arch. for just 15 users
    Now planning to move to windows 2008 R2(64 bit) machine as part of upgradation to 12.1.3Please see:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]<< From note:
    Windows Server 2008 R2 is certified with Oracle E-Business Suite Release 12 (12.1.1 or higher) using a migration process as outlined in My Oracle Support Document 1188535.1. Installing Oracle E-Business Suite using the Rapid Install directly on Windows Server 2008 R2 is not currently supported.
    Planning R12.1.1 configuration Details: 2 Machines
    (1)Machine A Windows 2008 R2 Server(64 bit): Database tier: 11gR2(11.2.0.2) No RAC
    (2)Machine B Windows 2003(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)
    OR it should be
    (2)Machine B Windows 2008(32 bit): Apps tier: (Concurrent,Reports,Admin,Web,Forms)I perefer to go wiht option 2 because its a newer version.
    Is this confugaration advisable? Any Performance wise degradation.I belive yes
    Planning to have BI Publisher and Discoverer .. Where to install these?I suggest use new server for those
    Process:
    1) Staged Environment:
    Machine A Windows 2008 R2(64 bit): Upgrade 10gR2 to base 11gR2 and then to 11.2.0.2 on any windows 32 bit machine. And migrating this DB to 64 bit Machine A. Correct
    Machine B Windows 2003/2008(32 bit): Freshly installing 12.1.1 apps tier (Concurrent,Reports,Admin,Web,Forms), Porting over any personalised Reports,Forms(few personilizations) and Interfaces. And then upgrading to RUP3(12.1.3). Opting for Fresh installation as there are no process customizations mainly.
    Now my doubt is.. for 15 Concurrent user.. just having one Apps Tier is sufficient with 4 GB RAM(cannot be extended as it is windows standard 32 bit and max is 4 GB RAM), DB Tier with 8 GB RAM on windows 2008 R2(64 bit)?I belive its okey,it wont be cause some problem for 15 users
    Regard
    Helios

  • Error while trying to install EBS 12.1.1

    We are getting an error while trying to install EBS R12.1.1 on Linux x86_64 os(RHEL 5.2).We are getting the error at step 2 of 5 during database configuration stage 33% (65%) stage.The error is as given below,
    RW-50004:Error code received when running external process.Check log files for details.Running Database Install Driver for TEST instance.
    We checked the log files and in ApplyDB_****.log the error is
    RW-50010 :script has returned an error: 1
    How to fix these issues??
    Regards,
    Rupdipt

    Hi Taj,
    I am getting these error messages consistently throughout the log file,
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testerp
    sDbDomain : eigl.com
    sDbPort : 1521
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testerp.eigl.com:1521:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Jul 22 17:47:10 IST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/TEST/db/tech_st/11.1.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /d01/oracle/TEST/db/tech_st/11.1.0/perl/bin:/d01/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d04/StageR12/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/oracle/TEST/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/oracle/TEST/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
         /d01/oracle/TEST/db/tech_st/11.1.0/appsutil/log/TEST_testerp/adcrdb_TEST.txt
    Creating the control file for TEST_testerp database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:11 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4652
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:20 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    Whats the solution??
    Regards,
    Rupdipt

  • Error while install EBS 11.5.10 on RHEL5 oracle unbreakable linux

    hello
    i got this error while install EBS and here is the log file
    0/appsutil/out/VIS_oracle/templbac/adrundb1.sh
    setting permissions: 755
    setting ownership: applmgr:oinstall
    Step 0 of 5
    Command: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Executing: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh APPS APPS
    STARTED INSTALL PHASE : 9i RDBMS : Wed Mar 18 11:26:45 EET 2009
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    plz help

    here is the file after modification
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:38:41 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    0/appsutil/out/VIS_oracle/03181056/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:15 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:39 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 11:26:53 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 12:25:33 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1

  • Installing EBS R12 on Windows Vista Basic

    I am trying to install EBS R12 media pack on my computer having Windows Vista Basic.
    I could have the installation pass 2 steps out of 5.
    But while performing the third step, it is failing with the following error:
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    Does anybody know what could be the cause of the error?
    THe log files are pasted below:
    ApplyAppsTechStack_08200335.log
    Started ApplyAppsTechStack at Wed Aug 20 03:35:20 GMT 2008
    Version:
         ApplyAppsTechStack.java     :      120.23
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg1013.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl
    setting permissions: 700
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohTue Aug 19 23:35:23 2008
    F:\oracle\VIS\apps\tech_st\10.1.3\jdk\bin\java -classpath F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\oracle\VIS\apps\tech_st\10.1.3\oui\jlib\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -nolink -oaVar s_weboh_oh -homestub weboh -log F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ohclone.log
    running OUI CLI home cloning:
    F:\oracle\VIS\apps\tech_st\10.1.3\oui\bin\setup.exe -nowait -clone -silent -force -nolink -waitForCompletion session:ORACLE_HOME=F:\oracle\VIS\apps\tech_st\10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_srinivas-pc_WEBOH oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_srinivas-pc_WEBOH -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_weboh_oh with return code: 0Tue Aug 19 23:35:28 2008
    [SC] OpenService FAILED 1060:
    The specified service does not exist as an installed service.
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli0.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg10130.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl0
    setting permissions: 700
    F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\adcvmlog.xml does not exist. Ignore it
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
    ouicli.pl INSTE8_APPLY 36
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    ======================================================
    Another Log File
    Log File: 08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:07 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "FALSE" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the install for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Installing Applications Technology Stack
    Statusstring Installing Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx600M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -d F:\StageR12\startCD\Disk1\rapidwiz\driver\appsts\driver\gias.drv -pwd no_password_here -log F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\log\ApplyAppsTechStack.log -nthreads 2 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - F:\StageR12\startCD\Disk1\rapidwiz
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Unzip Count:43
    Processing Disk1....
    Processing Disk2....
    C:\Users\Srinivas\AppData\Local\Temp>if 0 == 0 goto :BITS_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the registration for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Bugfix: 5872965/5978329
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouitools.pl F:\oracle\VIS\apps\tech_st\10.1.2\appsutil\template\adouitools.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouiweboh.pl F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>REM End Bugfix: 587296/5978329
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Registering Applications Technology Stack
    Statusstring Registering Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>(echo APPS & echo APPS ) | F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx512M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyAppsTechStack -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -stage F:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    C:\Users\Srinivas\AppData\Local\Temp>if 1 == 0 goto :REG_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    C:\Users\Srinivas\AppData\Local\Temp>if "" == "TRUE" goto :INSIAS_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    Please refer to the remaining logs on applications node at - F:\oracle\VIS\inst\apps\VIS_srinivas-pc\logs\08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:53 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not ""runProcess_2"" == "FALSE" (goto :"runProcess_2" ) else (goto :runProcess_1 ) )
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    Database Availability
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    ECHO is off.
    ECHO is off.
    Tue 08/19/2008 11:54 PM
    VIS_srinivas-pc.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\VIS\db\tech_st\10.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : F:\oracle\VIS\db\tech_st\10.2.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;F:\oracle\VIS\db\tech_st\10.2.0\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\"
    " LD_LIBRARY_PATH : F:\oracle\VIS\db\tech_st\10.2.0\lib"
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Aug 19 23:54:28 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    "Cannot find environment file "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd""
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : srinivas-pc
    sDbDomain : nathani.com
    sDbPort : 1524
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@srinivas-pc.nathani.com:1524:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.3\VIS_srinivas-pc.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\VIS_srinivas-pc.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://srinivas-pc.nathani.com:8003
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Client Certifications
    OS Product Server Status Addtl. Info. Components Other Issues
    Vista SP1 12.0 N/A Certified None None Yes None
    Vista 12.0 N/A Certified None None Yes NoneIt is certified as a Client (Desktop) only. Means, you can access Oracle Apps 11i/R12 from a machine running Windows Vista, but it is not certified as Application/Database tiers.
    And also the below link from blogs.oracle.com says that R12 is certified with vista.
    http://blogs.oracle.com/stevenChan/2008/07/windows_vista_service_pack_1_certified_with_apps_1.html
    Release 12
    - Oracle Applications Release 12 with R12.ATG_PF.A.DELTA.3 (patch 6077669) or later
    - Microsoft Vista Service Pack 1 (SP1) desktop clients running Internet Explorer 7
    - Sun Java plug-in (JRE) 1.5.0_12 or later

  • Encounter error when installing EBS R12.0.4.6 on OEL5.2

    Hi,
    I met a problem when I installed EBS R12.0.4.6 on Oracle Enterprise Linux 5.2.
    The installation was interrupted in the step 2 of 5. It showed RW-50004 error. Then when I clicked retry button, the installation continued until the post-instll checks. Only the Enviroment File and DBC File passed the check.
    Following is the error logged in the log file:
    ========================================================================================
    RC-50004: Fatal: Error occurred inApplyDatabase:
    Control file creation failed
    Cannot execute configure of database usingRapidClone
    RW-50010: Error: - script has returned anerror:
    1
    RW-50004: Error code received when runningexternal process.
    riwTDBup.sh exiting with status 2
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned anerror:
    2Configuration Upload
    uploading config file at/d01/oracle/VIS/db/tech_st/10.2.0/appsutil/conf_VIS.txtAppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector()-->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost
    : dbserv
    sDbDomain
    : company.com
    sDbPort
    : 1522
    sDbSid
    : VIS
    sDbUser
    : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbcracle:thindbserv.company.com:1522:VIS
    Exception occurred: java.sql.SQLException: Io exception: Got minus onefrom a read call
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL:jdbcracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dbserv.company.com)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    AutoConfig completed with errors.
    runProcess_5
    Statusstring executing Service StartupScript on Apps Node
    Executing command:/d01/oracle/VIS/inst/apps/VIS_dbserv/admin/scripts/adstrtal.sh APPS/APPS
    You are running adstrtal.sh version120.13.12000000.3
    adstrtal.sh: Database connection could notbe established. Either the database is down or the APPS credentials suppliedare wrong.
    USAGE:
    adstrtal.sh<appsusername/appspassword>
    adstrtal.sh: exiting with status 1
    Cannot execute Service Startup Script onApps Node
    ========================================================================================
    Have you met this problem before? Do you know how to solve this problem? Please kindly give me some suggestions on it.
    Thank you very much.
    Best Regards,
    Vincent Yang

    Hi hsawwan,
    In adcrdb_VIS.log, I found the following errors. Could you please give me some suggestion? Thanks a lot.
    ==========================================================================
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 1265844 bytes
    Variable Size 432017228 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 11313152 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/d01/oracle/VIS/db/apps_st/data/sys1.dbf'
    alter tablespace TEMP1 add tempfile '/d01/oracle/VIS/db/apps_st/data/temp1_01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/VIS/db/apps_st/data/temp2_01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "VIS.company.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01109: database not open
    ==========================================================================
    Best regards,
    Vincent

  • How to install EBS 11.5.10.2 on windows 2008 Server

    Hi All,
    I need to install 11i (11.5.10.2) on a windows 2008 server sp2 machine. I'm using perl 5.8.9 but running perl adautostg.pl returns this error:
    Perl lib version (v5.6.1) doesn't match executable version (v5.8.9) at c:\oracle\VIS\apps\tech_st\10.1.2\perl\5.6.1\lib\
    MSWin32-x86/Config.pm line 21.
    Compilation failed in require at adautostg.pl line 43.
    BEGIN failed--compilation aborted at adautostg.pl line 43.
    The documentation says:
    You must have perl 5.0053 or higher installed...
    What am I missing here?
    Thanks,
    Konrad
    Edited by: Konrad on 15.12.2010 17:11

    See note 986762.1 General Notes For E-Business Suite Release 11i
    Installation.
    * For 11i new installations: Using the Rapid Install, install all tiers (including the database tier) on a Supported Applications Platform. Then, migrate the database to the "Split Configuration Database Tier" platform.
    9iR2 database to an Itanium or x86-64 database server, review "Using Oracle E-Business Suite with a Split Configuration Database Tier on Oracle 9i Release 2", Metalink Document 304489.1.
    login to support.oracle.com
    Oracle Application Install 11.5.10.2 (11i) Microsoft Windows (32-bit) 2008Oracle Server - Enterprise Edition / 11gR2 Certified
    select cerification tab--> Oracle E-Business Suit --> Application Technology -->Lifecycle Managemement
    All Products > Oracle E-Business Suite > Applications Technology > Lifecycle Management > Oracle Application Install
    Then select
    All Platform/Versions > Microsoft Windows (32-bit)
    All Release/Versions > 11i (Application Install)
    All Platform/Versions > Microsoft Windows (32-bit) > 2008
    you can find all certifications.

  • Install EBS on local disk from remote win 2003? Can't pass file space check

    I have a portable 250G hard disk on my poor performance win xp,I want to install EBS 12 on my portable hard disk,but I xp system's performance is poor,so I connect to a fine performance win 2003 through mstsc and I can access my 250G hard disk from remote computer win 2003;
    But when I indecate to use remote hard disk "\\tsclient\M\ebs" as my base directory,I meet some err log like below:
    RW-20012: Error: - Free disk space on system returns zero:
         probable cause - mount point does not exist.
    RW-20013: Error: - Not enough free disk space on system:
    Database ORACLE_HOME = \\tsclient\M\ebs\db\tech_st\10.2.0
    required = 3280.0
    actual = 0.0
    If I choose local disk as my base directory ,It pass the file space check;
    Can anyone meet such problem? Please help me ,thanks in advance!

    Instead of using "\\tsclient\M\ebs\db\tech_st\10.2.0" as a directory path, map this network drive as any other free drive (i.e. F:\, G:\ .. etc). You should be able to proceed with the installation then.
    If you need more details about mapping network drive, please refer to:
    Windows XP: Mapping a network drive
    http://www.microsoft.com/windowsxp/using/networking/maintain/mapdrive.mspx

  • Executing adrundb.sh Exception - java.lang.NullPointerException when installing ebs 12.2.2

    Hai All,
    Can U help me...
    I installing ebs 12.2.2 on RHEL 5, but when install I get error message :
    from the log installation :
    Executing cr9idata.pl
    Executing: perl /u01/ebs12/ORAVIS/11.2.0/nls/data/old/cr9idata.pl
    Directory /u01/ebs12/ORAVIS/11.2.0/nls/data/9idata already exist. Overwriting...
    Copying files to /u01/ebs12/ORAVIS/11.2.0/nls/data/9idata...
    Copy finished.
    Please reset environment variable ORA_NLS10 to /u01/ebs12/ORAVIS/11.2.0/nls/data/9idata!
    runProcess_2
    Statusstring Copying Files to Shiphome...
    Statusstring Copying the Database Context template file.
    Statusstring End Copying Files to Shiphome.
    FINISHED INSTALL PHASE : 11g RDBMS : Mon Dec 30 19:52:58 WIT 2013
        /u01/ebs12/ORAVIS/11.2.0/temp/ORAVIS_ift64/adrun11g.sh has succeeded
    Step 1 of 8
    Command: /u01/ebs12/ORAVIS/11.2.0/temp/ORAVIS_ift64/adrundb.sh
    Step 2 of 8: Doing UNIX preprocessing
    Processing Step 2 of 8
    Executing: /u01/ebs12/ORAVIS/11.2.0/temp/ORAVIS_ift64/adrundb.sh
    Exception - java.lang.NullPointerException
    STARTED INSTALL PHASE : DATABASE : Mon Dec 30 19:53:03 WIT 2013
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for ORAVIS instance
    Thanks,

    Pl post in the appropriate EBS forum - E-Business Suite

Maybe you are looking for

  • Goods Receipt Indicator in PO

    Hi, Can someone share with me if I can default the goods receipt indicator as unselected? Currently, it is a display field and marked as selected. Where is the control in defaulting the goods receipt indicator? Thanks in advance.

  • Unable to install photoshop elements 10 on macbook air 10.7

    I cannot install pse 10 on my macbook air running lion. When i click the install file in finder it gives a meesage saying powerpc apps are no longer supported. Thanks Neil

  • BAPI for purchase order

    Hi all, I have to retrieve the invoice verification due date given the following: •     Retrieve batch number from item level of billing (VBRP-CHARG) •     Pick up  purchase order number from batch master data MCH1 •     Based on PO number, retrieve

  • Manual PO in ECC

    Hello Folks, We are in a public sector project where we are using SRM for creating RFQ and Contract because of requirement of Document Builder functionality. We need your suggestion if the below scenario is supported. We want to activated Extended Cl

  • BT email log-in

    Hi.  I have started having a problem accessing my emails.  This started between Christmas and New Year.   I used to use BTYahoo but this seems not to be working now.  I keep being re-directed to bt.com and I have to keep on going through the log-in p