Implementations of Oracle EBS on virtualized environment

dear experts
our company wants to implement Oracle EBS R12 on virtualized environment .
is any one of you ever did such implementation or worked in such environment ??

Some virtualization technologies are certified with EBS - pl see these MOS Docs
Certified Oracle Solaris and SPARC Virtualization and Partitioning Technologies for Oracle E-Business Suite [ID 1234632.1]
Using Oracle VM with Oracle E-Business Suite Release 11i or Release 12 [ID 465915.1]
Support Position for Oracle Products Running on VMWare Virtualized Environments [ID 249212.1]
HTH
Srini

Similar Messages

  • Requirement for installing Oracle EBS on virtual environment

    Hi
    I have a server with oracle Linux 5. We have the requirement to install oracle EBS 12.1.3 in a virtual environment.
    for which I have downloaded the VM template files for x86-64 processor as matched to my server configuration.
    So how should I go with visualization.I have checked a few things over the net which says about Oracle virtual box, oracle virtual Server, oracle virtual manager.
    I am in confused state what to consider to do visualization.
    first time I am handling this visualization in my career.
    Thanks,
    Charan
    Edited by: charanjaitu on 24 Apr, 2013 3:10 PM

    Hi;
    Please review:
    https://blogs.oracle.com/stevenChan/entry/oracle_vm_templates_available_for
    Also see:
    Demo Vision Installation of Oracle EBS R12.1.3
    Regard
    Helios

  • OBIEE 11G Implemented - Upgrading Oracle EBS 11g to R12

    We have OBIEE 11G implemented and are currently sourcing the data from Oracle EBS 11g.  We are upgrading our source database to R12 and need to know the impact on our Informatica mappings.  Can anyone point me to some documentation, or have leave some helpful hints on how to proceed with this project.  Thanks.

    Hello,
    I assume you are using BI APPS, there shouldn't be any impact on informatica mappings. Informatica comes with prebuit adapters for EBS 12 version, you need to use ORAR12 adapter.

  • Oracle EBS related resources

    Hi All,
    For implementation of Oracle EBS modules and Maintenance of Oracle EBS (DBA, Sysadmin Taks), Error resolution. What are best resources?
    Regards,
    Salahuddin

    user7278381 wrote:
    Hi All,
    For implementation of Oracle EBS modules and Maintenance of Oracle EBS (DBA, Sysadmin Taks), Error resolution. What are best resources?
    Regards,
    SalahuddinOracle EBS 11i/R12 docs can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    OBE
    http://www.oracle.com/technetwork/tutorials/index.html
    http://bit.ly/Y73Jaa
    http://bit.ly/Y73JHl
    Thanks,
    Hussein

  • Oracle EBS R12 implementation scenarios

    Dear All,
    We have below 3 different scenarios, please give your comments/suggestions; keep in mind client wants cheeper solution.
    HP DL580 G5 servers will be used with 64bit Redhat Linux 5.0 on all scenarios.
    Scenario 1:)
    Oracle EBS R-12 implementation with RAC & Load Balancer
    Required H/W - 8 Server (4 Production & 4 UAT / Development), Hardware Load balancer
    Software - RHEL 5.0 OS
    Licenses - Oracle RAC
    Advantages – High Availability solution, Redundancy
    Disadvantages – Specialized network administrator required for load balancer management, Complex System and costly
    Scenario 2:)
    Oracle EBS implementation with Active Passive mode / fail safe
    Required H/W - 8 Server, 4 Production (2 active & 2 passive) & 4 UAT / Development as replica of production environment
    Software - RHEL 5.0 OS & Cluster software on OS Level clustering
    Licenses – OS Cluster from Red Hat
    Advantages – OS Level clustering is cheaper compared to Oracle RAC
    Disadvantages – 2 Servers will used as Passive will not be optimally utilized they will only come into play when primary servers fail.
    Scenario 3:)
    Oracle EBS implementation Dual tier (DB & APPS)
    Option – I (Active + Active)
    Required H/W – 2 Servers for production and 2 UAT / Development as replica of production environment
    Software – RHEL 5.0 OS & Cluster software on OS Level clustering
    Licenses - OS Cluster from Red Hat
    Advantages – All the servers are optimally utilized
    Disadvantages -if one of the servers fails you might experience performance issues as both application and database services run on one node till server that failed is brought live.
    Option – II (Active / Stand BY)
    Required H/W - 2 Servers for production and 2 UAT / Development as replica of production environment, 2 server of UAT will be configured for stand by
    Software – Oracle data guard
    Licenses – oracle data guard
    Advantages – Simple configuration and easy to maintain when compared to RAC and OS clustering
    2) Will not experience performance problems when one of the primary fail .This is achieved by shutting down UAT or test instances till the issue on primary server is addressed
    Disadvantages - Sudden spike in load cannot be addressed since load balancing feature is not available.
    Best Regards,

    Scenario 1:) Oracle EBS R-12 implementation with RAC & Load Balancer
    When designing for "High Availability", this is quite a common infrastructure. It is pretty straightforward, though you are right, you need additional skills in managing RAC and Network. On the other hand, most larger companies have load balancers operational already. RAC may be expensive, however, if you want availability, it is what you will have to pay for, if you really cannot afford any downtime. Consider RAC when either of the following will be answered "No"
    1) Can your customer really not afford more (unplanned) downtime than 20 minutes.
    2) Is the maximum size of your hardware (single node database tier) sufficient to handle the amount of concurrent users in peak and will it be able to handle the expected growth for the next 12 months.
    If either of the above questions answers no, consider RAC. Otherwise, one of the two alternative scenarios will probably be better.
    Scenario 2:) Oracle EBS implementation with Active Passive mode / fail safe
    This scenario requires additional skills as well: OS Cluster Administration skills. The main advantage in this situation is that the architecture in which EBS has to operate is quite simple. No clustering (EBS will operate on one db node and one appnode). Issues you might encounter: If dbnode fails, what will your appnode do? Will it have to be restarted? What about downtime in such a case? How much can you afford (see scenario 1). You will end up with some 'dirty' data in your database (concurrent manager). It might be necessary to clean that out first.
    Another question to answer is how much do you trust your hardware/os. If it (almost) never failed on you for the past years, why would it be different in this situation. Having an active/passive cluster can be a costly architecture as well (half of your capacity being passive...)
    Scenario 3:) Oracle EBS implementation Dual tier (DB & APPS)
    Option – I (Active + Active)
    I suspect you mean to establish a cluster that runs database package on node 1 and application package on node 2, each of them having the other node as failover node. In this situation, you will definitely encounter a performance degradation, but this can be managed by oversizing each of the nodes and/or defining a threshold for performance degradation and keeping this in mind when sizing the hardware. You would still need the cluster managing skills, though.
    Option – II (Active / Stand BY)
    This option will deliver you more High Availability, because this is a truly disaster resilient solution. Dataguard will duplicate the database, taking away the Single Point Of Failure(SPOF), which the database is in all previous scenarios. You should keep in mind though that the UAT environment will be affected by the standby database activity (not very much, but nevertheless). You will need additional skills, like Dataguard administration skills. I could argue about your statement that it will be easy to maintain, compared to RAC. However, like I said in my comments about Scenario 2, the operational architecture for EBS is quite simple in this architecture as well. Consider the implications on the application tier when your database switches/fails over to the standby.
    Conclusion: There is no yes/no to each of the proposed scenarios. You will have to discuss with your customer to find out what the requirements are on a business level and translate them to an IT solution.
    The solution should meet the needs for which it is realized and the people should be able to manage/maintain the solution. Additionally, the investment should be in line with the solution the customer requires.
    Regards,
    Arnoud Roth
    Oracle E-Business Suite Technical Architect
    Inter Access
    The Netherlands

  • OBIEE 11g with Oracle EBS R12 implementation,Need to know Default Roles

    Hi All,
    Can anyone please let me know regarding any documentation or link where i can find all default OBIEE Group names and the relation of each Groups with Oracle EBS R12 roles and responsibility categorized by the Modules.
    We need the Roles information for the following modules:
    1. Supply Chain & Order Management
    2. Procurement & spend
    3. Finance
    Thanks in advance. Please help.
    Regards
    Sudipta

    Please see these docs.
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 555254.1]
    What documentation do I need to review when installing and configuring a OBI Apps 7.9.6.x environment with EBS? [ID 1221764.1]
    Master Note for OBIEE Integration issues with EBS, Siebel, SSO, Portal Server [ID 1248939.1]
    Oracle SSO E-Business Suite Applications Integration with Oracle Business Intelligence [ID 553423.1]
    Oracle EBS integration with OBIEE [ID 733137.1]
    Document for implementing security OBIEE Apps with EBS and Siebel CRM as sources [ID 756851.1]
    What Application must be chosen for Responsibility within EBS when integrating with OBIEE [ID 1246464.1]
    Also, search Steven Chan's Blog and you should get couple of hits -- http://blogs.oracle.com/stevenChan/
    Thanks,
    Hussein

  • Oracle Application Server 10g on a virtual environment

    Hi,
    Can anyone provide us the Step by Step approch to install Oracle Application Server 10g on a virtual environment on solaris cluster?

    HI,
    Oracle is provided two documents for OAS install in Solaris (32bit and 64bit).
    Here I am providing both documents.
    http://docs.oracle.com/cd/B31017_01/solx86.1013/install.pdf --- Oracle app server install 32bit
    http://docs.oracle.com/cd/B31017_01/sol.1013/install.pdf -- orcle app server install 64bit
    Award points it is useful.
    Thanks,
    satya

  • Oracle EBS R12 Pre - Implementations phase question air

    Oracle EBS R12 Pre - Implementations phase question air
    Posted: Jun 30, 2009 10:22 AM Edit Reply
    Dear all Gurus,
    We are going to implement Oracle EBS r12, for industrial concern, we have following quires if any peer may suggest.
    1) we heard the oracle R12 has build new release with 11g db , is it been practical for choosing it for corporate ???
    2) Linux Read hat which version is more stable like 5 releases is compatible with R12 new release?
    3) We are also thinking for 64 bit architecture rather than 32 bit, could any one figure out the practical pros and cons for this.
    4) We are also wondering about the server machine brand and its configurations like HP DL380 G6, DELL 2850? could any one share abut his experience about the same.
    5) What sort of Server configurations (Processor , 2way -4way , RAM , HD and other accessories ) for r12 Multi node setup for 150 clients (DB Server , Apps Server , Test Prod )
    6) What should be backup strategies like tap backup and how much space requirements we must have provisioned for retaining almost 2~3 month backup.
    7) Application implementations methodologies?
    8)
    I know to address our queries would be time consuming for you bust peoples , but I would really oblige for being shared your journey this would defiantly the PATH way for other like mentoring for others.
    looking forward your valuable instructions ASAP.
    Thanks & Best Regards
    Muhammad Waseem
    Manager IT
    Neee-Has Textiles Divisions
    31-Q Gulberg II Lahore
    Pakistan
    92-0333-4240949

    Duplicate post.
    Oracle EBS R12 Pre - Implementations phase question air
    Oracle EBS R12 Pre - Implementations phase question air

  • Step By Step Implementation of RAC in Oracle EBS R12 (version 12.0.4)

    Hi,
    Can anyne suggest me any Document in metalink or any other useful document on the
    *"Step By Step Implementation of RAC in Oracle EBS R12 (version 12.0.4)"*.
    My Database Version is 10g Enterprise Edition Release 10.2.0.4.0 and my Platform  is HP-UX  ia64.

    How To Find Out The Example of The LOCAL_LISTENER and REMOTE_LISTENER Defined In The init.ora When configuring the 11i or R12 on RAC ? [ID 744508.1]
    1072636.1 - Oracle E-Business Suite Release 12 High Availability Documentation Roadmap
    Please check Hussein's discussion before
    Rac and R12
    R12 with RAC
    Rac and R12
    Moving from NON-RAC to RAC
    R12 and RAC
    Re: R12.1-RAC
    EBS R12 on Linux with RAC

  • Oracle EBS virtual machine

    Hello,
    I am interrested to test Oracle EBS and evaluate its capabilities
    Is there a virtual machine that hold the whole Oracle EBS and is downladable on the net
    Thanks in advance

    Is there a virtual machine that hold the whole Oracle EBS and is downladable on the netYou can download the software and arrange to do the installation so that you can evaluate it.
    Oracle® E-Delivery Web site
    http://edelivery.oracle.com/
    If you cannot afford the installation, Solution Beacon is providing 11i Vision instance for public access (you need a valid CSI):
    Release 11i Vision Instances
    http://www.solutionbeacon.com/tools_r11ivision.htm
    Release 12 Vision Instances
    http://www.solutionbeacon.com/tools_r12vision.htm

  • Config Pre-Built Oracle Virtual Environment for Minimalist

    Hi There
    I know you probably’ve got asked this question before - and i understand the 1GIG minimal requirement- , but is it possible to install the whole Pre-Built Oracle Virtual Environment, but then disable relevant components to clustering in order to utilize as a basic oracle environment.
    Alternatively is there a Pre-Built Oracle Virtual Environment for 9i.
    Regards
    Kayode

    Hi There
    I know you probably’ve got asked this question before - and i understand the 1GIG minimal requirement- , but is it possible to install the whole Pre-Built Oracle Virtual Environment, but then disable relevant components to clustering in order to utilize as a basic oracle environment.
    Alternatively is there a Pre-Built Oracle Virtual Environment for 9i.
    Regards
    Kayode

  • Oracle product not supported on Vmware virtual environment

    Members,
    Oracle certification says Oracle products running on Vmware virtual environment are not supported.
    One of my development Identity manager setup is running on Vmware virtual environment.
    As of now application is running fine and I am getting support from Oracle on product issues.
    Can anyone suggest what could be the impact of this in future and what types of issues I can expect in future.
    Thanks,
    S M

    Could you verify this behaviour outside a VMware virtual machine?
    If yes, then please open an SR on Metalink to let support diagnose.
    Provide an RDA, AWR snapshot if you have licensed the Diagnistic Pack - if not than provide STATSPACK snapshots.
    Sorry - but this is a database upgrade forum :-)
    Regards
    Mike

  • Oracle EBS Implementation Help

    Hello Everyone,
    Greetings of the day!!!!
    Professionally i am a technical consultant with only 12 months of experience, Now i got chance to enhance my technical knowledge in Oracle EBS Implementation project.
    I am totally fresh for this Implemenation as i dont have any idea, what will be the things in implemention. I request to OTN people, please give me some guidelines, as how can i go about it, where i need to concentrate.
    Any help would be appreciated.
    Thanks.
    Atul
    Edited by: Atul on Jul 1, 2011 12:00 PM

    Oracle Apps documentation can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    Please old see old threads for similar discussion (refine the search by typing the module(s) you are planning to implement) -- http://forums.oracle.com/forums/search.jspa?threadID=&q=Implementation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    You could also Google it and you will find many blogs which should be helpful.
    Thanks,
    Hussein

  • Segregation of testing and the production environments- Oracle EBS implementation project

    I am currently auditing a oracle EBS implementation and I need to test the segregation of testing and the production environments, How can I approach that ?

    In Oracle EBS environments TEST and PRODUCTION are different systems altogether, you can say two entities which are identical in features/data but physically different. So you may have to test on below
    1.) DB level passwords (different in both instances) and are following the statndard corporate policies.
    2.) Unwanted application users are end-dated in TEST instances.
    3.) Data is masked appropriately in TEST instances.
    regards
    PRavin

  • Implement OBI Apps 7.9.6 with Oracle EBS 12

    Hi
    I have a couple of questions about the integration of OBI Apps 7.9.6 and Oracle EBS 12
    The first is, which ETL tool is used for this integration? Informatica or ODI 11g
    And the second is, my client is currently working on Oracle EBS 11 and plans to migrate to version 12, my question here is if the mappings and flows are fully supported version 11 to version 12 of the EBS or what I have to do to migrate?
    I hope you can help me
    Greetings and thanks in advance

    Hi Luis,
    Informatica is being used for the ETL. ODI will be an option when you move to Oracle BIA 11g (Fusion Application).
    You should upgrade to the latest Oracle BIA (7.9.6.3) version for Oracle eBS. This prabably means that you have to move to Oracle BI 11g as well.
    Check the documentation here; http://www.oracle.com/technetwork/middleware/bi-foundation/documentation/bi-apps-098545.html
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

Maybe you are looking for