Oracle EBS r12 - Implementation v/s Installation

Helllo,
I was wondering if there is any way in Oracle r12 to figure out following without having any need to contact those imperialistic Oracle salesreps?
1. How many modules are installed
2. How many modules are licensed
3. How many modules are actually implemented and under use.
Is there anyway I can find above information by looking at tables or configuration ? I tried querying FND_PRODUCT_INSTALLATIONS and it only seems to be addressing #1 from above.
Thanks,
Darsh

Please see the following docs (which are applicable to R12 as well).
How to Find Out Product Installation Information in Oracle Applications? [ID 1275690.1]
How to Establish if a Product is Installed in e-Business Suite 11i [ID 420648.1]
For license details, please contact your Oracle Sales representative.
Thanks,
Hussein

Similar Messages

  • 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 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

  • Oracle EBS R12 installation problem in Windows 2003

    Hi,
    I am trying to install Oracle EBS R12 on Windows 2003 R2. I have installed cygwin along with required packages and also Visual studio 2005 as specified in the prerequisites of installation document.
    All the validations are successful before installation but I am facing error during installation in Step3 at about 53 percent. When i checked the log file, I found that some of the files required for installation are not found in my staging area. Now I want to run MD5sum on the Staged Files.
    I had downloaded md5sum_windows.txt and also run this command :
    md5sum --check md5sum_Windows.txt > md5sum_result.txt
    In md5sum_result.txt, I am getting error for all files. Error message is as :
    oraAppDB\Disk1\data\driver\Disk1.drv
    : FAILED open or read
    This is repeating for all files. But i can see that the files are present in My Staging area. Do i need to set some permission for this. Please help. Desperately want to install EBS as part of perparation for my planned certification.
    Edited by: 855292 on Nov 26, 2011 1:58 AM
    A simple detailed Step by Step Installation Document or any good reference for the same would by really appreciated.
    Edited by: 855292 on Nov 26, 2011 2:00 AM

    I have downloaded all the 33 files in oracle edelivery site. I have seen a post of yours regarding Oracle R12 installation on Windows XP. It mentions only some 25 files. Please do not rely on the that thread as it was for 12.0.x installation.
    For R12 (12.1.1) you need to download the following files:
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4)
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2)
    Is it possible that contents of the zip file are lost during download because my stage area is about 39 GB . and also I have verfied all the files in edelivery site is downloaded too.
    Also the error i mentioned in my last post, I can see the file in the directory but still its showing read error. Is it due to corruption of data. That would mean that I will have to download all 40 GB again :-(It is easy to verify the contents of the stage area directory without running md5sum, so please do so and post the results here.
    Thanks,
    Hussein

  • Oracle EBS R12 for Windows Installation Error

    Hi,
    I tried to install Oracle EBS R12 for Windows. My installation had failed. Listed below is the log information. On the Second log file (further down below) it is saying "TNS:no listener". Please help.
    FIRST LOG FILE:Log Path: C:\Orale\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\06132024
    C:\Users\Bing\AppData\Local\Temp>if 0 == 0 goto :TCFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>REM Perform the instance configuration
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>echo "Statusstring Configuring Database Technology Stack"
    "Statusstring Configuring Database Technology Stack"
    C:\Users\Bing\AppData\Local\Temp>(echo APPS & echo APPS ) | J:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M -classpath .;J:\StageR12\startCD\Disk1\rapidwiz\jlib\java;J:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_bing-pc.xml -stage J:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\Users\Bing\AppData\Local\Temp>if 1 == 0 goto :ICFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\Users\Bing\AppData\Local\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    SECOND LOG FILEC::\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    LOCAL : VIS
    ORACLE_SID :
    PATH : C:\Oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;J:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python
    LD_LIBRARY_PATH : C:\oracle\VIS\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:12
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bing-pc.horse.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:14
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    addlnctl.cmd exiting with status 1
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 5 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit_inst.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    "afmkinit_inst.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 6 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\adcvmlog.xml.06132042
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Thanks in advanced,
    Edited by: amorsolo on Jun 15, 2009 9:12 PM

    Hi user3726038,
    I have seen posting about the installation of EBS R12/i11 saying it does not work with Windows Vista (64 bit). I went ahead and tried it anyway to see what kind of errors I get and to confirm if the errors I get are consistent with other people using Windows Vista. FYI, my installation went as far as 99% complete of step 2 of 5 before it errored out. I checked and noticed that many components of EBS have been installed with status equal zero which is good.
    When I got the "TNS-12541: TNS: no listener", I went to Windows services, located the Oracle TNS service that was created by the EBS installation and tried to start it. Then I got this error: "error 1053 the service did not respond to the start or control request in a timely fashion". I googled the error message and the resolution is: "To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1.". I have tried this but it does not work because my Windows Vista uses a higher version of .Net Framework 1.1. I have done more research but to no avail. However, it is fun as I learn many things about the EBS intallation and Windows Vista.
    By the way, these are the steps when I run the rapidwiz on Windows Vista. Click on Start => Click on command prompt => right click on command Prompt => select run as administrator => CD to the path where the rapidwiz reside. Somehow if I use the regular command prompt the installation will die on step 1 of 5 even when I log in as administrator.
    In your case you are using Windows 2k3. Make sure your OS is not 64 bit. Whenever you get an error and it does not say much, google it to see the resolution and make sure you read the Installation Guide. Hope this helps.

  • 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

  • Heterogeneous oracle EBS R12 installation

    To install Heterogeneous oracle EBS R12 ( database is in linux and oracle EBS is on Solaris), we don't know how to proceed. Please clarify it.
    1) Do you have Heterogeneous oracle EBS R12 binaries to install ?
    2) Please guide to install Heterogeneous oracle EBS R12
    Please suggest us, how to proceed with installation of R12.
    Details :
    EBS version : 11.5.10.2 on Solaris 5
    Database version : 10.2.0.4 on linux 5 64 bit .
    Regards .

    Hi;
    This config is called split configuration. Please see below links:
    Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 [ID 343917.1] <search as split
    Using Oracle EBS with a Split Configuration Database Tier on 11gR2 [ID 946413.1]
    Regard
    Helios

  • Oracle EBS R12.1.1 for Windows Installation

    Hi,
    Is there a way to install Oracle EBS R12 for Windows (using the express install) without providing the Unix Tookit Directory, Visual Studio Directory, and the Domain info? I do not know where to get these configuration information. Please help.
    Thanks,

    Hi,
    You cannot install Oracle E-Business Suite 11i/R12 without installing all pre-req. OS software. To get these software packages, you need to contact the vendors (the links are referenced in the document below).
    Note: 761567.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=761567.1
    Regards,
    Hussein

  • OBIEE 11.1.1.3.0 integrated with Oracle EBS R12

    Hi,
    I have Oracle EBS Vision Instance v R12.1 installed on Redhat 5 and wanted to install OBIEE latest version. Can some please point to system architecture diagram as i am conflicted with installation. I do not have complete idea but writing here what i actually know.
    Oracle EBS R12 on Linux
    OBIEE V 11.X on Linux
    Now install prepackeged analystical function on windows machine and using BI tool deploy/use them with Oracle EBS.
    Please point me to a note which describes the components and what does it take to make up and running in conjuction with Oracle.
    Thanks in advance
    Prashant

    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 EBS R 12.1.3 Installations

    We are planning to install the Oracle EBS R12 (12.1.3) on Oracle Linux ES 5.x.
    IPAddress     hostname.domainname.com     hostname     hostname.domainname(aliasname)
    We are planning to setup hostname alias, so essentially the machine has tow hostnames, one is actual hostname and domain name of the machine and another one is alias hostname and domain.
    Example:
    IP Address     Hostname.domainname.com     hostname     hostname.domainname.com(alias)
    We are planning to use the alias hostname.domainname.com during the oracle EBS R 12 Installation instead of actual hostname and domain name.
    1.     EBS Installation doc for alias hostname and domain name usage during the installations
    2.     What are the modifications needs to be done in OS level and DNS level for alias name usage
    Please help us

    We are planning to install the Oracle EBS R12 (12.1.3) on Oracle Linux ES 5.x.
    IPAddress     hostname.domainname.com     hostname     hostname.domainname(aliasname)Oracle EBS 12.1.3 cannot be installed directly, you will need to install 12.1.1 first then upgrade to 12.1.3 release.
    We are planning to setup hostname alias, so essentially the machine has tow hostnames, one is actual hostname and domain name of the machine and another one is alias hostname and domain.
    Example:
    IP Address     Hostname.domainname.com     hostname     hostname.domainname.com(alias)
    We are planning to use the alias hostname.domainname.com during the oracle EBS R 12 Installation instead of actual hostname and domain name.
    1.     EBS Installation doc for alias hostname and domain name usage during the installations
    2.     What are the modifications needs to be done in OS level and DNS level for alias name usage
    Please help usYour hosts file entries should look like the entries mentioned in the installation docs.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    If you want to use a virtual hostname, please refer to (Implementing Virtual Host, Concurrent Managers and EM DBconsole on Oracle Applications R12 [ID 603883.1]).
    Thanks,
    Hussein

  • Want to Integrate ESSO with Oracle EBS R12

    Hi,
    I am newbie to ESSO, want to enable single sign on facility with my Oracle EBS R12 using windows logon as primary authentication. Can anyone guide me how to proceed? can I use ESSO to solve this issue? if yes then please guide me with steps to proceed and achieve desired results.
    Reply awaited..
    Regards,
    Priyanka.

    Priyanka Pawar wrote:
    Thanks for your valuable reply.... Gone through documentation and it is really very helpfull. I can now proceed with downloading ESSO and installation of ESSO-LM.
    As it is 1st time i am tring to implement ESSO, is it possible to install it on my Windows XP PC for testing it's working, installation and configuration? Yes. You will need Active Directory or ADAM for storing metadata. ADAM can be installed on your PC too. There's a Deployment Guide in the docs that describes this.
    >
    What about Template creation? should i follow "Template Configuration and Diagnostics for Web Applications" for creating Template for accessing Oracle EBS R12 application?Yes

  • Unable to open XML report in Oracle EBS r12

    Hi,
    I have new installation of Oracle EBS r12 (12.1.1) on linux.
    To test the XML report, I changed the output of standard report 'Active Users' from 'Text' to 'XML' and defined the data definition and template for this report.
    I am unable to see the output for XML reports. The report completes without error, however I cannot open the output file.
    The browser opens for fraction of a second and then closes down. My client machine is Windows 7 and I used Microsoft words 2010 to build template
    I used the 5.7.201 version of BI publisher to create the rtf template.
    Please help me to resolve this issue.
    Thanks

    I changed the output of standard report 'Active Users' from 'Text' to 'XML' and defined the data definition and template for this report.
    looks like xml publisher report, so output for concurrent must be 'XML'
    ******* I have changed the output of concurrent program 'Active Users' from 'Text' to 'XML'
    I am unable to see the output for XML reports.
    how you see it?
    ******* I tried to open the report by clicking on 'Output' button from view request screen of EBS.
    did you try after concurrent completed check 'diagnostic -> view xml'?
    ******* I haven't tried this. Will do now.
    The report completes without error, however I cannot open the output file
    what is error?
    ******* There is no error, the request completed successfully. When I tried to open the output file by clicking 'output' button, the browser doesn't open.
    did you check OPP log?
    ******* There is nothing in the OPP log.
    if concurrent failed so first of all check your code - data template and package (if used)
    ******* I used the standard EBS report 'Active Users' and just changed the output from 'Text' to 'XML' and attached the rtf template.

  • Possible to install Oracle EBS R12 on existing (shell) Oracle 11.1.0.7 DB?

    Is it possible to install Oracle EBS R12 on existing (shell) Oracle 11.1.0.7 DB?

    user4434301 wrote:
    OK...I could be crazy, but I didn't see doing an installation of EBS R12 on a pre-existing 11.1.0.7 DB in there anywhere. It looked like the regular install directions. Are you sure?If you mean to say if you can install R12 with an existing EBS/standalone database then the answer is No.
    If you mean to say if you can lay down R12 software (to upgrade from 11i) with an existing EBS database then the answer is Yes.
    I hope it is clean now.
    Thanks,
    Hussein

  • Oracle EBS R12 - DR setup using Oracle Data Guard

    Hi,
    Our customer has implemented Oracle EBS R12 (12.0.6) on a Two Node RAC on HP-UX env. The application Tier also has Two Nodes(Admin Tier and Web Tier).
    Oracle Clusterware - OCR and Vote Disk are on Raw Devices and the EBS database is on ASM.
    Customer wants to implement a DR solution with Oracle Data Guard with only 2 servers - 1 for the Database Tier and 1 for the Application Tier on the DR Site.
    I would like to know if this could be done by following note: 452056.1? I would also like to know if there are other useful docs.
    Thanks.
    Thiru

    Hi,
    Customer escalated this issue to Oracle and they came up with this reply:
    They can implement Disaster recovery solution from RAC to NON RAC using Solution A which use RMAN utilities for backup and recovery.
    While now AMP Application Management Pack gives the capablitiy to build non RAC from RAC Envioment, In future AMP will be capable also to support cloning of DB with Data Guard.
    Details
    Solution A - Using RMAN:
    For Release 12 customers, you can clone from a RAC to RAC (like to like) or RAC to non-RAC. This is using RMAN scripts to take a copy of the db when it’s in archive mode. if you’re leveraging any disaster recovery tools like data guard, the above solution should work fine…perhaps some fine tuning to the procedures
    Solution B - Using AMP in the future release
    For Release 11i , Release 12.x customers, AMP would be offering a new cloning solution that wouldn’t have dependency on Rapid Clone. This solution leverages the strengths of EM Grid Control in provisioning or cloning targets such as databases. This would be an advance solution that would support:
    o A full-fledged scale down cloning
    o Cloning of EBS deployed on Shared File System
    o Hot and Cold mode cloning
    o Quantifiable reduction in clone time for the entire EBS system
    This solution would be leveraging EM grid Control’s DB provisioning pack’s clone utilities, that are quite advanced and support cloning of DB with Data Guard.
    The recommendation is to start trialing AMP version 3.0, making the purchase and implementing within the Enterprise. As we release the new version of AMP (release 3.0.1), Customer would be in a better position to quickly implement the latest features
    Can anyone let me know if the solution A suggested will work.
    Rgds,
    Thiru

Maybe you are looking for

  • Downloads for series

    I want to download my episodes in waiting in the itunes store but it's not allowing me. Error message say ( you can download past purchases on this computer with just one apple id every 90 days. You cannot associate this computer with a different app

  • Before: attachments not in body of letter. Now: attachments in body of letter - not wanted so. How do I fix?

    A few days ago when I used Thunderbird in sending e-mail messages as I would place an attachment it would just stay as an attachment and there was not change to what I had entered in the body of the message. Now when I make an attachment to an e-mail

  • Field to make uneditable only for the current/selected row

    I have a web dynpro application and I  wanted to make some fields uneditable and for this I have done the following: I bound a context attribute to the readOnly property of all the fields you want to control. Then in the onEnter event of the main fie

  • Images on a Button in ADF pages

    Hi, We have 2 buttons created on Page when the page is auto generated from a Human Task. The labels on the buttons are "Insert" and "Delete". We need + (in green color) instead of Insert. and X (In Red Color) instead of Delete. The functionality of t

  • Is there a cable to extend the keyboard connection

    The cable on my keyboard is not long enought for the keyboard to fit in the pull out drawer.  Is there an extension cable for this?