EBS r12 (12.0.6) giving slow response to clients.

Hi,
Anyone can help me to findout the bottleneck of slow response of EBS r12.
We r using oracle 10g (10.2.0.3) and r12 (12.0.6).
its urgent...plz.
thx.

Hi;
Similar topic discussed before,Please check:
-business Performance issuse
Re: E-business Performance issuse
You can also check [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=performance&objID=c3&dateRange=all&userID=&numResults=15]
Regard
Helios

Similar Messages

  • Oracle 8i giving slow response when running sql query

    hi ,
    i am using oracle 8i server ;
    and sql query giving slow response before some days;
    so which parameter need to increase
    DB_BLOCK_BFFERS OR SHARE_POOL_SIZE
    CURRENT SETING IS
    DB_BLOCK_BUFFER=256000;
    SHARE POOLSIZE=300M;
    pls advice to me
    thanks

    No parameters need to be increased. Tuning is not done but making arbitrary changes to values and hoping that good things will happen by accident.
    The thing you really should be worrying about is your antique database and likely its impact on your skill set unless you are one year away from retirement.
    Where's the actual version number?
    Where's the DDL?
    Where's the DML?
    Where's the Explain Plan?

  • Oracle EBS R12 performance is very slow...

    Our EBS R12 instance performance has become very slow.Users frequently complain of oracle forms taking a long time to open,concurrent taking more than normal time to complete etc.All standard requests like Gather Schema Statistics, Purge Concurrent/Manager Data etc are properly scheduled and complete successfully.Any pointers on how to resolve/diagnose/troubleshoot the slow performance of EBS is urgently needed and will be of much required help.
    We have also observed that while starting the EBS database, using addbctl.sh script, the db gets mounted instantly but takes around 3-4 mins to open.We reviewed the alert log file, there are no reported errors as such.
    Server Specifications:
    Processor:3.0 GHz (Single Processor)
    Memory: 16 GB
    OS:RHEL 5.2(x86)
    Regards,

    Hi,
    Can you find any errors at the OS level? Any space issue or core dump files generated?
    What changes have been done recently?
    You should find some guidelines about troubleshooting performance in these threads, please refer to the referenced documents.
    EBS, performence issue
    Re: EBS, performence issue
    Oracle Apps Tuning
    Re: Oracle Apps Tuning
    Regards,
    Hussein

  • WS Security error while invoking EBS R12 Conc job

    Hi,
    I have 2 soa services, where <orchest_Service> calls <conc_job_Loader> service. <conc_job_Loader> service is used to schedule a EBS R12 concurrent program. the <orchest_Service> calls the <conc_job_Loader> service and passes all required parameters. I also see that a concurrent request id is generated. below is the log details:-
    <outputVariable>
    <part name="payload">
    <Envelope>
    <Body>
    <Response>
    <status>1383520</status>
    <detail_text>Concurrent Job: Bank Statement Loader is submitted with request id: 1383520</detail_text>
    </Response>
    </Body>
    </Envelope>
    </part>
    </outputVariable>
    </input>
    <fault>
    <bpelFault>
    <faultType>0</faultType>
    <remoteFault>
    <part name="summary">
    <summary>oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : InvalidSecurity : error in processing the WS-Security security header</summary>
    </part>
    <part name="detail">
    <detail>Client received SOAP Fault from server : InvalidSecurity : error in processing the WS-Security security header</detail>
    </part>
    </remoteFault>
    </bpelFault>
    </fault>
    <faultType>
    <message>0</message>
    </faultType>
    i am passing all details like
    Responsibility     responsibility_key (such as "SYSTEM_ADMINISTRATOR")
    RespApplication     Application Short Name (such as "FND")
    SecurityGroup     Security Group Key (such as "STANDARD")
    NLSLanguage     NLS Language (such as "AMERICAN")
    Org_Id     Org Id (such as "202")
    please assist resolve the error...

    Hi James,
    Thanks for the quick reply.
    We've tried to call that web service from an HTML designed in Visual Studios with the same username and password and its working fine.
    But on the BPEL console, we are getting the error as mentioned.
    Also if you can tell me how to set the user name and password in the header of the parter link.I could not find how to do it.
    Thanks,
    Saurabh

  • Parameter based on decode/function field - slow response

    Hi,
    When one of the parameters of a report is used, the report takes a very long time to run. The parameter has a LOV of statuses in Hebrew.
    The folder is a custom folder and the status in Hebrew is a decode field using a function. In other words, it first goes to a function to get the status, and then translates each status (I guess that the Hebrew will be strange but I hope that the general form of the decode is clear):
    DECODE( APPS.JAFI_DISCO_UTILS_PKG.JAFI_GET_INVOICE_STATUS(
    AI.INVOICE_ID,
    AI.INVOICE_AMOUNT,
    AI.PAYMENT_STATUS_FLAG,
    AI.INVOICE_TYPE_LOOKUP_CODE),
    'APPROVED','מאומת',
    'NEVER APPROVED','מעולם לא עבר אימות',
    'NEEDS REAPPROVAL','דורש אימות מחדש',
    'CANCELLED','מבוטל',
    'AVAILABLE','זמין',
    'UNAPPROVED','לא מאומת',
    'SELECTED FOR PAYMENT','נבחר לתשלום',
    'FULL','מיוחס במלואו',
    'UNPAID','לא שולם',' ')
    I am assuming that the reason for the slow response is the constant run of the function in addition to the decode (which I was once told also slows the response a bit).
    Is there anyway to change the sql somewhat? Without using the parameter the report takes about 2 1/2 minutes to run. Using the parameter it takes around 25 minutes to run.
    Thank you.
    Leah
    Edited by: user476771 on May 10, 2010 2:09 AM

    Hi Michael,
    I think your suggestion #3, checking the indexes, is an excellent start.
    As to the other suggestions, I believe that everything passed to the function is needed to find the status.
    We seem to have serious problems running materialized views. Our dba is actually checking it out now. One group of mv were changed a few months ago so that they are no longer needed (someone worked around it using other tables for the data). Another mv is problematic even though it takes 14 minutes to create in a tst environment (which I happen to do yesterday) and causes no problems afterwards, it is a problem when run in prod as part of a job. As I mentioned, our dba is checking it out.
    I hesitate to create a new table that is updated every night with the status of each invoice. It won't be up-to-date during the day, and it means changing the report that has otherwise run smoothly until now. The user avoids using the one parameter as much as possible so it's not THAT bad...
    I really appreciate your giving the four suggestions.
    Thank you so much.
    Leah

  • Report XML output fail to load into .RTF layout [EBS r12]

    Hi,
    In EBS r12, we have requirement to have a standard report output in excel.
    I got the report's xml output to create the xml template (.RTF layout) using BI Publisher.
    I created the .RTF layout and it works fine on my laptop using Bi Publisher.. the xml loads into it and i can preview xml data on layout with all format (Excel, PDF...)
    I uploaded the layout to EBS, and assigned it to the standard report.
    I changed standard report out put to XML
    When i go to submit report request, the template is assigned with report and everything seems correct.
    [See screen shot: http://img35.imageshack.us/i/xmlt.jpg/]
    But after i run the report.
    The report is Completed with Warning status.. and output is only XML with Error message :
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    The Log file says :
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2350601 on node CLONE at 13-APR-2011 09:03:47.
    Post-processing of request 2350601 failed at 13-APR-2011 09:03:48 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Why this is happening ? i have done this many times with other standard reports and it worked fine.
    Please advise.
    Standard Report: Supplier Aging Report
    EBS : 12.1.1

    please check the log file and post the output here
    How to find OPP log file?
    To investigate on XML issues or other publishing problems, often the OPP logfile is needed.
    OPP stands for Output Post Processor. Below are the steps to find log file
    1. Login to the application as SYSADMIN
    2. Responsibility: System Administrator
    3. Function: Concurrent --> Manager --> Administration
    4. Select the Output Post Processor
    5. Click on the Processes button
    6. Select the Concurrent Process which was active during the time that the request ran
    7. Click on the Manager Log button to open the Output Post Processor log file

  • OBIEE EBS R12 Operating Unit security

    Hi all,
    Previously I have integrated OBIEE 10.1.3.4.1 with EBS 11.5.10 and I have created 3 initialization blocks EBS Single Sign on Integration, Get EBS Security Context, Group EBS responsibility and 2 static repository variables ORA_EBS_OLTP_DSN,ORA_EBS_OLTP_USER and finally configured the connection pools from repository side. I have set the execute on connect query to call the 'app_initialize' function from EBS.
    Now I am trying to set up the integration with EBS R12 and have Operating Unit based security. For this I have created an additional initialization block to populate the OU_ORG variable. Is this additional block enough to set the Operating unit security in R12. As I am being able to login from EBS R12 into answers, but the session doesn't seem to get initialized and the data in the reports doesn't show up. I have follwoed the metalink document to set the integration for EBS 11.5.10. Is it the same for R12 or any other steps have to be done?
    Thx!
    RK

    R12 is different in terms of org security.
    You need to call mo_global.init('S') or similar.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com
    Web: http://www.virtuate.com

  • Integration of Oracle Apex with EBS R12.1.1

    Dear All,
    We are in process of integrating Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.
    After doing all the steps, the moment when we navigate from EBS application to Apex application by clicking on the EBS menu link it ends up with below error
    "404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server"
    After some analysis i found the below code in "LaunchApex.jsp" for getting the profile value (supposed to be 'http://myserver:port') from custom system profile "APEX_HTTP_SERVER" and prefixing to "/apex/f?p=applicationid:page::APPS:::" is not happening properly
    String l_launcher = ctx.getProfileStore().getProfile("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    as we found that the custom system profile "APEX_HTTP_SERVER" not exist in EBS system. But it works without any page error if we hard code the entire apex application URL in l_launcher variable, but this takes us to EBS login page instead of Apex application page.
    So i feel we can't bypass using profile value from "APEX_HTTP_SERVER" as it has some relation with EBS application session.
    So could anyone please help me how we could create custom system profile "APEX_HTTP_SERVER" or any other options to make the seamless integration of Oracle apex with EBS works without any second login page
    Thanks in advance
    Edited by: 805196 on Aug 25, 2011 12:23 AM

    Hi,
    Create a profile under Application Developer Responsibility as follow:
    Name OAE_LAUNCHER
    Application <whatever>
    User Profile Name Oracle Application Express Launcher
    Description Oracle Application Express Launcher
    2. Set above profile value under System Administrator Responsibility -> Profile -> System, and search for the ‘OAE_LAUNCHER’.
    Set the value at Site Level as:
    http://<hostname>:<Apex port>/pls/apex
    Then instead of hardcoding the URL in the jsp, just give the profile name OAE_LAUNCHER that you have just created in the jsp.
    Hope this helps you
    Brgds,
    Mini
    If this is helpful or correct, assign points promptly.

  • OBIA 7.9.6.3 security integration with EBS R12.1.2

    Hi Experts,
    We are implementing OBI Apps 7.9.6.3 with EBS R12.1.2 as source.We need to integrate Active Directory with OBIEE and implement security of BI Apps with EBS R12.1.2. Need help on this.
    How to map EBS Responsibilities into Application Role and Groups? Whether we need to create one Application Role and Group for each responsibility ? Then provide permissions in rpd for each of them? The user should have similar permission in BI as they have in EBS - like people can see only US Finance data in EBS should see only US Finance data in BI also.
    Regards,
    mvsst

    You can go through obia security guide which explains step by step procedure with screenshot on how to implement ebs authentication and role based access.
    here is the link.
    http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/ebs_actions.htm
    Regards,
    RAM
    Edited by: RAM CH on May 20, 2012 1:34 PM

  • Oracle Report Font problem when run report from oracle EBS R12

    Dear All
    I have developed one Report in ORACLE REPORT BUILDER in windows environment. I see the output of that report, its ok, I deployed it on the EBS R12 which is on Linux environment, when i see the output, its fonts totally change and due to change in fonts, output not same as like in previous stage. When i print from dot matrix Printer then sometime its shrink the character and sometime break the output..
    Kindly help me in this regard, because this problem i am facing from last few days.
    i am waiting for your quick response.
    Thanks in advance....
    Regards,
    Nawaz
    Edited by: Haq Nawaz on Nov 5, 2012 11:45 AM

    Thank you very much for your reply
    I have changed the fonts in the report, but when i run it from the EBS its has the same problem. from the EBS output font look like as (COURIER) rather than CALIBRI WESTERN.
    tell me what i have to change anything.

  • Integration of BI with Oracle EBS R12

    Hi friends,
    Im in the process of integrating oracle BI 11g with the EBS R12, by following the saurabh gautam document.
    I followed all the steps indeed in the document but it didnt worked as i can redirect to the BI 11g page soon after clicking the menu in the EBS R12, but the BI login page is appearing soon after that. Since i dont want that login page to ask and im looking for SSO with BI.
    So, soon after clicking the menu it has to go the BI home page directly. I have followed all the steps in the document but none seemed to work.
    I have followed the below steps in the EBS R12 application side.
    <li>Function
    <li>Menu
    <li>Responsibility
    <li>User
    <li>Profile
    And also setted up the change described in that document in the BI side too.
    <li>the Connection Pool for Oracle e-Business Suite database
    <li>Setting up Authentication
    <li>OBIEE Configuration Changes
    -----------Updating authenticationschemas.xml
    -----------Updating instanceconfig.xml.
    Finally i have restarted the BI server too. But while clicking the menu in EBS now it is redirecting to the BI login page instead of navigating to the BI home page.
    What might be the issue friends, is im missing something in the document that i followed.
    Brgds,
    Mini

    Hi,
    See below my thread this might be of some help to you. We could successfully integrate EBS and OBIEE.
    Logout link missing upon integrating OBIEE 11g with EBS (Not through SSO)
    Thanks,
    Sri

  • 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

  • Can anyone share how to integrate Demantra Demand Management to EBS R12?

    Hi all,
    Can anyone suggest how to integrate Demantra Demand Management to EBS R12?
    I use Demantra 7.2 and EBS R12.
    I search in Manual and in some blogs but not much data support. If possible, I want step-by-step starting from set up such as setup the instance.
    More of my concern are;
    - Is Demantra can integrate with MRP, without APS or ASCP?
    - Is that necessary to integrate by using seed data? If I implement my series with all new series, how can I suppose to link them to EBS?
    Thank you in advance.
    Best Regards,
    Tanya T.

    Hi Tanya,
    To begin with, you can refer to the Metalink doc 434991.1 for an in-depth explanation on the integration from a technical perspective. Apart from this, there is an ocean of knowledge in the Demantra Documentation libraby in the metalink.The Implementation Guide provides an overview of the integration processes that synchronize or move data between Oracle Demantra and E-Business Suite applications.
    Now coming to your concerns:
    - Can Demantra be integrated with MRP, without APS or ASCP?
    After going through the above mentioned documents on Demantra, if you still want an integrated instance of Demantra and MRP without using APS, then it will have to be a highly customized solution.This scenario will obviously have a great impact on various business aspects,which is out of scope of this discussion.
    - Is it necessary to integrate by using seeded data?How to link new series to EBS?
    The Demantra - EBS integration adds two new responsibilities for Demand Management viz. i)Demand Management System Administrator and ii)Demand Analyst.
    The System Administrator creates a new user in the E-Business Suite with the relevant responsibility for which the user is automatically created in Oracle Demantra.
    The user with "Demand management system Administrator" responsibility can create new series that get added in the Demand management component on creation. This series can then be used as per requirement.
    I hope my comments help.Feel free for further discussions.
    Regards,
    Shekhar

  • EBS R12 - Load testing tool

    Oracle E-Business Suite Releae 12 (12.1.3) on Oracle Linux 6.x
    We are looking suitable load testing tool to provide performance load testing analysis/benchmark results with system response time
    Please adivse best practice industry stand performance testing tool for EBS R12.
    Thanks in advance.

    user13681259 wrote:
    Oracle E-Business Suite Releae 12 (12.1.3) on Oracle Linux 6.x
    We are looking suitable load testing tool to provide performance load testing analysis/benchmark results with system response time
    Please adivse best practice industry stand performance testing tool for EBS R12.
    Thanks in advance.Please see these links.
    EBS 12.1.1 Test Starter Kit now Available for Oracle Application Testing Suite
    https://blogs.oracle.com/stevenChan/entry/ebs_1211_tsk
    Oracle Application Testing Suite
    http://www.oracle.com/technetwork/oem/app-test/etest-101273.html
    Oracle Application Testing Suite Downloads
    http://www.oracle.com/technetwork/oem/downloads/index-084446.html
    HP LoadRunner
    http://www8.hp.com/us/en/software-solutions/software.html?compURI=1175451#.UPiIemeS-Fg
    Thanks,
    Hussein

  • Concurrent Manager start/stop EBS R12

    Hi all,
    I am starting all the processes/services in my EBS R12 as APPLMGR user,
    using the shell script:
    $ adstrtal.sh apps/apps
    and to stop it with:
    $ adstpall.sh apps/apps
    But when I run the stop script, I still see the Concurrent Manager process active
    (ps -ef|grep FNDLIBR).
    Does adstpall.sh do not contain the script to stop CM?
    Thanks a lot

    I just get paranoid when it keeps emailing the APPLMGR user that the CM died -giving up What is the message you get? If it says "successfully" then you can ignore the message.

Maybe you are looking for

  • How do I open a document in excel on another machine when the doc was created using numbers

    How do I open a numbers document in excel

  • AS/400 connectivity from 11g

    Has anyone successfully connected with AS/400 from 11g?. In the server console i am not even seeing AS/400 driver while creating the datasource. I would greatly appreciate if you could share some link or explain me the steps to connect with AS/400.

  • In which folder i should put eps parser.8by in elements 13, to open eps files??

    I have to be able to open eps.files in photoshop elements. it worked fine in 9, it did'nt occur to me that in newer versions you get less in stead of more..i regret buying it now So: in which folder i should put epsparser.8by in elements 13, to open

  • Data missing in SLR

    Hi Experts, In my solution manager, SLR is not showing last month's data specially for KPI. EWA's are generating correctly with all the data but SLR is not reflecting the same. Any one have any ide, why it is happening so? Regards, Vinit Pagaria

  • Rented Movies not syncing

    For whatever reason my rented movies will not transfer over to my 3G iPod Nano. I've restored the nano and updated from 7.6 to 7.7. Neither worked. Every time I move the file from iTunes into the 3G Nano in the rented movies tab and hit apply, it giv