Best failover strategy for 2 node EBS 11i?

Environment: 11.5.10.2
Number of Node : 2
DB& Concurrent Manager on 1 Node
APPS on another node
Concurrent Manager and APPS are using SHARED APPL_TOP.
When DB node / APPS nodes are fails, what is the best failover method can be adopted for E-Business suite?

John,
With the current setup you have, high availability cannot be achieved for the following reasons:
If Node 1 fails --> Database is down and you cannot run it on Node 2
If Node 2 fails --> You will need to run all application services on Node 1 (as a single node installation), and this is not feasible as lots of changes need to be done in the application context file
To achieve high availability you need to have RAC and/or Data Guard implemented. The following notes provide details about RAC and Data Guard implementation with Oracle E-Business Suite:
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: 403347.1 - MAA Roadmap for the E-Business Suite
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=403347.1
If you cannot afford implementing RAC and/or Data Guard, you may go with OS cluster (contact your vendor for details), but again this will not protect you if both servers and/or the shared storage goes down.

Similar Messages

  • HTTP Server Patch - 4393827 for Oracle EBS 11i

    Hi,
    Our env is Oracle EBS 11i (11.5.10) + CU2 +ATG RUP6. We are currently on 9.2.0.8.0
    I am currently applying Minimum Baseline Patches for extended support - +Patch Requirements for Extended Support of Oracle E-Business Suite Release 11.5.10 [ID 883202.1]+.
    For the HTTP Server Patch - 4393827 do I need to apply patches for all the below components? It prompted me 4 times to apply the patch for each component.
    OHS_1.0.2.2 component
    MODPLSQL component
    Webcache_1.0.2.2
    DB_8.1.7.4
    Rgds,
    Thiru

    Thanks.
    I applied HTTP Server Patch - 4393827 in my upgraded instance 11.5.10 CU2ATG RUP6.
    Now the Apache version is:
    Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Win32)
    Server built:   Jun 14 2005 15:26:57 (iAS 1.0.2.2.2 rollup 5)
    While applying HTTP Server Patch - 4393827, I was prompted to enter Y or N to apply patch for the following components individually. I had the option to enter N also.
    OHS_1.0.2.2 component
    MODPLSQL component
    Webcache_1.0.2.2 component
    DB_8.1.7.4 component
    I entered Y(Yes) for all the components and the patching was successful for all the components.
    I am doubtful about the DB_8.1.7.4 component patch. Should I say Y to this also?. Since my Instance is on 9.2.0.8.0 is it required to apply this component (DB_8.1.7.4 component) also?
    Rgds,
    Thiru

  • Add another Node EBS 11i

    Hi all,
    this thread is in continuation with thread. Re: EBS upgrade path
    Applicaiotn=11.5.10.2
    DB=10.2.0.5.0
    OS= OEL 4.8
    Nodes configuration is 1+1+1
    i.e.
    Node Name
    erpapps (Admin+Web+Form+Concurrent)
    erpdb db tier
    erpdrdb standby database
    <b>want to add another node
    erpapps1 with (Admin+Web+Form+Concurrent)</b>
    I followed following steps:
    <b>1- prepare to source system, executed</b>
    perl adpreclone.pl dbTier // although it has nothing to do with this activity
    perl adpreclone.pl appsTier // on erpapps node
    <b>2- Copy the appsTier from erpapps to erpapps1 </b>
    <b>3- executed perl adcfgclone.pl appsTier </b>
    adcfgclone completed successfully.
    parameters entered for adcfgclone.pl are as
    PROMPT :
    Do you want to use a virtual hostname for the target node (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Target system database SID [PROD]
    ANSWER :
    PROD
    Default value found for s_contextname : PROD_erpapps1
    PROMPT :
    Target system database server node [erpdb]
    ANSWER :
    erpdb
    PROMPT :
    Target system database domain name [abc.def.com]
    ANSWER :
    abc.def.com
    PROMPT :
    Does the target system have more than one application tier server node (y/n) [y] ?
    ANSWER :
    y
    PROMPT :
    Does the target system application tier utilize multiple domain names (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Target system concurrent processing node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Target system administration node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Target system forms server node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Target system web server node [erpapps]
    ANSWER :
    erpapps1
    PROMPT :
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Target system APPL_TOP mount point [/oracle/oraapps/prodappl]
    ANSWER :
    /oracle/oraapps/prodappl
    PROMPT :
    Target system COMMON_TOP directory [/oracle/oraapps/prodcomn]
    ANSWER :
    /oracle/oraapps/prodcomn
    PROMPT :
    Target system 8.0.6 ORACLE_HOME directory [/oracle/oraapps/prodora/8.0.6]
    ANSWER :
    /oracle/oraapps/prodora/8.0.6
    PROMPT :
    Target system iAS ORACLE_HOME directory [/oracle/oraapps/prodora/iAS]
    ANSWER :
    /oracle/oraapps/prodora/iAS
    PROMPT :
    Do you want to preserve the Display set to :0.0 (y/n) [y] ?
    ANSWER :
    y
    at the end
    The new context file has been created at:
            /oracle/oraapps/prodappl/admin/PROD_erpapps1.xml
    then autconfig completed successfully and services started with one exception while starting services
    Checking for FNDFS executable.
    Starting listener process APPS_PROD.
    adalnctl.sh: exiting with status 127<b>4- executed perl adaddnode.pl </b>
    [oraapps@erpapps1 ~]$ more set_apps_env.sh
    . /oracle/oraapps/prodappl/APPSPROD_erpapps1.env
    [oraapps@erpapps1 ~]$ . set_apps_env.sh
    [oraapps@erpapps1 ~]$ cd $COMMON_TOP/clone/bin
    [oraapps@erpapps1 bin]$ ls
    adaddnode.pl  adcfgclone.pl  adchkutl.sh  adclonectx.pl  adclone.pl
    [oraapps@erpapps1 bin]$ perl adaddnode.pl
    Enter the APPS username: APPS
    Enter the APPS user password:
            Using CONTEXT_FILE : /oracle/oraapps/prodappl/admin/PROD_erpapps1.xml
            Using      CTXORIG : /oracle/oraapps/prodcomn/clone/bin/../context/apps/CTXORIG.xml
    APPL_TOP name of the source system (old APPL_TOP name) : erpapps
    APPL_TOP name of the target system (new APPL_TOP name) : erpapps1
    Configuring snapshot information for the original (clone source) node...
    Executing command:
    sqlplus /nolog @/oracle/oraapps/prodappl/ad/11.5.0/patch/115/sql/adadmrat.sql APPS pals15 PROD PROD erpapps1 erpapps /oracle/oraapps/prodcomn/temp/adadmat_sql.spool
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 21:52:17 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Connected.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    erpapps1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updating tables...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    declare
    *<b>
    ERROR at line 1:
    ORA-00001: unique constraint (APPLSYS.AD_APPL_TOPS_U2) violated
    ORA-06512: at line 16
    </b>
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Error configuring snapshot information for the source node...cannot proceed with adding the node.[oraapps@erpapps1 bin]$
    [oraapps@erpapps1 bin]$ sqlplus apps
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 21:52:29 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    <b>followed thread  Error:ORA-00001: unique constraint (APPLSYS.AD_APPL_TOPS_U2) violated </b>
    SQL> create table ad_timestamps_bak as select * from ad_timestamps;
    Table created.
    SQL> create table ad_appl_tops_bak as select * from ad_appl_tops;
    Table created.
    SQL> delete ad_appl_tops where name='erpapps1';
    1 row deleted.
    SQL> delete from ad_timestamps where attribute like '%erpapps1';
    2 rows deleted.
    SQL> commit;
    SQL> exit<b>rerun perl adaddnode.pl</b>
    Enter the APPS username: APPS
    Enter the APPS user password:
            Using CONTEXT_FILE : /oracle/oraapps/prodappl/admin/PROD_erpapps1.xml
            Using      CTXORIG : /oracle/oraapps/prodcomn/clone/bin/../context/apps/CTXORIG.xml
    APPL_TOP name of the source system (old APPL_TOP name) : erpapps
    APPL_TOP name of the target system (new APPL_TOP name) : erpapps1
    Configuring snapshot information for the original (clone source) node...
    Executing command:
    sqlplus /nolog @/oracle/oraapps/prodappl/ad/11.5.0/patch/115/sql/adadmrat.sql APPS pals15 PROD PROD erpapps1 erpapps /oracle/oraapps/prodcomn/temp/adadmat_sql.spool
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 22:25:33 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Connected.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updating tables...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    PL/SQL procedure successfully completed.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updated data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Done
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Commit complete.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Completed snapshot configuration on source node.
    Configuring snapshot information for the new (clone target) node...
    Executing command:
    sqlplus /nolog @/oracle/oraapps/prodappl/ad/11.5.0/patch/115/sql/adadmdat.sql APPS pals15 PROD PROD erpapps erpapps1 /oracle/oraapps/prodcomn/temp/adadmdat_sql.spool
    SQL*Plus: Release 8.0.6.0.0 - Production on Wed Sep 28 22:25:33 2011
    (c) Copyright 1999 Oracle Corporation.  All rights reserved.
    Connected.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Checking configuration...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    AOL Schema Name         : APPLSYS
    Applications System Name: PROD
    Source APPLTOP Name     : erpapps
    Target APPLTOP Name     : erpapps1
    ACTIVE_FLAG present?    : TRUE
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updating tables...
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    PL/SQL procedure successfully completed.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Updated data
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    APPL_TOP Names in AD_APPL_TOPS:
    *PRESEEDED*
    GLOBAL
    erpapps
    erpapps1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Done
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Commit complete.Following are the observations:
    - concurrent is not starting on both nodes
    - if access application through url http://erpapps.abc.def.com:8010/--- then till login page url remains for same host, but after successfull login url redirects to http://erpapps1.abc.def.com:8010/.
    <b>
    we want this setup
    erpapps (Admin+Web+Form+Concurrent)
    erpapps1 (Admin+Web+Form+Concurrent)
    erpdb db tier
    erpdrdb standby database
    What I missed in the configuration?
    </b>
    Regards,
    Asim

    cocurrent error at node ERPAPPS1
    Could not contact Service Manager FNDSM_ERPAPPS_PROD. The TNS alias could not be located, the listener process on ERPAPPS could not be contacted, or the listener failed to spawn the Service Manager process.
    Could not contact Service Manager FNDSM_ERPAPPS1_PROD. The TNS alias could not be located, the listener process on ERPAPPS1 could not be contacted, or the listener failed to spawn the Service Manager process.concurrent error for node ERPAPPS, eralier it was working fine
    Routine &ROUTINE has attempted to start the internal concurrent manager.  The ICM is already running.  Contact you system administrator for further assistance.afpdlrq received an unsuccessful result from PL/SQL procedure or function FND_DCP.Request_Session_Lock.
    Routine FND_DCP.REQUEST_SESSION_LOCK received a result code of 1 from the call to DBMS_LOCK.Request.
    Possible DBMS_LOCK.Request resultCall to establish_icm failed
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 28-SEP-2011 23:07:59 -
    Shutting down Internal Concurrent Manager : 28-SEP-2011 23:07:59
    List of errors encountered:
    _ 1 _
    Routine AFPCSQ encountered an ORACLE error. .
    Review your error messages for the cause of the error. (=<POINTER>)
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROD_0928@PROD internal concurrent manager has terminated with status 1 - giving up.<b>Do you have PCP implemented?</b>
    No, till now we haven't done that.

  • What is the best SLD strategy for CE?

    We have some options like a single centralized SLD or a local SLD or something between them, e.g. an SLD for dev systems, etc.
    Could you share your opinion -- what is a good SLD strategy for CE? Thanks!

    Hi,
    It  wud depend on the landscape u have and requirement stategy.............
    If you have a productive version...............obviously centralised SLD wud be preferred.....
    Either case......juz to touch-base features of CE 7.1 i.e for exploration and R&D purpose..........lacal SLD and developer edition wud do.......

  • Best partitioning strategy for OS 8.6?

    Hello,
    I have two hard drives on my beige 233 MHz G3 minitower (rev 1):
    4 GIG SCSI
    80 GIG ATA
    I need to install OS 8.6. I was considering using both drives but I do not know what I should put on each drive.
    Should I install OS 8.6 onto the 4 GIG drive or the 80 GIG drive?
    Option 1:
    4 GIG: OS 8.6
    80 GIG: applications
    Option 2:
    4 GIG drive: don't use it at all
    80 GIG drive: OS 8.6 and the applications
    Option 3 (using partitioning):
    4 GIG drive: don't use it at all
    80 GIG drive: First partition (15 GIGS): OS 8.6 and the applications. Second partition: (65 GIGs) for data.
    Unfortunately 4 GIGs is too small for all my applications and so that is why I was thinking of not even using the 4 GIG drive and instead putting everything onto the 80 GIG drive. I have heard it is a good idea to keep the system and apps on the same volume - I am not sure if this is always true however.
    Any thoughts?
    Thanks!
    The other issue is that I might have to further partition the 80 GIG drive into an additional partition for OSX in case I also need to install OSX because I read somewhere that on a beige G3, OSX must be installed in a partition that is no larger than 8 GIGs and it must be the first partition.
    This scenario would look like this:
    Option 4 (using more partitioning):
    4 GIG: don't use it at all
    80 GIG:
    First partition (7.9 GIGS): OS X and OS X applications
    Second partition (15 GIGS): OS 8.6 and the applications
    Third partition: (57 GIGs) for data.
    (I created a separate realted post under older hardware/beige G3/usage regarding how to boot between OS 8.6 and OS X in case anyone is interested.)

    Thanks Don and Jim,
    I carefully considered all your comments and here's what I plan to do:
    It is important for me to indicate that, for this beige G3, I will use OSX primarily (OS 10.1.5) and therefore I would like its partition to be as large as possible. I read this will benefit OSX's swap file needs. However the OS must be within the 7.7 GIG limit for this particular mac (beige G3). I can therefore conclude that I should make the first partition exactly 7.7 GIGs and use it only for OSX.
    Jim, you say that the 8 GIG limit for the startup volume applies to all OSes not just OSX and so that is a critical point for me. I will need to be certain about this. Are you sure OS 8.6 isn't bootable if it is in another partition beyond the first 8 GIGS on a beige G3? You see, I was thinking of installing OS 8.6 on a second partition of the 80 GIG drive like this:
    partition 1 (7.7 GIGs): OSX
    partition 2: (15 GIGs) : OS 8.6 and its applications
    Based on your comment (the 8 GIG limit for the startup volume applies to all OSes) this will not work - the OS 8.6 partition will never boot because it is not within the first 8 GIGs. I had thought that rule only applied to OSX.
    And if so, the best solution is to put OS 8.6 on the 4 GIG drive instead.
    Here is my final solution:
    4 GIG drive:
    OS 8.6 (plus maybe photoshop)
    80 GIG drive:
    partition 1 (7.7 GIGs): OSX (10.1.5 is the version I have)
    partition 2: (about 67 GIGs) : all the OSX applications, all the OS 8.6 applications and all my data
    partition 3 (5 GIGS) : scratch disk just for running photoshop in OS 8.6 (I may or may not create this last partition - still thinking about it)
    I might consider putting one or two of my OS 8.6 applications on the 4 GIG drive - the higher end applications such as photoshop which I think might fit on the 4 GIG drive with the OS 8.6.
    As for the 5 GIG scratch partition on the 80 GIG drive, I am still considering if I need to do this or not because I would rarely use it - only for the few times I might run photoshop in OS 8.6. Maybe I should keep this partition anyways for something else just in case.
    Other less important notes:
    I might, one day, be able to use OS 9 instead of OS8.6 in these examples, in which case I will just substitute 9 for 8.6 in my examples noted above. Howwever for now I am reserving OS 9 for another computer I have. As for classic, I don't need classic support. I would rather just boot directly into 9. I have used classic before and I found it to be slow.
    Thanks Jim and Don for your help.
    If anyone sees anything wrong with this setup please let me know!

  • Best iTunes strategy for a family with multiple Windows accounts

    On our previous Windows 7 PC, I set up separate Windows accounts for each of our family members. Since iTunes can't be run concurrently on more than one Windows account, I also set up another Windows account named "iTunes," the sole purpose of which is to have iTunes running in a way that everyone can access it without having to log into each others' accounts. When you want to use iTunes, you log into the "iTunes" Windows account; when you want to do something else on the computer, you log into your personal Windows account.
    Two questions: (1) Is there a better way to do this? and (2) Am I right that iTunes still can't be run concurrently on more than one Windows account?
    Thanks.

    This is a user to user support forum. Your fellow users can offer solutions or workarounds based on their experience with the application. If you think it should work differently drop a line to iTunes Feedback.
    For reasons unknown Apple haven't chosen to allow iTunes to be suspended in one profile and active in another. My recollection is that this applies even if each profile has a different library, although it is some time since I've committed a personal test.
    I'm not sure why my suggestion make less sense that your current approach?. As I understand it currently everybody is either signed into their own account when they can do something other than work with iTunes, or they sign into the special iTunes account where they can't access any of their other stuff. You don't have to disable fast user switching. Follow exactly the same steps, but make sure everyone closes iTunes before turning the computer over to another user. Disabling fast user switching helps to enforce that action.
    tt2

  • Sizing calculator for EBS 11i

    Hi,
    I want to have an official calculator regarding the hardware sizing for Oracle EBS 11i.
    I found on OTN that such tool exist only for discoverer (http://www.oracle.com/technology/products/discoverer/files/discoverer10_1_2_0_2_sizing_calculator.xls).
    Please help me where to find a similar tool for EBS itself, not only for Discoverer.
    Thank you.

    Hi;
    Please check:
    Re: Hardware requirement for New installation of R12(12.1) on Linux
    Hope it helps
    Regard
    Helios

  • WHAT IS BEST STRATEGY FOR RMAN BACKUP CONFIGURATION

    Hi all,
    my database size is 50GB I want TAKe WEEKLY FULL BACKUP AND INCREMENTAL BACKUP
    WITHOUT RECOVERY CATALOG.by follwing commands
    weekly full database backup
    run
    backup as compressed backupset
    incremental level=0
    device type disk
    tag "weekly_database"
    format '/sw/weekly_database_%d_t%t_c%c_s%s_p%p'
    database;
    I want do CONFIGURE RMAN BY FOLLWING stragtegy
    CONFIGURE RETENTION POLICY TO REDUNDANCY window of 14 days.
    CONFIGURE BACKUP OPTIMIZATION OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO
    '\SW\AUTOCFILE_'%F';
    and other is by default
    sql>alter system set control_file_record_keep_time=15 days;
    os--aix6 and for two database 10g2 and 11g2
    what is best configuration strategy for rman backup.AND BACKUP WITH RECOVERY CATALOG OR WITHOUT RECOVERY CATALOG
    PLEASE TELL ME
    Edited by: afzal on Feb 26, 2011 1:45 AM

    For simply two databases, there really wouldn't be a need for a recovery catalog. You can still restore/recover without a controlfile and without a recovery catalog.
    From this:
    afzal wrote:
    CONFIGURE RETENTION POLICY TO REDUNDANCY window of 14 days.I am assuming you want to keep two weeks worth of backups, therefore these:
    alter system set control_file_record_keep_time=15 days;
    CONFIGURE RETENTION POLICY TO REDUNDANCY window of 14 daysShould be:
    RMAN> sql 'alter system set control_file_record_keep_time=22';
    RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14;22 would give you that extra layer of protection for instances when a problem occurs with a backup and you want to ensure that data doesn't get aged out.

  • EBS 11i Disaster Recovery using tape backup on alternate Unix Server.

    Hi,
    I would really appreciate if you could please share with us what is the process to recovery EBS 11i environment to an alternate DR server using the latest tape backup in case any disaster happens to the existing production server.
    I need to prepare and test disaster recovery plan document using the latest tape backups.
    We have single node EBS 11i environment with Apps and DB installed on the same AIX Unix Server.
    We also have full database RMAN backup every night.
    The new alternate DR Unix server will have different hostname and IP address.
    Thanks in advance.
    Regards.

    Please refer to the following docs.
    Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g [ID 216212.1]
    Business Continuity for Oracle E-Business Release 11i Using Oracle 11g Physical Standby Database - Single Instance and Oracle RAC [ID 1068913.1]
    Thanks,
    Hussein

  • Daily, weekly and monthly acitivities in Oracle EBS 11i

    Hi All,
    I need to know the daily, weekly and monthly maintainance activities for Oracle EBS 11i .
    tq

    user_exit wrote:
    Hi All,
    I need to know the daily, weekly and monthly maintainance activities for Oracle EBS 11i .
    tqthis is not forum for EBS, so please post in
    General EBS Discussion
    Thanks

  • Cutover strategy for BW

    BW Gurus,
    What is the best cutover strategy for BW. We are planning to do a system copy for go live.
    1)What are the points/instructions that need to be completed on the original system before doing a System copy?
    2)What are the steps for the Basis?
    3)What should be the status of outbound queues on r3/other source systems in the original system?
    If the answer is put in points, will be apprecited.
    Thanks
    Simmi

    dear Simmi,
    for delta queue check this
    https://websmp104.sap-ag.de/~sapidb/011000358700001584392004#17
    I intend to copy the source system, i.e. make a client copy. What will happen with may delta? Should I initialize again after that?
    Before you copy a source client or source system, make sure that your deltas have been fetched from the DeltaQueue into SAP NetWeaver BI and that no delta is pending. After the client copy, an inconsistency might occur between SAP NetWeaver BI delta tables and the OLTP delta tables as described in Note 405943. After the client copy, Table ROOSPRMSC will probably be empty in the OLTP since this table is client-independent. After the system copy, the table will contain the entries with the old logical system name which are no longer useful for further delta loading from the new logical system. The delta must be initialized in any case since delta depends on both the SAP NetWeaver BI system and the source system. Even if no dump 'MESSAGE_TYPE_X' occurs in SAP NetWeaver BI when editing or creating an InfoPackage, you should expect that the delta has to be initialized after the copy.

  • RHEL 6 for EBS 11i (11.5.10.2)

    Hi hussein,
    I posted a thread in here before about our company buying or upgrading to a newer server which is of higher-end and with bigger CPUs and Memories.
    We are currently running EBS 11i (11.5.10.2) on the current server which is about 6 years old. This is single node only and running RHEL 4.6.
    Now, due to performance degradation, we are buying newer machines which will be a two-node configuration. The machine vendor said that the O.S. that it runs on will be RHEL 6.
    My question is....Is RHEL 6 supported in EBS 11i? Can I clone the existing PROD EBS 11i which is on RHEL 4.6 to
    the new target servers running on RHEL 6?
    Thanks a lot,
    Ms Inday

    My question is....Is RHEL 6 supported in EBS 11i? No, you either need to install RHEL4 or RHEL5.
    Can I clone the existing PROD EBS 11i which is on RHEL 4.6 to
    the new target servers running on RHEL 6?If you install RHEL5, you can use Rapid Clone to clone from RHEL4 to RHEL5.
    Please see these docs for the list of pre-req. software and packages on RHEL5/OEL5
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Oracle Applications 11i Installation on OEL5 or RHEL5 [ID 730444.1]
    Recommendations to Install Oracle Applications 11i [ID 294932.1]
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    You may relink relink the executable files as per the docs referenced in this thread (it is optional as Rapid Clone will do this for you).
    Need clarification on Solaris 10 upgrade for E Business suite application
    Need clarification on Solaris 10 upgrade for E Business suite application
    Thanks,
    Hussein
    Thanks,
    Hussein

  • How can I do the load test for EBS 11i

    Dear Suport
    I start to try OATS.
    I have used a Openscript to record the functional test and it works fine for EBS 11i.
    However, I cannot directly use the script from Functional Test. Is there have any ways to convert the Functional Testing script to Load Testing script?
    Since the fail of using functional script, I create a new Load Testing script in Openscript and record what I do in functional test. However, I got the below error when I record the script.
    !ENTRY oracle.oats.scripting.modules.http.proxyRecorder.ProxyRecorderQueueRunnable 2 0 2010-01-06 11:42:07.354
    !MESSAGE Could not determine request character set for http://localhost:8088/olt/ConnectToServer.do, referer=http://localhost:8088/olt/BuildScenario.do
    !ENTRY oracle.oats.scripting.modules.browser.api.javaHelper.Installer 4 0 2010-01-06 11:42:58.678
    !MESSAGE formsRecorder.jar does not exist in C:\Program Files\Java\jre6\lib\ext
    I have tried to copy the file, formsRecorder.jar, from C:\OracleATS\OpenScript\openscript_configuration\org.eclipse.osgi\bundles\56\1\.cp\lib to C:\Program Files\Java\jre6\lib\ext
    However, the file, formsRecorder.jar, will be deleted when record the test by openscript. (Antivirus too is disabled during record the script).
    Do you have any idea for record the Load Testing script by Openscript?
    Regards
    Sidney Wong

    Try the trial version of HTML Optimizer - it will optimize 50% of your files and may convince you that optimizing is your best chance to get your site to load in IE unless you want to drastically reduce your page file sizes.

  • Oracle Form Builder for EBS 11i Forms

    Hi All,
    I want to compile an EBS 11i forms. The EBS version is Oracle Applications : 11.5.10.2.
    My question is where can I find the installer for Oracle form builder to compile my .pll file?
    Best Regards
    Akhmad H Gumas

    If you want to download and install Developer 6i to your Windows client, then here is the direct link --> http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zip
    You will need to recompile the form again on your server if the OS is Linux/Unix by referring to the docs referenced above by AsifMuhammad
    Thanks,
    Hussein

  • Backup strategy for ebs R12?

    Hi,
    I have a couple of questions regarding to backup strategy for ebs R12.
    Let's say that we have one application server and one database server running, and we would like to have a backup periodically for both servers.
    This means that we want to have the exactly same backup of configurations and other files for the application server and the database server in case of any fatal crashes in the servers.
    I went through some discussion threads and it seems common way is to use RMAN for the data of database and file system copy for application and database servers. But, I would like to know what's the best way or recommended way for the backup strategy for data and server files of Oracle e-business suite.
    Do you guys have any suggestion for this?
    Thanks in advance.
    Cheers,
    SH

    Hi SH;
    I suggest check first our previous discussion
    backup and recovery startegy for EBS
    Re: Backup System
    Backup Policy for EBS can
    If you make search you can find many other thread which is mention same question
    For your issue basicly what we do
    1. For our prod db, if possible we take weekly cold backup(sunday) and take rman backup also daily(full backup, but it depends system you can prefer to take incremental)
    2. For our system we take file system backup weekly(OS base)
    3. For application we take backup every sunday(for some system 15 days or 30 days period). The most important point here if your system prod, and if you need to apply patch to your system you need to have valid backup and also need backup for after patching
    One other important issue is we run preclone sh before take backup for apps and db tier
    Regard
    Helios

Maybe you are looking for

  • Nvidia 7300GT card compatible with Apple's DVI to VGA Adaptor?

    To rephrase, is the Mac Pro's stock Nvidia 7300 GT card able to support the Apple DVI to VGA connector which would allow me to connect a Viewsonics CRT? And will that card also allow me to connect a second CRT for dual monitors? A temporary setup for

  • How do I scan multiple pages to one PDF?

    I am trying to scan pages of a contract into one PDF file but I am unable to see how this can be done, can anyone advise me? Thanks :-)

  • I need info on finacing

    Is it easy to qualify for financing? I am interested in a iPad Air and MacBook pro or air

  • IPod won't restore to factory default

    Had to do a restart(the menu & select button) after it froze while on a laptop with windows vista while trying to sync music. Since then, trying to do a restore on both the laptop w/ vista AND my PC w/ XP and i get the same message every time. The iP

  • Calling Component details in Webdynpro Component Usage Pop-up

    Hi Experts, We have a WD component, say ZWD1, which has been re-used(component usage) in many other WD components. In all the usages the main window of ZWD1 is being called as a pop-up. Now we have a requirement wherein i need to write certain logic