Rapid Install Release 11i

I have installed Oracle financials using the rapid install, I am able to login to the page on the machine from the server. However when I type the url on a client machine (on the network) to go to it, I get an error saying that it cannot find the page.
Any suggestions?
Thankx

Not sure what you mean - "Rapid Install 11i" refers to the install process for E-Business Suite version 11i.
HTH
Srini

Similar Messages

  • Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.

    Hi,
    Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.
    So I tried the below code to update:
    But getting the error:
    The Object Version Number passed does not match with the one existing in Installed Base tables.
    Can any one please help how to fix it.
    Code:
    declare
    x_instance_rec CSI_DATASTRUCTURES_PUB.INSTANCE_REC;
    p_ext_attrib_values CSI_DATASTRUCTURES_PUB.EXTEND_ATTRIB_VALUES_TBL;
    p_party_tbl CSI_DATASTRUCTURES_PUB.PARTY_TBL;
    p_account_tbl CSI_DATASTRUCTURES_PUB.PARTY_ACCOUNT_TBL;
    p_pricing_attrib_tbl CSI_DATASTRUCTURES_PUB.PRICING_ATTRIBS_TBL;
    p_org_assignments_tbl CSI_DATASTRUCTURES_PUB.ORGANIZATION_UNITS_TBL;
    p_asset_assignment_tbl CSI_DATASTRUCTURES_PUB.INSTANCE_ASSET_TBL;
    p_txn_rec CSI_DATASTRUCTURES_PUB.TRANSACTION_REC;
    x_instance_id_lst CSI_DATASTRUCTURES_PUB.ID_TBL;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_msg_index_out NUMBER;
    t_output VARCHAR2(2000);
    t_msg_dummy NUMBER;
    p_validation_level NUMBER;
    p_commit VARCHAR2 (5);
    p_init_msg_lst VARCHAR2 (500);
    cursor stg_tab_cur is select instance_id,Safety_line_type from gewind_ib_iea_values;
    TYPE stg_tab IS TABLE OF gewind_ib_iea_values%ROWTYPE INDEX BY BINARY_INTEGER;
      stg_tab_var stg_tab;
      stg_tab_bin_int BINARY_INTEGER;
    BEGIN
    x_instance_rec.instance_id := FND_API.G_MISS_NUM;
    x_instance_rec.object_version_number := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_id := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_date := SYSDATE;
    p_txn_rec.source_transaction_date := SYSDATE;
    p_txn_rec.transaction_type_id := 1;
    stg_tab_bin_int :=0;
    For gewind_ib_iea_values in stg_tab_cur LOOP
    stg_tab_bin_int := stg_tab_bin_int + 1;
    P_ext_attrib_values(stg_tab_bin_int).instance_id :=gewind_ib_iea_values.instance_id;
    P_ext_attrib_values(stg_tab_bin_int).attribute_id := 10023;
    P_ext_attrib_values(stg_tab_bin_int).attribute_value := gewind_ib_iea_values.Safety_line_type;
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).instance_id);
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).attribute_value);
    csi_item_instance_pub.update_item_instance(
    1.0,
    p_commit,
    p_init_msg_lst,
    1,
    x_instance_rec,
    p_ext_attrib_values,
    p_party_tbl,
    p_account_tbl,
    p_pricing_attrib_tbl,
    p_org_assignments_tbl,
    p_asset_assignment_tbl,
    p_txn_rec, x_instance_id_lst,
    x_return_status,
    x_msg_count,
    x_msg_data);
    commit;
    -- Output the results
    if x_msg_count > 0 then
    for j in 1 .. x_msg_count
    loop
    fnd_msg_pub.get ( j , FND_API.G_FALSE , x_msg_data , t_msg_dummy );
    t_output := ( 'Msg' || To_Char ( j ) || ': ' || x_msg_data );
    dbms_output.put_line ( SubStr ( t_output , 1 , 255 ) );
    end loop;
    end if;
    dbms_output.put_line('x_return_status = '||x_return_status);
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line('x_msg_data = '||x_msg_data);
    COMMIT;
    end loop;
    END;
    Regards,
    Ravichander

    This question is Assumed Answered -- It would be great if you could share the solution with us.
    Thanks,
    Hussein

  • Error installing RAPID INSTALL R12 on Linux

    I did a Rapid Install of Oracle Applications R12 (which contains 10g database) from the root user. After the installation, the system validates the configuration and it shows some problem with database availability. I have attached the log for database availability (bottom of this email), which shows the error "RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 2"
    Log for Database Availability :-
    Database Availability
    command: su oracle -c "/home/apps_rapid_install/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/oracle/VIS/db/tech_st/10.2.0/VIS_localhost.env APPS/APPS"
    riwTDBup.sh started at Wed Sep 26 10:50:45 PDT 2007
    Parameters passed are : /d01/oracle/VIS/db/tech_st/10.2.0/VIS_localhost.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/VIS/db/tech_st/10.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /d01/oracle/VIS/db/tech_st/10.2.0/perl/bin:/d01/oracle/VIS/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/d01/oracle/VIS/db/tech_st/10.2.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/home/apps_rapid_install/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin:/sbin:/usr/sbin:/usr/java/jre1.5.0_06/bin
    LD_LIBRARY_PATH : /d01/oracle/VIS/db/tech_st/10.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/VIS/db/tech_st/10.2.0/lib:/usr/dt/lib:/d01/oracle/VIS/db/tech_st/10.2.0/ctx/lib
    Executable : /d01/oracle/VIS/db/tech_st/10.2.0/bin/sqlplus
    riwTDBup.sh exiting with status 0
    Database ORACLE_HOME connection test has succeeded
    command: su applmgr -c "/home/apps_rapid_install/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/oracle/VIS/inst/apps/VIS_localhost/ora/10.1.2/VIS_localhost.env APPS/APPS"
    riwTDBup.sh started at Wed Sep 26 10:50:47 PDT 2007
    Parameters passed are : /d01/oracle/VIS/inst/apps/VIS_localhost/ora/10.1.2/VIS_localhost.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/VIS/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : VIS
    PATH : /d01/oracle/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/home/apps_rapid_install/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/java/jre1.5.0_06/bin:/root/bin:/sbin:/usr/sbin:/usr/java/jre1.5.0_06/bin
    LD_LIBRARY_PATH : /d01/oracle/VIS/apps/tech_st/10.1.2/lib32:/d01/oracle/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/d01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/d01/oracle/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads
    Executable : /d01/oracle/VIS/apps/tech_st/10.1.2/bin/sqlplus
    riwTDBup.sh exiting with status 2
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 2
    As the database is not available, the login page does not come up. It gives this error.
    Login Page
    checking URL = http://localhost.localdomain:8016/OA_HTML/AppsLogin
    RW-50016: Error: - {0} was not created:
    File = {1}
    Even the Configuration Upload gives this error :-
    Configuration Upload
    uploading config file at /d01/oracle/VIS/db/tech_st/10.2.0/appsutil/conf_VIS.txt
    Failed upload of config file at /d01/oracle/VIS/db/tech_st/10.2.0/appsutil/conf_VIS.txt
    Can you please advice on where I could be going wrong. There was no error during the installation. It seems that some setups may be missing in the Linux Box.

    Hi Tom,
    This excerpts the pre-upgrade patches MW recommends:
    Patch 4685497...11i UPGRADE TO R12: OPTIONAL
    PRE-UPGRADE PROGRAMS IN 11i Product: General Ledger
    Patch 4676589...11i.ATG_PF.H.RUP4 Product:
    Applications Technology Family
    Patch 3438354...Patch 11i.ATG_PF.H Product:
    Applications Technology Family
    Patch 5120936...TUMS for R12: TO DELIVER TUMS UTILITY
    FOR UPGRADES FROM 11i TO R12
    Patch 4712852...Minipack 11i.AD.I.4 Product:
    Applications DBA
    Patch 4963569...CN UPGRADE - PRE-UPGRADE PATCH FOR
    RELEASE 12.0 Product: Incentive Compensation
    Patch 5382135...CSD R12 PRE-UPGRADE DATA VERIFICATION
    PATCH UPDATE Product: Depot Repair
    Patch 5259121...R12.FIN.A.UI.XB.3: ASM PRE/POST
    DIAGNOSIS PROGRAM OUTPUT EDITS Product: General
    Ledger
    Patch 3649470...11i.10 Pre-Upgrade patch to find
    carrier ship method inconsistencies Product: Shipping
    Execution Common
    Patch 3464936...AD.I NT PREREQ Product: Applications
    DBA
    Patch 5233248...SLA PRE-UPGRADE PROGRAM MODIFICATIONS
    FOR 11i Product: Subledger Accounting.These are either optional pre-upgrade patches where you can control how much 11i data you migrate, or were included in the list of R12 upgrade patches provided.
    And this excerpts the patches listed in 403339.1 Path C:
    For all platforms:
    * 4733582 - APPSPERF: AQ: UPGRADE SCRIPT
    (A1001000.SQL) DELETES STATISTICS ON AQ TABLES. -
    Product: RDBMS Server
    * 4906594 - APPSST10201:ORA-39706 WHILE UPGRADE
    FROM 8174 TO 10201 - Product: Oracle Intermedia
    * 5567658 - ORACLE CONFIGURATION MANAGER UPDATE -
    Product: Oracle Configuration Manager Family
    * 5601428 - MLR BACKPORT FOR 5126270, 5238255 ON
    TOP OF VERSION 10.2.0.2 - Product: RDBMS Server
    * 4247037 - RFID-EPC GENERATION FEATURE FROM
    DATABASE SERVER. TO BE USED WITH APPS WMS R12 -
    Product: Spatial
    * 4868804 - REGRESSION WHEN PATCH 4628170 IS
    APPLIED TO 10.1.0.4 AND 10.2.0.1. ENV - Product:
    RDBMS Server
    * 4898580 - APPSST10G: UNABLE TO EXTRACT COMMENT
    COLUMN DEFINITION ON A MVIEW - Product: RDBMS
    Server
    * 5005469 - NEED SCRIPT TO ASSIST WITH MIGRATION
    FROM KOREAN_LEXER TO KOREAN_MORPH_LEXER - Product:
    Oracle Text
    * 5153209 - R12: AS10G: REHOST JRE 1.5.0_06 FOR
    RDBMS ORACLE HOME 10.2.0.2 - Product: Techstack
    * 5477912 - APPST:MEMORY LEAK ISSUE FOR R12 -
    Product: RDBMS Server
    * 5865568 UPDATE TO JVM TIME ZONE CLASSES NEEDED -
    Product: Java/VM
    or Linux and Unix only:
    * 4380928 - APPSST102 : ALTER MATERIALIZED VIEW
    LOG FAILS WITH ORA-03113 ERROR - Product: RDBMS
    Server
    * 4518443 - LISTENER GETS HUNG UP - Product:
    Oracle Database Family
    * 4592596 - APPSST102: ORA-01410 INVALID ROWID
    WHEN SELECTING FROM A TABLE - Product: RDBMS Server
    * 4639977 - APPSST102: ORA-00600: [KKQCBY: QBCFKKC
    NOT ZERO], - Product: RDBMS Server
    * 4643322 - APPSST: GETTING ERROR "ORA-22167"
    WHILE DOING BULK UPDATE OPERATION - Product: RDBMS
    Server
    * 4686006 - QUERY ON VIEW WITH EXISTS AND HAVING
    CLAUSE RAISES ORA-600 [KKQSALJG:NOBJS IS 0] -
    Product: RDBMS Server
    * 4689959 - DST RULE CHANGE IN US, NEED PATCHED
    TIMEZONE FILES - Product: CORE
    * 4744317 - SCMATGR12:D5 APPSST-XSLT TRANS FAILS
    WHEN TAG CONTAINS '_' AT BEGINNING IN 10GR2 -
    Product: XML Developers Kit
    * 4751145 - ARRAYINDEXOUTOFBOUNDSEXCEPTION ON
    QUERY EXECUTION WITH 10G JDBC - Product: JDBC
    * 4932527 - CLIENT SIDE PLSQL CRASHES PASSING
    RECORD PARAMETER TO STORED FUNCTION - Product: RDBMS
    Server
    * 4949257 - UNNESTED SUBQUERY RETURNS WRONG RESULT
    - Product: RDBMS Server * 4966417
    * 4967236 - APPSST10201:ORA 600[17282], WHILE
    PERFORMING DATA IMPORT. R12 PROJECT - Product: XML
    Developers Kit
    * 5128946 - APPSPERF: RDBMS: MEMORY LEAK DUE TO
    DDL REPARSE - Product: RDBMS Server
    * 5150177 - APPSST: CREATE INTERMEDIA (TEXT)
    INDEX ON 10G TAKES A LONG TIME - Product: Oracle
    Text
    * 5206570 - DUMP IN KSUSRS() WHEN SESSION FROM SQL
    DEVELOPER IS SNIPED - Product: RDBMS Server
    * 5254539 - INTERNAL ERROR CODE ON EXECUTING
    HIERARCHICAL QUERY - Product: RDBMS Server
    * 5434572 - MERGE LABEL REQUEST ON TOP OF 10.2.0.2
    FOR BUGS 5106909 4151363 - Product: RDBMS Server
    * 5455623 - MERGE LABEL REQUEST ON TOP OF 10.2.0.2
    FOR BUGS 5392772 4759183 - Product: RDBMS Server
    * 5460159 - MERGE LABEL REQUEST ON TOP OF 10.2.0.2
    FOR BUGS 4417341 5092134 - Product: RDBMS Server
    * 5548758 - MERGE LABEL REQUEST ON TOP OF 10.2.0.2
    FOR BUGS 5253806 5125886 5117856 - Product: RDBMS
    Server
    * 5718367 - MERGE LABEL REQUEST ON TOP OF 10.2.0.2
    FOR BUGS 5647056 5691091 5199213 - Product: RDBMS
    Server
    * 4450497 - UPGRADE 9.0.1.4.0 TO 10.1.0.4 RESULTS
    IN SDO_INDEX_METADATA NULL FETCH - Product: Spatial
    * 5066528 -
    DBMS_TRACE.SET_PLSQL_TRACE(DBMS_TRACE.TRACE_ALL_EXCEP
    IONS) ROWS - Product: PLSQL
    * 5612127 - (Except HP-UX Itanium) THE OLAP C-
    MINUS PATCH - Product: Oracle OLAPThese patches are required if you upgrade you 11.5.9 or higher 9i database to 10.2.0.2 in preparation for an R12 upgrade. You can do this and run 11i on 10.2.0.2 for some time before the R12 upgrade in order to split up your downtimes. When you install the R12 Upgrade Filesystem, the 10.2.0.2 Oracle Home includes all of these database patches already. After the database upgrade, you just need to run the manual steps from these patch readmes, which can be condensed down to the following:
    cd $ORACLE_HOME/rdbms/admin
    sqlplus “/as sysdba”
    spool post_install.log
    @?/rdbms/admin/catdph
    @?/rdbms/admin/catdpb
    @?/md/admin/catmgdidcode
    @?/rdbms/admin/dbmsxmld.sql
    @?/rdbms/admin/prvtxmld.plb
    @?/rdbms/admin/dbmspbt.sql
    @?/rdbms/admin/prvtpbt.plb
    @?/rdbms/admin/tracetab.sql
    @?/rdbms/admin/prvtaw.plb
    @?/olap/admin/apsrelod.sql
    @?/olap/admin/xoqrelod.sql
    @?/olap/admin/amdpatch.sql
    @?/rdbms/admin/utlrp.sql
    cd $ORACLE_HOME/md/admin
    alter session set current_schema=MDSYS;
    @?/md/admin/prvtimd.plb
    spool off
    exit
    cd ORACLE_HOME/javavm/lib/zi/
    @fix5075470a.sql
    shutdown immediate
    startup
    @fix5075470b.sql
    Install OLAP and ODM for R12 Analytical Workspaces:
    Install Oracle Data Mining and OLAP (conditional)
    Verify that Oracle Data Mining and OLAP are installed in your database by using SQL*Plus to connect to the database as SYSDBA and running the following command:
    SQL> select comp_id from dba_registry where comp_id='ODM' or comp_id='AMD';
    If the query does not return ODM, then you do not have Oracle Data Mining installed. To install Data Mining, use SQL*Plus to connect to the database as SYSDBA and run the following command:
    SQL> @$ORACLE_HOME/rdbms/admin/dminst.sql SYSAUX TEMP
    If the query does not return AMD, then you do not have OLAP installed. To install OLAP, use SQL*Plus to connect to the database as SYSDBA and run the following command:
    SQL> @$ORACLE_HOME/olap/admin/olap.sql SYSAUX TEMP

  • Some puzzle for the 'Upgrade Guide: Release 11i to Release 12'

    We are on 11.5.10.2 with 10g db,now we are going to upgrade to R12
    I have done all the pre jobs in the 'Upgrade Guide: Release 11i to Release 12''s character 2 except the 'Prepare for the Upgrade' section.
    In the 'Prepare for the Upgrade's step 3:Step 3 Run Rapid Install (required),it ask me to run Rapid Install wizard
    But i can not understand what use of the action?
    When run rapidwiz,should i close the app and db?or only keep the db running?
    Anyone can help me?
    Thanks!
    Remen
    2007.8.18

    When run rapidwiz,should i install the R12's app to the same dict that the 11i's files locate?
    Sample:
    Before Upgrade the APPL_TOP=/u8/TEST/app/testappl,and the $AD_top=/U8/TEST/app/testappl/ad/11.5.0
    After run rapidwiz,the dict will change to $AD_top=/U8/TEST/app/testappl/ad/12.0.0 automaticly??No need to create the dicts manualy??
    Remen
    2007.8.18

  • 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

  • Install Discoverer - 11i or 12i

    Hi all,
    want to know if we can chose to not install or install Oracle Discoverer within Oracle E-Business 11i or 12i using Rapid Install.
    If Oracle Discoverer is not installed, can i install JUST Discoverer on an existing 12i enviroment???
    Tks,
    Paulo

    want to know if we can chose to not install or
    install Oracle Discoverer within Oracle E-Business
    11i or 12i using Rapid Install.Discoverer is installed by default.
    If Oracle Discoverer is not installed, can i install
    JUST Discoverer on an existing 12i enviroment???Check Note: 373634.1 - Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=373634.1

  • Rapid Install Upgrade

    Hi,
    As per the Upgrade Guide from Release 11i to 12, the Rapid Install option for "Upgrade to Oracle Applications Release 12 > Create Upgraded File System" will lay down the Applications file system and install the new technology stack.
    My question is what does the "Applications file system" in this case consist? Does it include the new APPL_TOP? What should be indicated in the Base Directory field? A new APPL_TOP directory or the existing directory?
    Thanks,
    Abi

    The Create Upgraded File System option of R12 rapid install lays down 10.2.0.2 RDBMS Oracle Home, 10.1.3 HTTP Server Oracle Home, 10.1.2 Forms/Reports, R12 $APPL_TOP, R12 $COMMON_TOP, and the R12 $INST_TOP.
    The Base directory is the topmost directory of your installation. Suppose the Base Directory was /d01/oracle, and your SID name is PROD. Then you would have a /d01/oracle/PROD directory with apps, db and inst subdirectories. $APPL_TOPand $COMMON_TOP would be in /d01/oracle/PROD/apps/apps_st. HTTP Server and Forms/Reports Oracle Homes woule be in /d01/oracle/PROD/apps/tech_st. The Database Oracle Home would be in /d01/oracle/PROD/db/tech_st as a 10.2.0 subdirectory etc.

  • Installing apps 11i/R12 on RAC

    Hi
    Colud someone put steps on how to install apps 11i/R12 on RAC environment,pls
    This is fresh install not upgrade.
    Is there any document on this
    Thanks in advance
    Ahmed

    What is the OS?
    Please refer to the following links/notes, it should be helpful:
    Oracle Applications Installation Guide: Using Rapid Install
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/r115102ins.pdf
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B40089_07/current/acrobat/120oaig.pdf
    Note: 362135.1 - Configuring Oracle Applications Release 11i with Oracle10g Release 2 Real Application Clusters and Automatic Storage Management
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362135.1
    Note: 341437.1 - Business Continuity for Oracle Applications Release 11i Using Oracle Real Application Clusters and Physical Standby Database
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=341437.1
    Note: 294652.1 - E-Business Suite 11i on RAC : Configuring Database Load balancing & Failover
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=294652.1
    Note: 403347.1 - MAA Roadmap for the E-Business Suite
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=403347.1
    Note: 388577.1 - Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=388577.1
    Note: 452056.1 - Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452056.1

  • Getting error while installing Release 12 on SuSe 9 ( No Service Pack3)

    Hi All,
    I am trying to install Release 12 Vision on SuSe 9 Server.
    In the Middle of installation, I am getting this error.
    RW - 50004: Error code received when running external process. Check log files for details. Running database install driver for prod instance.
    There is nothing in the make.log file.
    This is the only error I have seen the log file.
    What may be the problem friends?
    All OS utilites are installed
    waiting for ur valuable reply
    Regards,
    Subbu

    Post here for installation issues, you might get better responses :
    LCM: 11i Install/Upgrade
    or wait till hsawwan replies :)

  • Load Balancing for Oracle Release 11i

    Hi there,
    I am trying to find some recommendations on the need for load balancing in the middle tier for a 3 tier Oracle Release 11i implementation. Here are the questions that I have.
    1. Is load balancing very common for a 11i implementation ?
    2. What are the probable issues that one might encounter if there is no load balancing ?
    3. If there is load balancing how many servers are generally used for the same ?
    4. Do we only install Forms server on multiple servers or we install WebDB and Apache on all the servers ?
    5. Is it true that Web servers are the most likely to be down and thus mandating the use of load balancing ? If that is true, would it be prudent to install Web Server and Form Server on each server m/c and in the process having redundant servers ?
    Let me know your thoughts.
    Thanks,
    - Raj

    I'm in the middle of doing this right now. There is a doc on metalink (233428.1) that details the process. I would highly recommend trying this in dev/test env first. Even though the instructions are very straight forward and not very complicated, I'm still having configuration issues.
    Clint

  • EBS 12.1.1 Windows x86 Rapid Install Errors

    By this point, I am CONVINCED that R12.1.1 is broken for windows x86, in the form that it is delivered at edelivery. I have tried installing it on 2k3 and XP all with the exact same errors. I have also tried the latest rapid install/StartCD version 12.1.1.10 released on 29th June with the EXACT same results.The following are the most common problems:
    1) After starting Rapid Install, the first step is to cache the StartCD in the Temp directory under windows. Just as this step is about to complete you get the following error:
    Windows cannot find '.\jre\NT\1.5.0\bin\java'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
    2) Sooooo, I copied a JRE 1.5.X folder contents into the new \jre\NT\1.5.0 folder under rapidwiz, the absence of which was causing the above error. This allowed me to go past this error only to stumble on this next error. At this point, Rapid Install just stops abruptly. The error as stated in the rapidwiz log is as follows:
    Starting from CD area C:\temp\07261549
    RW-50010: Error: - script has returned an error: 2
    Returning - 0
    Funny thing is, one of the bug fixes in 12.1.1.10 is the above error. I dont know what was fixed, but I do not see a difference in the behavior.
    NOTE: I tried keeping the 1.6.0 JRE that comes with the startcd in to the newly created 1.5.0 folder with the same results.
    I can't help thinking that the two errors are related, ie., my fix for bypassing the first error might be causing the second error.
    As most of you are likely to ask some standard questions, I'll just post their answers before you do.
    1) My setup is a VM under VMWare Workstation 6.5 with a single network adapter that is a Host Only networked adapter with a static IP.
    2) It does not matter if I do a Express Install or otherwise.
    3) Errors are repeatable on multiple hardware platforms, my host system is an 8 core opteron server with 16GB RAM. My VMs have 3GB RAM and 2 virtual processors assigned. Errors were repeatable on a laptop with a turion x2 processor and one with an Intel Core 2 Duo.
    4) I am using CYGWIN and it was installed using the Metalink note describing how CYGWIN needs to be installed/configured for oracle applications install.
    5) R 11.5.10.2 was successfully installed on all VMs/Laptops.
    6) There are no spaces in any of the paths.
    7) The staging area was created with StageR12 as the root folder under a Local Hard Drive to the VM/Machine.
    8) I get ABSOLUTELY no warnings/errors with my Rapid Install during the pre-requisites check phase. Following is a sample log:
    Oracle Applications Rapid Install Wizard Install log
    Using Rapid Wizard Version : 12.1.1.10
    Install session started : Sun Jul 26 15:54:42 EDT 2009
    Rapid Wizard source location : C:\temp\07261549\rapidinstall
    Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : oapps
    Host Operating System : Windows (32-bit)
    User running Install : Administrator
    =================================================================
    InstUpgPanel
    User action : Install Oracle Applications
    Install type : Standard Install
    Disabling OCM Configuration
    InstallPanel
    User action : Create configuration
    Description : Creates a new instance configuration.
    InstUpgPanel
    User action : Install Oracle Applications
    Install type : Express Install
    Disabling OCM Configuration
    Derived ports from port pool: 0
    Derived ports from port pool: 20
    Database Port : 1541
    RPC Port : 1646
    Web SSL Port : 4463
    ONS Local Port : 6120
    ONS Remote Port : 6220
    ONS Request Port : 6520
    Web Listener Port : 8020
    Active Web Port : 8020
    Forms Port : 9020
    Metrics Server Data Port : 9120
    Metrics Server Request Port : 9220
    JTF Fulfillment Server Port : 9320
    MSCA Server Port : 10320-10325
    MCSA Telnet Server Port : 10320,10322,10324
    MSCA Dispatcher Port : 10860
    Java Object Cache Port : 12365
    OC4J JMS Port Range for Oacore : 23100-23104
    OC4J JMS Port Range for Forms : 23600-23604
    OC4J JMS Port Range for Home : 24100-24104
    OC4J JMS Port Range for Oafm : 24600-24604
    OC4J AJP Port Range for Oacore : 21600-21604
    OC4J AJP Port Range for Forms : 22100-22104
    OC4J AJP Port Range for Home : 22600-22604
    OC4J AJP Port Range for Oafm : 25100-25104
    OC4J RMI Port Range for Oacore : 20100-20104
    OC4J RMI Port Range for Forms : 20600-20604
    OC4J RMI Port Range for Home : 21100-21104
    OC4J RMI Port Range for Oafm : 25600-25604
    DB ONS Local Port : 6320
    DB ONS Remote Port : 6420
    Oracle Connection Manager Port : 1541
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    ExpressInstallPanel
    Writing configuration file to: O:\oracle\VISN\db\tech_st\11.1.0\appsutil\conf_VISN.txt
    Adding ports for Server0_oapps
    Setting port s_db_ons_localport to 6320
    Setting port s_db_ons_remoteport to 6420
    Setting port s_cmanport to 1541
    Adding ports for Server1_oapps
    Setting port s_rpcport to 1646
    Setting port s_webssl_port to 4463
    Setting port s_ons_localport to 6120
    Setting port s_ons_remoteport to 6220
    Setting port s_ons_requestport to 6520
    Setting port s_webport to 8020
    Setting port s_active_webport to 8020
    Setting port s_formsport to 9020
    Setting port s_metdataport to 9120
    Setting port s_metreqport to 9220
    Setting port s_jtfuf_port to 9320
    Setting port s_mwaPortNo to 10320-10325
    Setting port s_mwaTelnetPortNo to 10320,10322,10324
    Setting port s_mwaDispatcherPort to 10860
    Setting port s_java_object_cache_port to 12365
    Setting port s_oacore_jms_portrange to 23100-23104
    Setting port s_forms_jms_portrange to 23600-23604
    Setting port s_home_jms_portrange to 24100-24104
    Setting port s_oafm_jms_portrange to 24600-24604
    Setting port s_oacore_ajp_portrange to 21600-21604
    Setting port s_forms_ajp_portrange to 22100-22104
    Setting port s_home_ajp_portrange to 22600-22604
    Setting port s_oafm_ajp_portrange to 25100-25104
    Setting port s_oacore_rmi_portrange to 20100-20104
    Setting port s_forms_rmi_portrange to 20600-20604
    Setting port s_home_rmi_portrange to 21100-21104
    Setting port s_oafm_rmi_portrange to 25600-25604
    Writing configuration file to: O:\oracle\VISN\apps\apps_st\appl\admin\oapps\conf_VISN.txt
    Adding ports for Server0_oapps
    Setting port s_db_ons_localport to 6320
    Setting port s_db_ons_remoteport to 6420
    Setting port s_cmanport to 1541
    Adding ports for Server1_oapps
    Setting port s_rpcport to 1646
    Setting port s_webssl_port to 4463
    Setting port s_ons_localport to 6120
    Setting port s_ons_remoteport to 6220
    Setting port s_ons_requestport to 6520
    Setting port s_webport to 8020
    Setting port s_active_webport to 8020
    Setting port s_formsport to 9020
    Setting port s_metdataport to 9120
    Setting port s_metreqport to 9220
    Setting port s_jtfuf_port to 9320
    Setting port s_mwaPortNo to 10320-10325
    Setting port s_mwaTelnetPortNo to 10320,10322,10324
    Setting port s_mwaDispatcherPort to 10860
    Setting port s_java_object_cache_port to 12365
    Setting port s_oacore_jms_portrange to 23100-23104
    Setting port s_forms_jms_portrange to 23600-23604
    Setting port s_home_jms_portrange to 24100-24104
    Setting port s_oafm_jms_portrange to 24600-24604
    Setting port s_oacore_ajp_portrange to 21600-21604
    Setting port s_forms_ajp_portrange to 22100-22104
    Setting port s_home_ajp_portrange to 22600-22604
    Setting port s_oafm_ajp_portrange to 25100-25104
    Setting port s_oacore_rmi_portrange to 20100-20104
    Setting port s_forms_rmi_portrange to 20600-20604
    Setting port s_home_rmi_portrange to 21100-21104
    Setting port s_oafm_rmi_portrange to 25600-25604
    Writing configuration file to: O:\oracle\VISN\inst\apps\VISN_oapps\conf_VISN.txt
    Adding ports for Server0_oapps
    Setting port s_db_ons_localport to 6320
    Setting port s_db_ons_remoteport to 6420
    Setting port s_cmanport to 1541
    Adding ports for Server1_oapps
    Setting port s_rpcport to 1646
    Setting port s_webssl_port to 4463
    Setting port s_ons_localport to 6120
    Setting port s_ons_remoteport to 6220
    Setting port s_ons_requestport to 6520
    Setting port s_webport to 8020
    Setting port s_active_webport to 8020
    Setting port s_formsport to 9020
    Setting port s_metdataport to 9120
    Setting port s_metreqport to 9220
    Setting port s_jtfuf_port to 9320
    Setting port s_mwaPortNo to 10320-10325
    Setting port s_mwaTelnetPortNo to 10320,10322,10324
    Setting port s_mwaDispatcherPort to 10860
    Setting port s_java_object_cache_port to 12365
    Setting port s_oacore_jms_portrange to 23100-23104
    Setting port s_forms_jms_portrange to 23600-23604
    Setting port s_home_jms_portrange to 24100-24104
    Setting port s_oafm_jms_portrange to 24600-24604
    Setting port s_oacore_ajp_portrange to 21600-21604
    Setting port s_forms_ajp_portrange to 22100-22104
    Setting port s_home_ajp_portrange to 22600-22604
    Setting port s_oafm_ajp_portrange to 25100-25104
    Setting port s_oacore_rmi_portrange to 20100-20104
    Setting port s_forms_rmi_portrange to 20600-20604
    Setting port s_home_rmi_portrange to 21100-21104
    Setting port s_oafm_rmi_portrange to 25600-25604
    Writing configuration file to: C:\Temp\07261554\conf_VISN.txt
    Adding ports for Server0_oapps
    Setting port s_db_ons_localport to 6320
    Setting port s_db_ons_remoteport to 6420
    Setting port s_cmanport to 1541
    Adding ports for Server1_oapps
    Setting port s_rpcport to 1646
    Setting port s_webssl_port to 4463
    Setting port s_ons_localport to 6120
    Setting port s_ons_remoteport to 6220
    Setting port s_ons_requestport to 6520
    Setting port s_webport to 8020
    Setting port s_active_webport to 8020
    Setting port s_formsport to 9020
    Setting port s_metdataport to 9120
    Setting port s_metreqport to 9220
    Setting port s_jtfuf_port to 9320
    Setting port s_mwaPortNo to 10320-10325
    Setting port s_mwaTelnetPortNo to 10320,10322,10324
    Setting port s_mwaDispatcherPort to 10860
    Setting port s_java_object_cache_port to 12365
    Setting port s_oacore_jms_portrange to 23100-23104
    Setting port s_forms_jms_portrange to 23600-23604
    Setting port s_home_jms_portrange to 24100-24104
    Setting port s_oafm_jms_portrange to 24600-24604
    Setting port s_oacore_ajp_portrange to 21600-21604
    Setting port s_forms_ajp_portrange to 22100-22104
    Setting port s_home_ajp_portrange to 22600-22604
    Setting port s_oafm_ajp_portrange to 25100-25104
    Setting port s_oacore_rmi_portrange to 20100-20104
    Setting port s_forms_rmi_portrange to 20600-20604
    Setting port s_home_rmi_portrange to 21100-21104
    Setting port s_oafm_rmi_portrange to 25600-25604
    Setting temp directory to: C:\Temp\07261554\
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VIS_db.xml
    dest : C:\Temp\07261554\oapps_VIS_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    Port Availability Check :
    -- database node ports --
    Database Port available: Port Value = 1541
    Database Port Value = 1541...... Available
    DB ONS Local Port available: Port Value = 6320
    DB ONS Local Port Value = 6320...... Available
    DB ONS Remote Port available: Port Value = 6420
    DB ONS Remote Port Value = 6420...... Available
    -- apps node ports --
    RPC Port available: Port Value = 1646
    RPC Port Value = 1646...... Available
    Web SSL Port available: Port Value = 4463
    Web SSL Port Value = 4463...... Available
    ONS Local Port available: Port Value = 6120
    ONS Local Port Value = 6120...... Available
    ONS Remote Port available: Port Value = 6220
    ONS Remote Port Value = 6220...... Available
    ONS Request Port available: Port Value = 6520
    ONS Request Port Value = 6520...... Available
    Web Listener Port available: Port Value = 8020
    Web Listener Port Value = 8020...... Available
    Forms Port available: Port Value = 9020
    Forms Port Value = 9020...... Available
    Metrics Server Data Port available: Port Value = 9120
    Metrics Server Data Port Value = 9120...... Available
    Metrics Server Request Port available: Port Value = 9220
    Metrics Server Request Port Value = 9220...... Available
    JTF Fulfillment Server Port available: Port Value = 9320
    JTF Fulfillment Server Port Value = 9320...... Available
    MSCA Server Port available: Port Value = 10320
    MSCA Server Port available: Port Value = 10321
    MSCA Server Port available: Port Value = 10322
    MSCA Server Port available: Port Value = 10323
    MSCA Server Port available: Port Value = 10324
    MSCA Server Port available: Port Value = 10325
    MSCA Server Port Value = 10320-10325...... Available
    MSCA Dispatcher Port available: Port Value = 10860
    MSCA Dispatcher Port Value = 10860...... Available
    Java Object Cache Port available: Port Value = 12365
    Java Object Cache Port Value = 12365...... Available
    OC4J JMS Port Range for Oacore available: Port Value = 23100
    OC4J JMS Port Range for Oacore available: Port Value = 23101
    OC4J JMS Port Range for Oacore available: Port Value = 23102
    OC4J JMS Port Range for Oacore available: Port Value = 23103
    OC4J JMS Port Range for Oacore available: Port Value = 23104
    OC4J JMS Port Range for Oacore Value = 23100-23104...... Available
    OC4J JMS Port Range for Forms available: Port Value = 23600
    OC4J JMS Port Range for Forms available: Port Value = 23601
    OC4J JMS Port Range for Forms available: Port Value = 23602
    OC4J JMS Port Range for Forms available: Port Value = 23603
    OC4J JMS Port Range for Forms available: Port Value = 23604
    OC4J JMS Port Range for Forms Value = 23600-23604...... Available
    OC4J JMS Port Range for Home available: Port Value = 24100
    OC4J JMS Port Range for Home available: Port Value = 24101
    OC4J JMS Port Range for Home available: Port Value = 24102
    OC4J JMS Port Range for Home available: Port Value = 24103
    OC4J JMS Port Range for Home available: Port Value = 24104
    OC4J JMS Port Range for Home Value = 24100-24104...... Available
    OC4J JMS Port Range for Oafm available: Port Value = 24600
    OC4J JMS Port Range for Oafm available: Port Value = 24601
    OC4J JMS Port Range for Oafm available: Port Value = 24602
    OC4J JMS Port Range for Oafm available: Port Value = 24603
    OC4J JMS Port Range for Oafm available: Port Value = 24604
    OC4J JMS Port Range for Oafm Value = 24600-24604...... Available
    OC4J AJP Port Range for Oacore available: Port Value = 21600
    OC4J AJP Port Range for Oacore available: Port Value = 21601
    OC4J AJP Port Range for Oacore available: Port Value = 21602
    OC4J AJP Port Range for Oacore available: Port Value = 21603
    OC4J AJP Port Range for Oacore available: Port Value = 21604
    OC4J AJP Port Range for Oacore Value = 21600-21604...... Available
    OC4J AJP Port Range for Forms available: Port Value = 22100
    OC4J AJP Port Range for Forms available: Port Value = 22101
    OC4J AJP Port Range for Forms available: Port Value = 22102
    OC4J AJP Port Range for Forms available: Port Value = 22103
    OC4J AJP Port Range for Forms available: Port Value = 22104
    OC4J AJP Port Range for Forms Value = 22100-22104...... Available
    OC4J AJP Port Range for Home available: Port Value = 22600
    OC4J AJP Port Range for Home available: Port Value = 22601
    OC4J AJP Port Range for Home available: Port Value = 22602
    OC4J AJP Port Range for Home available: Port Value = 22603
    OC4J AJP Port Range for Home available: Port Value = 22604
    OC4J AJP Port Range for Home Value = 22600-22604...... Available
    OC4J AJP Port Range for Oafm available: Port Value = 25100
    OC4J AJP Port Range for Oafm available: Port Value = 25101
    OC4J AJP Port Range for Oafm available: Port Value = 25102
    OC4J AJP Port Range for Oafm available: Port Value = 25103
    OC4J AJP Port Range for Oafm available: Port Value = 25104
    OC4J AJP Port Range for Oafm Value = 25100-25104...... Available
    OC4J RMI Port Range for Oacore available: Port Value = 20100
    OC4J RMI Port Range for Oacore available: Port Value = 20101
    OC4J RMI Port Range for Oacore available: Port Value = 20102
    OC4J RMI Port Range for Oacore available: Port Value = 20103
    OC4J RMI Port Range for Oacore available: Port Value = 20104
    OC4J RMI Port Range for Oacore Value = 20100-20104...... Available
    OC4J RMI Port Range for Forms available: Port Value = 20600
    OC4J RMI Port Range for Forms available: Port Value = 20601
    OC4J RMI Port Range for Forms available: Port Value = 20602
    OC4J RMI Port Range for Forms available: Port Value = 20603
    OC4J RMI Port Range for Forms available: Port Value = 20604
    OC4J RMI Port Range for Forms Value = 20600-20604...... Available
    OC4J RMI Port Range for Home available: Port Value = 21100
    OC4J RMI Port Range for Home available: Port Value = 21101
    OC4J RMI Port Range for Home available: Port Value = 21102
    OC4J RMI Port Range for Home available: Port Value = 21103
    OC4J RMI Port Range for Home available: Port Value = 21104
    OC4J RMI Port Range for Home Value = 21100-21104...... Available
    OC4J RMI Port Range for Oafm available: Port Value = 25600
    OC4J RMI Port Range for Oafm available: Port Value = 25601
    OC4J RMI Port Range for Oafm available: Port Value = 25602
    OC4J RMI Port Range for Oafm available: Port Value = 25603
    OC4J RMI Port Range for Oafm available: Port Value = 25604
    OC4J RMI Port Range for Oafm Value = 25600-25604...... Available
    OS User and Group Check
    Domain=OAPPS
    ,Username=Administrator
    ,PC-Name=OAPPS
    User belongs to the Administrators Group.
    Port Uniqueness Check :
    -- database node ports --
    -- apps node ports --
    All ports are unique.
    File System Check :
    -- database node mount point --
    Database ORACLE_HOME available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0
    Database ORACLE_HOME admin folder available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0\appsutil
    Database ORACLE_HOME temp folder available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0\appsutil\temp
    Database Install Log Directory available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0\appsutil\log\VISN_oapps
    Database Install Out Directory available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0\appsutil\out\VISN_oapps\templbac
    Database Install Out Directory available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0\appsutil\out\VISN_oapps\templbac
    OCM configuration target directory available:
    Mount Point = O:\oracle\VISN\db\tech_st\11.1.0\appsutil\clone
    Database System File Directory available:
    Mount Point = O:\oracle\VISN\db\apps_st\data
    Database Log File Directory available:
    Mount Point = O:\oracle\VISN\db\apps_st\data
    Database Transaction File Directory available:
    Mount Point = O:\oracle\VISN\db\apps_st\data
    Database Archive File Directory available:
    Mount Point = O:\oracle\VISN\db\apps_st\data
    Database OraInventory File Directory available:
    Mount Point = c:\temp
    -- apps node mount point --
    APPL_TOP available:
    Mount Point = O:\oracle\VISN\apps\apps_st\appl
    APPL_TOP admin available:
    Mount Point = O:\oracle\VISN\apps\apps_st\appl\admin
    APPL_TOP mount 2 available:
    Mount Point = O:\oracle\VISN\apps\apps_st\appl
    APPL_TOP mount 3 available:
    Mount Point = O:\oracle\VISN\apps\apps_st\appl
    APPL_TOP mount 4 available:
    Mount Point = O:\oracle\VISN\apps\apps_st\appl
    COMMON_TOP available:
    Mount Point = O:\oracle\VISN\apps\apps_st\comn
    JAVA_TOP available:
    Mount Point = O:\oracle\VISN\apps\apps_st\comn\java\classes
    Temp Directory available:
    Mount Point = O:\oracle\VISN\inst\apps\VISN_oapps\temp
    APPL_TOP admin Install Log Directory available:
    Mount Point = O:\oracle\VISN\inst\apps\VISN_oapps\admin\log
    Apps ORACLE_HOME available:
    Mount Point = O:\oracle\VISN\apps\tech_st\10.1.3
    Tools ORACLE_HOME available:
    Mount Point = O:\oracle\VISN\apps\tech_st\10.1.2
    OCM configuration target directory available:
    Mount Point = O:\oracle\VISN\apps\tech_st\10.1.3\appsutil\clone
    OCM configuration target directory available:
    Mount Point = O:\oracle\VISN\apps\tech_st\10.1.2\appsutil\clone
    Apps ORACLE_HOME OraInventory File Directory available:
    Mount Point = c:\temp
    Tools ORACLE_HOME OraInventory File Directory available:
    Mount Point = c:\temp
    Writing configuration file to: O:\oracle\VISN\db\tech_st\11.1.0\appsutil\conf_VISN.txt
    Adding ports for Server0_oapps
    Setting port s_db_ons_localport to 6320
    Setting port s_db_ons_remoteport to 6420
    Setting port s_cmanport to 1541
    Adding ports for Server1_oapps
    Setting port s_rpcport to 1646
    Setting port s_webssl_port to 4463
    Setting port s_ons_localport to 6120
    Setting port s_ons_remoteport to 6220
    Setting port s_ons_requestport to 6520
    Setting port s_webport to 8020
    Setting port s_active_webport to 8020
    Setting port s_formsport to 9020
    Setting port s_metdataport to 9120
    Setting port s_metreqport to 9220
    Setting port s_jtfuf_port to 9320
    Setting port s_mwaPortNo to 10320-10325
    Setting port s_mwaTelnetPortNo to 10320,10322,10324
    Setting port s_mwaDispatcherPort to 10860
    Setting port s_java_object_cache_port to 12365
    Setting port s_oacore_jms_portrange to 23100-23104
    Setting port s_forms_jms_portrange to 23600-23604
    Setting port s_home_jms_portrange to 24100-24104
    Setting port s_oafm_jms_portrange to 24600-24604
    Setting port s_oacore_ajp_portrange to 21600-21604
    Setting port s_forms_ajp_portrange to 22100-22104
    Setting port s_home_ajp_portrange to 22600-22604
    Setting port s_oafm_ajp_portrange to 25100-25104
    Setting port s_oacore_rmi_portrange to 20100-20104
    Setting port s_forms_rmi_portrange to 20600-20604
    Setting port s_home_rmi_portrange to 21100-21104
    Setting port s_oafm_rmi_portrange to 25600-25604
    File Space Check :
    -- database node space checks --
    Disk space on system acceptable:
    Database ORACLE_HOME = O:\oracle\VISN\db\tech_st\11.1.0
    required = 5600.0
    actual = 446808.046875
    Disk space on system acceptable:
    Database System File Directory = O:\oracle\VISN\db\apps_st\data
    required = 20200.0
    actual = 441208.046875
    Disk space on system acceptable:
    Database Log File Directory = O:\oracle\VISN\db\apps_st\data
    required = 950.0
    actual = 421008.046875
    Disk space on system acceptable:
    Database Transaction File Directory = O:\oracle\VISN\db\apps_st\data
    required = 103350.0
    actual = 420058.046875
    Disk space on system acceptable:
    Database Archive File Directory = O:\oracle\VISN\db\apps_st\data
    required = 64500.0
    actual = 316708.046875

    -- apps node space checks --
    Disk space on system acceptable:
    APPL_TOP = O:\oracle\VISN\apps\apps_st\appl
    required = 5800.0
    actual = 252208.046875
    Disk space on system acceptable:
    APPL_TOP mount 2 = O:\oracle\VISN\apps\apps_st\appl
    required = 2800.0
    actual = 246408.046875
    Disk space on system acceptable:
    APPL_TOP mount 3 = O:\oracle\VISN\apps\apps_st\appl
    required = 8400.0
    actual = 243608.046875
    Disk space on system acceptable:
    APPL_TOP mount 4 = O:\oracle\VISN\apps\apps_st\appl
    required = 3100.0
    actual = 235208.046875
    Disk space on system acceptable:
    COMMON_TOP = O:\oracle\VISN\apps\apps_st\comn
    required = 3200.0
    actual = 232108.046875
    Disk space on system acceptable:
    Apps ORACLE_HOME = O:\oracle\VISN\apps\tech_st\10.1.3
    required = 1400.0
    actual = 228908.046875
    Disk space on system acceptable:
    Tools ORACLE_HOME = O:\oracle\VISN\apps\tech_st\10.1.2
    required = 1400.0
    actual = 227508.046875
    Disk space on system acceptable:
    Temp Directory = O:\oracle\VISN\inst\apps\VISN_oapps\temp
    required = 1024.0
    actual = 226108.046875
    Host/Domain
    command: ping -n 1 oapps
    Pinging oapps.oracle.local http://192.168.163.4 with 32 bytes of data:
    Reply from 192.168.163.4: bytes=32 time=2ms TTL=128
    Ping statistics for 192.168.163.4:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 2ms, Maximum = 2ms, Average = 2ms
    host ping has succeeded
    command: ping -n 1 oapps.oracle.local
    Pinging oapps.oracle.local http://192.168.163.4 with 32 bytes of data:
    Reply from 192.168.163.4: bytes=32 time<1ms TTL=128
    Ping statistics for 192.168.163.4:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has succeeded
    System Utilities
    command: cmd.exe /c C:\temp\07261549\rapidinstall\bin\adchkutl.cmd C:\cygwin\bin C:\MSVS8\VC
    C:\temp\07261549\rapidinstall>echo off
    Setting environment for using Microsoft Visual Studio 2005 x86 tools.
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    /cygdrive/c/MSVS8/VC/BIN/cl
    'cc' is available.
    /cygdrive/c/MSVS8/VC/BIN/link
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has succeeded
    Database Port : 1541
    RPC Port : 1646
    Web SSL Port : 4463
    ONS Local Port : 6120
    ONS Remote Port : 6220
    ONS Request Port : 6520
    Web Listener Port : 8020
    Active Web Port : 8020
    Forms Port : 9020
    Metrics Server Data Port : 9120
    Metrics Server Request Port : 9220
    JTF Fulfillment Server Port : 9320
    MSCA Server Port : 10320-10325
    MCSA Telnet Server Port : 10320,10322,10324
    MSCA Dispatcher Port : 10860
    Java Object Cache Port : 12365
    OC4J JMS Port Range for Oacore : 23100-23104
    OC4J JMS Port Range for Forms : 23600-23604
    OC4J JMS Port Range for Home : 24100-24104
    OC4J JMS Port Range for Oafm : 24600-24604
    OC4J AJP Port Range for Oacore : 21600-21604
    OC4J AJP Port Range for Forms : 22100-22104
    OC4J AJP Port Range for Home : 22600-22604
    OC4J AJP Port Range for Oafm : 25100-25104
    OC4J RMI Port Range for Oacore : 20100-20104
    OC4J RMI Port Range for Forms : 20600-20604
    OC4J RMI Port Range for Home : 21100-21104
    OC4J RMI Port Range for Oafm : 25600-25604
    DB ONS Local Port : 6320
    DB ONS Remote Port : 6420
    Oracle Connection Manager Port : 1541
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxdbctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_db.xml
    dest : C:\Temp\07261554\oapps_VISN_db.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\temp\07261549\rapidinstall\etc\adxmlctx.tmp
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    instantiate file:
    source : C:\Temp\07261554\oapps_VISN_apps.xml
    dest : C:\Temp\07261554\oapps_VISN_apps.xml
    ExpressInstallPanel
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from CD area C:\temp\07261549
    RW-50010: Error: - script has returned an error: 2
    Returning - 0

  • Central Inventory was not created with rapid Install Version 12.1.1.9

    Hi,
    I have installed a new R12.1.1 E-Business environment on HP-UX Itanium-64 bit., by following the below note,
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for HP-UX Itanium [ID 762891.1]
    Everything was running fine without any issues...
    But for the database "opatch lsinventory" is giving the error : OPatch cannot find a valid oraInst.loc file to locate Central Inventory.
    I have noticed the Central Inventory is not created under /var/opt/oracle..
    I did a mistake by not verifying the Latest Rapid Install version as mentioned in the above Doc under "Before Installing or Upgrading" section..
    The latest is version : 12.1.1.11 and mine was : Version 12.1.1.9..
    Is there a way to overcome this issue by manually creating the central inventory , I need to apply few database patches...
    Thanks,
    Chan.

    Thanks Hussein.
    The note has mentioned about registering RDBMS Oracle_home by using -atachhome option(2nd Procedure),do we need to do this for the rest of the Oracle Homes too,like Web Home and Tools Home..?
    We have a typical two node install with CCM/Admin on the DB node..,No shared application tier.
    Also is it fine to go with the second procedure from the Doc rather than the first one(Note that the first procedure also updates the Local Inventory, so is the recommended one when fixing Cloning or Install related issues.)
    Please advice..
    Thanks
    Chan.

  • Rapid install - RW-50015:HTTP Listener is not responding

    Hello -
    I am getting the following error while installing the oracle apps via rapid install.
    RW-50015:HTTP Listener is not responding
    Regards
    Mahesh Mattupalli

    Hi,
    thanks for the responce. the following is the error portion of the autoconfig file.
    i actually ran autoconfig script after unlocking the apps user. still there many places script is erroring out due to account is locked.
    any help would be greatly appreciated.
    regards
    Mahesh Mattupalli
    Starting AutoConfig at Mon Oct 1 11:35:14 2007
    Using adconfig.pl version 120.16
    Classpath :
    /d01/oracle/PROD/apps/apps_st/comn/java/lib/appsborg2.zip:/d01/oracle/PROD/apps/apps_st/comn/java/classes
    ===========================================================================
    Starting Utility to Report Version Conflicts at Mon Oct 01 11:35:33 PDT 2007
    Using VersionConflictListGenerator.java version 120.3
    All driver files processed.
    No version conflict encountered.
    ===========================================================================
    Using Context file : /d01/oracle/PROD/inst/apps/PROD_erpdev/appl/admin/PROD_erpdev.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
    /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/out/10011135/PROD_erpdev.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /d01/oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /d01/oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/custom/adxmlctx.tmp
    Custom template : Not available
    Customizations found : None
    File system Context file :/d01/oracle/PROD/inst/apps/PROD_erpdev/appl/admin/PROD_erpdev.xml
    Checking the Context file for possible updates from the Database
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations and the Context files in
    DataBase and in the file system may be unsynchronized
    ===========================================================================
    ~~~~~~~~~~~~~
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpdev.mahesh.com)(PORT=1521))
    (CONNECT_DATA=(SERVICE_NAME=PROD.mahesh.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=erpdev.mahesh.com)(PORT=1521))(CONNECT_DATA=
    (SERVICE_NAME=PROD.mahesh.com)))
    Connection could not be obtained; returning null
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Generate Tns Names
    Logfile: /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/log/10011135/NetServiceHandler.log
    ERROR: can't open log file: /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/log/10011135/NetServiceHandler.log:
    Permission denied
    .end std out.
    .end err out.
    Result : FAILED
    ===========================================================================
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
    adgendbc.sh started at Mon Oct 1 11:45:55 PDT 2007
    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Oct 1 11:45:57 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-28000: the account is locked
    Params=fnd_jdbc_buffer_min=1
    fnd_jdbc_buffer_max=5
    fnd_jdbc_buffer_decay_interval=300
    fnd_jdbc_buffer_decay_size=5
    fnd_jdbc_usable_check=false
    fnd_jdbc_context_check=true
    fnd_jdbc_plsql_reset=false
    Unique constraint error (00001) is OK if key already exists
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Database connection to jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=
    (PROTOCOL=tcp)(HOST=erpdev)(PORT=1524)))(CONNECT_DATA=(SID=PROD))) failed
    ADD call failed with exit code 1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
    Configuring OCM in : /d01/oracle/PROD/inst/apps/PROD_erpdev/ocm/10.1.2/
    Executing: /d01/oracle/PROD/inst/apps/PROD_erpdev/ocm/10.1.2//ccr/bin/setupCCR -s 2253545 [email protected] US
    ** Installing base package **
    ** Registering installation with Oracle Configuration Manager server(s) **
    Script Exit Code: 1
    OCM configuration failed for : /d01/oracle/PROD/inst/apps/PROD_erpdev/ocm/10.1.2/
    OCM configuration failed on mid tier.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    Deploying core - Version 10.2.4.0.0
    Failure in registering with Oracle Configuration Manager server
    Unable to establish connection to Oracle Configuration Manager server.
    Oracle Configuration Manager endpoint hostname (ccr.oracle.com) is unknown.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
    AutoConfig is exiting with status 31
    The log file for this session is located at: /d01/oracle/PROD/inst/apps/PROD_erpdev/admin/log/10011135/adconfig.log
    ~

  • Problem installing Oracle 11i in Linux

    I have been trying to install 11i in Redhat Linux. I followed the documentation provided by Oracle, by installing Java SDK 1.3, by creating stage area for installation. However, when I go to the selected directory u01/...../RapidWiz and type rapidwiz, I get the message "command not found". I checked the directory and there exists the command. (just to see if it works in Windows, I popped the first Cd and restarted on another machine.. it came back with all the welcome screen etc.,). Can someone help me... Pretty Please!!!!!!!!!

    How can I install Oracle apps using downloaded Oracle Apps 11.5.10.2 files? All the files in .zip format. The 'Rapid Install Start Here - Disk 1' is composed of 7 separate zip files (1 of 7 ... 7 of 7). Do I need to unzip the the files and burn DVD-R's first to compile them by disk?
    Is there another way?
    Has anyone tried installing from downloaded install files?
    Please help.

  • Problems with installing applications 11i on redhat 8.0

    Has anyone installed apps 11i on a redhat 8.0 box. With a lot of finagling I have managed to get the Rapid Install Wizard screen to appear but then ... nothing. It hangs with no indications of what is wrong. I do have DISPLAY set correctly. I have installed openmotif-2.1.30, but everything still hangs. There is no word on this site, technet, or metalink as to if this is even possible or if so how it can be done. Does anyone have any ideas?
    Thanks,
    Steve

    Exactly the same problem in the same environment.
    keep trying.
    Please let me know if you find something. I'll do the same,:).

Maybe you are looking for