PCP configuration in Oracle E-business suite 12.0.6

Hi,
Please let me know which metalink doc I need to follow to configure PCP in Oracle E-business suite 12.0.6?
Thanks,

Hi,
Please see the links/docs referenced in this thread.
PCP Configuration
PCP Configuration
Regards,
Hussein

Similar Messages

  • API for creating new User in Oracle E-Business Suite through BPEL

    Hello,
    I would like to use a BPEL process to create a new User in Oracle E-Business Suite. In the Integration Repository I was able to find an API called FND_USER_PKG/LOAD_ROW that creates/updates Application's User data. Is this the API I should be using? If so, I would like to better understand how to use this API.
    I have created a simple BPEL process and added an Oracle Application Service, which uses this FND_USER_PKG/LOAD_ROW API. I set the following parameter before Invoking the Oracle Application Service: X_USER_NAME, X_ENCRYPTED_USER_PASSWORD and X_START_DATE. When I run the BPEL process I get the following error. I suspect that I am not passing all the required input parameters. Does anyone have any sample data I can use to get this API to load correctly? If I am using the wrong API, please let me know.
    Please note, I have also posted this question to the SOA Suite and BPEL discussion forums...
    Thank you kindly!
    Christine
    - <input>
    - <Invoke_OracleEBS_SecurityUser_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/">
    <db:X_USER_NAME>
    CRILEY
    </db:X_USER_NAME>
    <db:X_ENCRYPTED_USER_PASSWORD>
    CRILEY
    </db:X_ENCRYPTED_USER_PASSWORD>
    <db:X_START_DATE>
    2009-01-01
    </db:X_START_DATE>
    </InputParameters>
    </part>
    </Invoke_OracleEBS_SecurityUser_InputVariable>
    </input>
    - <fault>
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="code">
    <code>
    20001
    </code>
    </part>
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_SecurityUser.wsdl OracleEBS_SecurityUser_ptt::OracleEBS_SecurityUser(InputParameters) - WSIF JCA Execute of operation 'OracleEBS_SecurityUser' failed due to: Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the APPS.FND_USER_PKG.LOAD_ROW API. Cause: java.sql.SQLException: ORA-20001: APP-FND-02600: Unable to create user CRILEY due to the following reason(s):
    Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    An unexpected error occurred. Please contact your System Administrator...
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 783
    ORA-06512: at "APPS.FND_USER_PKG", line 916
    ORA-06512: at "APPS.FND_USER_PKG", line 1035
    ORA-06512: at "APPS.FND_USER_PKG", line 645
    ORA-06512: at line 1

    Hello and thank you for your response. I am new to using APIs so please excuse my inexperience... I am not sure how to run the API outside of BPEL... Is that something you could easily walk me through?
    I have made the following changes in BPEL based on your recommendation: 1) Added Oracle Application Service and used the API, LDAP_WRAPPER_CREATE_USER, found in the Oracle Application Module Browser* under: Applications Technology (ATG_PF)&gt; User Management (UMX)&gt; User (FND_USER)&gt; PLSQL&gt; User (FND_USER_PKG)&gt; LDAP_WRAPPER_CREATE_USER
    2) Set the following parameter prior to Invoking the Oracle App Service: X_USER_NAME, X_UNENCRYPTED_PASSWORD,X_START_DATE, X_END_DATE, X_DESCRIPTION, X_EMAIL_ADDRESS, X_FAX, X_EXPIRE_PWD.
    3) Deploy and run BPEL through BPEL Control.
    I get the following {color:#ff0000}error on the Invoke{color}. {color:#339966}Do you see any issues with the values I am passing in the input{color}? Any idea why I am getting this error? Is there anything that I need to have configured for the API to work correctly, other than adding an Oracle Application Service in the BPEL?
    Thank you for your time,
    Christine
    bq. Faulted while invoking operation "OracleEBS_LDAP_Create_User" on provider "OracleEBS_LDAP_Create_User". \\     - &lt;messages&gt; \\     - &lt;input&gt; \\     - &lt;Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     - &lt;part xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]" name="InputParameters"&gt; \\     - &lt;{color:#339966}InputParameters{color} xmlns:db="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]" xmlns="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]"&gt; \\     &lt;db:X_USER_NAME&gt; \\     CRILEY \\     &lt;/db:X_USER_NAME&gt; \\     &lt;db:X_UNENCRYPTED_PASSWORD&gt; \\     CRILEY \\     &lt;/db:X_UNENCRYPTED_PASSWORD&gt; \\     &lt;db:X_START_DATE&gt; \\     2009-01-01 \\     &lt;/db:X_START_DATE&gt; \\     &lt;db:X_END_DATE&gt; \\     2010-01-01 \\     &lt;/db:X_END_DATE&gt; \\     &lt;db:X_DESCRIPTION&gt; \\     CRILEY \\     &lt;/db:X_DESCRIPTION&gt; \\     &lt;db:X_EMAIL_ADDRESS&gt; \\[[email protected]|mailto:[email protected]] \\ &lt;/db:X_EMAIL_ADDRESS&gt; \\     &lt;db:X_FAX&gt; \\     999-888-7777 \\     &lt;/db:X_FAX&gt; \\     &lt;db:X_EXPIRE_PWD&gt; \\     0 \\     &lt;/db:X_EXPIRE_PWD&gt; \\     &lt;/InputParameters&gt; \\     &lt;/part&gt; \\     &lt;/Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     &lt;/input&gt; \\     - &lt;fault&gt; \\     - &lt;bindingFault xmlns="[http://schemas.oracle.com/bpel/extension]"&gt; \\     - &lt;part name="code"&gt; \\     &lt;code&gt; \\     20001 \\     &lt;/code&gt; \\     &lt;/part&gt; \\     - &lt;part name="summary"&gt; \\     &lt;summary&gt; \\     file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_LDAP_Create_User.wsdl [OracleEBS_LDAP_Create_User_ptt::OracleEBS_LDAP_Create_User(InputParameters) |http://forums.oracle.com/forums/]- WSIF JCA Execute of operation 'OracleEBS_LDAP_Create_User' failed due to: Error while trying to prepare and execute an API. \\     An error occurred while preparing and executing the APPS.FND_USER_PKG.LDAP_WRAPPER_CREATE_USER API. Cause: java.sql.SQLException: ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     ORA-20001: {color:#ff0000}Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     An unexpected error occurred. Please contact your System Administrator.. \\     {color}ORA-06512: at "APPS.APP_EXCEPTION", line 72 \\     ORA-06512: at "APPS.FND_USER_PKG", line 3877 \\     ORA-06512: at line 1 \\\\     ;
    Edited by: Christine Riley on Jan 28, 2009 1:22 PM
    Edited by: Christine Riley on Jan 28, 2009 1:26 PM

  • Try to use J2SE Version 6 with Oracle E-Business Suite 11i

    Dears ,
    i have an upgrade task from 11.5.10.2 to R12.1.1 and database from 9.2.0.8 to 11.2
    so i apply patches :
    1- 7429271
    2- Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]
    3- 9535311
    4- 6241631
    5-upgrade to JRE : Using J2SE Version 6 with Oracle E-Business Suite 11i [ID 401561.1]
    when i run :
    txkrun.pl -script=SetJDKCfg -contextfile=$CONTEXT_FILE -runautoconfig=Yes -appspass= <APPS_schema_passwd> -jdktop=[JDK60_TOP]
    faced error :
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.configuration.Customizer.getProdTopDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.Customizer.getAllDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.getAllConflicts(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.main(Compiled Code)
    Exception in thread "main" Using Context file : /vol3/oracle/prdappl/admin/PRD_mcd-test.xml
    Context Value Management will now update the Context file
    and when try to run autoconfig on APPSTier i faced :
    java.lang.NoClassDefFoundError: java/util/HashMap
    at
    at oracle.apps.ad.tools.configuration.Customizer.getProdTopDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.Customizer.getAllDrivers(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.getAllConflicts(Compiled Code)
    at oracle.apps.ad.tools.configuration.VersionConflictListGenerator.main(Compiled Code)
    Exception in thread "main" ERROR: Version Conflicts utility failed.
    Terminate.
    how can i solve it .
    your response will be highly appreciated
    Regards ,,,
    Mohamed Mahgob

    Please see these docs.
    Creating "appsutl.zip" Failed On "java.lang.NoClassDefFoundError: java/util/HashMap", What is the Potential Solution ? [ID 1310838.1]
    AdMKAppsUtil.pl Failing Can't Find Java HashMap [ID 1338399.1]
    After Applying Patch 9535311 Get java.lang.NoClassDefFoundError: java/util/HashMap Error [ID 1188327.1]
    Thanks,
    Hussein

  • BI Publisher with Oracle e-Business Suite 11i in EBS security mode

    Seems I submitted below in wrong forums earlier so posing to correct one now. Appreciate any help.
    Hi All,
    I want to configure BI Publisher that comes as a part of OBIEE in Oracle E-Business Suite security mode. My Oracle E-Business Suite 11i runs on 3 node RAC database and 3 node apps tier/cm tier. As per configuration guide, I changed security mode in BIP to 'Oracle E-Business' and uploaded DBC file from E-business suite Web&Forms tier. In DBC file TWO_TASK parameter has value of test_806_BALANCE which is just an alias in tnsnames.ora for load balancing. Now when I go to BI publisher and click on 'Roles and Permission' tab in security center, it gives me 500 Internal server error.
    But if I change this TWO_TASK value to any particular RAC instance sid, I am able to see all responsibility in Roles and Permission tab. This seems that BI Publisher makes jdbc connection url to database on the fly by reading DB_HOST, dB_Port and TWO_TASK parametes from dbc file and due to this my BI Publisher is single point of failure if the RAC instance goes down which I mentioned in DBC file. Even though E-Business Suite is in HA, BI publisher is not taking advantage of this HA db.
    Any one has idea how to over come this situation.

    You can try for a luck by posting the thread in BI Publisher Section of this Forum..

  • Oracle E-Business Suite Certification on Linux x86-64

    Hello all,
    I have some questions about certification for Oracle E-Business Suite 11.5.10.2 on Linux x86-64.
    I have two 64-bit servers and intend to do a split configuration.
    From the certification (Certify/View Certifications by Product/E-Business Suite/E-Business Suite 11i and Earlier/Platform Selection: Database Tier Only) I understand the following:
    I must have the Application Tier running on Linux-x86 and the Database Tier may be either on Linux-x86 or Linux-x86-64.
    Is this correct?
    Should I install RHES4 for 32bit on the Application Server and RHES4 for 64bit on de Database Server?
    or
    Should I install RHES4 for 64bit on both servers and install the 32bit Applications software on the Application Server?
    How should I ask for the software I need? From the E-Delivery web site I don't have the 64bit option for Oracle E-Business Suite Release 11.5.10.2.
    Is EBS allways for 32bit no matter the OS ?
    Thank you very much.
    Catalina.

    I must have the Application Tier running on Linux-x86
    and the Database Tier may be either on Linux-x86 or
    Linux-x86-64.
    Is this correct? Yes
    Should I install RHES4 for 32bit on the Application
    Server and RHES4 for 64bit on de Database Server?
    or
    Should I install RHES4 for 64bit on both servers and
    install the 32bit Applications software on the
    Application Server?
    Re: Oracle Application 11.5.10.2 installation on Linux AMD 64
    How should I ask for the software I need? From the
    E-Delivery web site I don't have the 64bit option for
    Oracle E-Business Suite Release 11.5.10.2.
    Is EBS allways for 32bit no matter the OS ?It is always 32-bit but it could comes in 64-bit for the database part. You would find such a media for Solaris for example "Oracle® Applications 11i Release 10.2 for Solaris Operating System (SPARC 32-bit) with Solaris Operating System (SPARC 64-bit) Oracle® Database" but not for Linux Intel 64-bit.
    Just get the media for Linux x86, install it, then consider having Oracle 10g 64-bit on the database tier.

  • Error In installing Oracle E-Business suite 11.5.10.2 on Linux enterprise 5

    Gurus
    I am getting this error when i ma tryin to run this setup on linux..What can be the possible errors..
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Succesfully changed Permissions for /home/oracle/proddb/9.2.0/appsutil/log/PROD_computer1
    Processing DriverFile = /home/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /home/Stage11i/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /home/Stage11i/startCD/Disk1/rapidwiz/template/adrun9i.sh
    dest : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh
    backup : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh to /home/oracle/proddb/9.2.0/appsutil/out/PROD_computer1/templbac/adrun9i.sh
    setting permissions: 755
    setting ownership: oradata:dba
    instantiate file:
    source : /home/Stage11i/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrundb.sh
    backup : /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrundb.sh to /home/oracle/proddb/9.2.0/appsutil/out/PROD_computer1/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oradata:dba
    Step 0 of 5
    Command: /home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has succeeded
    Processing Step 1 of 5
    Executing: su oradata -c "/home/oracle/proddb/9.2.0/temp/PROD_computer1/adrun9i.sh APPS APPS"
    STARTED INSTALL PHASE : 9i RDBMS : Wed May 2 19:51:45 IST 2007
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    Please help
    Regards
    Nitin

    You might manage to have it running with some workarounds but keep in mind that it is not supported as stated before in some other post.
    Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5
    Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5

  • Oracle Forms loading slower with Sun JRE in Oracle E-Business Suite 11i

    Hi,
    After Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite 11i (Note 290807.1) we find that Oracle Forms are loading slower than using Jinitiator.
    Also the PDF reports are opening in a minimized fashion. Meaning the PDF reports are opening correctly in new browser window (as expected) but is minimized.
    Customer is not willing to go live with Sun JRE due to these issues.
    Plz advice is there is any additional configuration I need to do.
    Rgds,
    Thiru

    When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
    Overall our performance with the JRE is comparible to the Jinitiator.
    Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

  • Oracle E-Business Suite 12.0.6 on Oracle Linux 5.5

    My production apps (Oracle E-Business Suite 12.0.6) and db (Oracle Database 10.2.0.4.0) tiers reside on their own Redhat 4.6 servers. I have a new server that I am in the process of installing Oracle Linux 5.5 on for hosting a TEST instance - both apps and db tiers. Once the OS is installed I will clone production to it either using rapidclone or rman duplicate. Where can I learn what if any packages I need to install before cloning to my new Oracle 5.5 Linux server?

    Hi,
    Please refer to:
    Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (32-bit)
    Note: 416305.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (64-bit)
    Note: 880137.1 - How to find the Packages on the Distribution Media ( OEL 5.2 ) for R12.0.4 Install?
    Note: 169706.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)
    Thanks,
    Hussein

  • HIGH AVAILABILITY for ORACLE E-Business Suite

    hai..
    i am new to oracle apps administraion.i would like to know one thing.i now how to mantain high availability in the database using rac, dataguard and other concepts.but i would like to know how to mantaing high availability in oracle e-busines suite. is there any clustering concetps in apps? bcas at the database level using rac we can configure number of instances. here is it possible to mantian two or more web or forms..servers simultaneously using clustering concepts? any related papers or there? please guide me.
    thanks..
    srinivas pvs

    Maximum Availability Architecture (MMA) and Solutions for Oracle Apps 11i can be found in the following links:
    Note: 403347.1 - Maximum Availability Architecture and Oracle E-Business Suite Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=403347.1
    Note: 207159.1 - Oracle E-Business Suite Release 11i Technology Stack Documentation Roadmap
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=207159.1

  • Oracle E-Business Suite 11.5.10.2 DATA GUARG

    Hi,
    I'm planning to implement Data Guarg in Oracle E-Business Suite 11.5.10.2 .
    Production Server:
    DB01 =DB SERVER (10.2.0.3)
    APP01 =APPLICATION SERVER (11.5.10.2)
    DataGuard Server:
    DB02 =DB SERVER (10.2.0.3)
    APP02 =APPLICATION SERVER (11.5.10.2)
    Can I do automatic applciation failover? My answer is yes.
    Which failover would be suggested method if users are <100?
    What will happen when I apply patch on APP01? Do I need to refresh APP02 thru scp or tar or any backup utility?
    Since DB02 is syncing thru DB01 on daily basis.
    Does DG required additional licenses?
    Thanks,
    -Dinesh

    As Srini and Hussein mentioned that there could be some data losses. No dear, I did not say there will be some data loss (Srini who mentioned this in his last reply as shown above/below).
    schavali wrote:
    end users will experience some outage time (and possible data loss) during the cutover.Srini, please share with us your experience with Data Guard when you had a data loss.
    How to prevent those data losses?
    Let 10.10am last archived logs applied to standby db,system crashed at 10.11AM, Between 1 minute users entered 100 transactions which are still in archived log. and log switch didn't happened yet.No data loss mode (Maximum Protection) can be configured with Data Guard.
    Note: 387266.1 - Oracle10g: Data Guard Switchover and Failover Best Practices
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=387266.1
    Note: 387174.1 - MAA - Data Guard Redo Transport and Network Best Practices
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=387174.1
    Note: 150584.1 - Data Guard 9i Setup with Guaranteed Protection Mode
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=150584.1
    Note: 227196.1 - Failover in Oracle9i DataGuard Environments
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=227196.1

  • Oracle E Business Suite 11.5.10 wont load using Jinitiator 1.3.1.21

    Hi Gurus,
    Need help.
    We are using Oracle E Business Suite 11.5.10 with Jinitiator 1.3.1.21 but can't load the forms.
    It automatically closes the IE 7 browser.
    Hope u can help me on this. I remember before, there's a file that needs to be replace in the Jinitiator in order to properly load the forms but i forgot the details.
    Thanks

    Was this working before? If yes, what changes have you done recently?
    Please make sure that pop-up blockers are disables in your browser and that the application URL is listed under the trusted sites list.
    Please note that Microsoft Internet Explorer 7 is certified with the E-Business Suite Release 11i. The minimum requirements for this certified configuration are:
    - E-Business Suite Release 11i version 11.5.10
    - Oracle Developer 6i patchset 18 (6.0.8.27.x) or later
    - Oracle Applications Technology 11i.ATG_PF.H Rollup 4 (RUP 4) (patch 4676589)
    - JInitiator 1.3.1.x
    - Desktop clients running Microsoft Windows XP
    Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=285218.1
    Microsoft IE 7 Certified with Apps 11i
    http://blogs.oracle.com/stevenChan/2006/12/microsoft_ie_7_certified_with.html
    IE 7 now certified for Release 11.5.9 environments, too. For details, please refer to:
    IE7 Now Certified on Apps 11.5.9
    http://blogs.oracle.com/schan/2007/05/ie7_now_certified_on_apps_1159.html

  • Oracle VM with Oracle E-business suite Release 12.1.1

    Hi
    We are migrating our Oracle E-business suite from IBM Power 5 AIX 6.1. to OVM Intel (x86_64) bit, we have tested the migration in our test environment. We want to know how good or bad is OVM with oracle e-business suite in production environment, and if anybody is working on production environment with the similar configuration in Production environment then please share your experience with us
    Thank you
    Regards
    Shahrukh Yasin

    Hi Sharukh,
    Virtualization of course the trend in modern era, and I personally advice you to have a thorough testing on performance and specifically simulate workloads and check the behavior. I don't personally go on to support Virtualization on Production environment as it incurs additional cost like CPU usage, memory usage borrowed by other environment being virtualized. And as it does not directly work with the hardware. May be some will be against this point, but I see as if it incurs additional resources. Being said this, I am not completely against Virtualizationas long as it is not a heavy 24/7 environment. I would go on to support the ideology, saying it's best to choose the right technology to right environment.
    Please refer following links for more information:
    https://blogs.oracle.com/stevenChan/entry/ebs_support_policies_for_virtualization_technologies
    https://blogs.oracle.com/stevenChan/entry/virtualization_ebusiness_suite
    https://blogs.oracle.com/stevenChan/entry/virtualization_the_ebusiness_s
    https://blogs.oracle.com/stevenChan/entry/using_oracle_vm_with_oracle_eb
    Using Oracle VM with Oracle E-Business Suite Release 11i or Release 12 (Metalink Note 465915.1)
    Regards,

  • Webservice deployment in Oracle e-Business Suite

    Oracle e-Business Suite R12 contains Oracle AS 10.1.3.0.
    My question is: Is it possible to deploy webservices build in JDeveloper to this application server version?
    Iam not talking about BPEL, just a custom build webservice or a webservice generated by Jdeveloper based on an existing PL/SQL procedure.
    The Rapid Install of Oracle e-Business Suite (R12) creates an Oracle AS 10.1.3.0 without a metadata repository. Do you need this for webservice deployment?
    Regards,
    Gertjan.

    When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
    Overall our performance with the JRE is comparible to the Jinitiator.
    Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

  • Rapis Marts Oracle e-Business Suite R12

    Hi all,
    A customer has currently deployed the following Rapid Marts for Oracle e-Business Suite 11i:
    HR u2013 Human Resources
    PO - Procurement
    AP u2013 Accounts Payable
    GL u2013 General Ledger
    But they are going to migrate EBS to Oracle e-Business Suite 12i (R12).
    Does anyone now, for each of the Rapid Marts if they will be compatible or if a new hotfix or upgrade to a new version of RapidMarts (XI 3.2) is needed?
    Thanks for your support!
    Bea

    Not sure is it still useful for you or not as it's seems to be quite late. But any way, I have recently did a POC for Oracle EBS R12 for AP Rapid Mart. The Rapid Mart Version that I have used was 11.5.3.0, it went fine but of course you have go for few configuration changes and that's it.
    Regards,
    Khan

  • Oracle E-Business Suite R12 with HACMP

    Hello,
    I'm planning to make a dtsirbuted installation of Oracle E-Business Suite R12 like the flollowing configuration :
    - Node 1:   Web and Forms
    - Node 2 : Concurrent Processing.
    The two nodes NODE1 and NODE2 are going to be in cluster HACMP, if Node1 goes down for example the Web & Forms Services Will be started on Node 2 and vice versa.
    - Node 3 : DB physically clustered with an other Machine Node4(empty).
    I need to know is this a possible architecture in a technical point of view especially for the application? and what are the configurations to perform?
    BR.

    415e7a1a-187e-4d86-a79e-6e29a93468a4 wrote:
    Hey Kamal,
    Were you able to find a solution to this problem?
    I am having same issue with setting up Ebusiness in HACMP. Concurrent Manager doesnt seem to work with virtual node name (service node name/ server IP).
    I have logged a call with IBM Support, so far no progress.
    Appreciate if you can share your experience.
    Please see:
    https://forums.oracle.com/message/11234821
    https://forums.oracle.com/thread/852323
    https://forums.oracle.com/message/3952951
    Thanks,
    Hussein

Maybe you are looking for