Oracle waveset performance

Hi everyone
I have a problem with performance of OW application
I have two application servers an oracle DB with OW repository.
OW linked to more then 200 resources and have more then 2500 roles
When user try to open "Edit User Role" form, it`s need to wait around three - six min. until the page will open.
Can you give me advise?? What is the problem if, when I want to see my Role List, OW only select role xml files from DB with some conditions???
Thanks

May I ask how many admin users (user with admin capabilities/roles) are present in the environment?
I would recommend that you check out the following knowledge document available on My Oracle Support:
Oracle Waveset / Latency Seen During Different Actions That Relates To A Large Number Of Administrative Users (Users That Contain An Administrative Role) [ID 1471585.1]

Similar Messages

  • Multiple accounts on the same resource in Oracle Waveset 8.1.1 patch 5

    Hi IDM Experts!
    I've customized my userforms in order to create multiple accounts on the same resource using the syntax accounts[<resourceName>|n].<attribute> like the documentation suggests. That worked fine using Sun Identity Manager 8.1.
    However, I've not been able to create new multiple accounts after I upgraded to Oracle Waveset 8.1.1 patch 5.
    Is there anything else that I have to take into account for this new version? Is that a bug?
    Thanks in advance for your help!

    Thanks for the reply... in my case this would be done by the active synch process so no GUI form is required. I will be getting a list of application ID for the user by LDAP AS. One i get it i will have to parse it and get the list of application user id. I am passing those ID;s to a workflow where I am forming the resource name as you mentioned
    for example:
    If i get user1#user2#user3 from AS i am separating them based on # using split and getting 3 different user id;s
    now i am forming a string with the resource name and passing it to the sub process in which i am checking out the user object, setting the user attributes and checking in the new view.
    user1#LDAP
    user2#LDAP|1
    user3#LDAP|2
    Problem ; When i run this user1 is getting created in LDAP but user2 and user3 are not. There entry is getting created in IDM.
    When I open the IDM object I get a yellow triangle (warning) and if I open the user object and hit save button IDM creates the user account on the LDAP.
    any help for further solving this problem would be appreciated.
    Regards,

  • Netbeans not working with Oracle Waveset 8.1.1!!!!

    We have recently done a test upgrade to Oracle Waveset 8.1.1 and discovered that we can no longer use Netbeans to do further development. We are trying to use Netbeans 6.8 with the 8.1 connector downloaded from the open source java website, which is the last official one available.
    When creating a new IDM project you receive an error saying:
    "The version of the server you are attempting to connect to, 8.1.1,does not match that of the IDE Compatability Bundle for your project,8.1".
    We contacted Oracle and they have advised that we cannot upgrade to 8.1.1, as there is no supported connector. We are getting further advice on this as this is quite bad if its true.
    Is anyone else using Netbeans 6.8 with Oracle Waveset 8.1.1 successfully and if so can you advise how you went about configuring it?

    Update:
    We upgraded our production environment with patch 14 this last Thursday.
    The "sample/ide-bundle.zip" is not located in the download but instead was updated during the patching process and may be found at $WSHOME/sample/ide-bundle.zip.
    After moving the zip to my local machine I was able to configure a (remote) IDM project in Netbeans without receiving an error.
    My problem has been resolved.
    -IDMxml

  • Oracle 10G Performance Tuning Documents

    Hi all
    Can any one tell where can I get the oracle 10G Performance Tuning materials(PDF),Documents.
    Thanks in advance

    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14211.pdf

  • Oracle Express Performance

    Hi,
    We are using Oracle Express 6.3.2 & Oracle 8.1.5 for a decision
    support system that we are building.
    We are using a server with 2GB RAM, Dual CPU( 550MHz) along with
    more than 100 GB HDD.The OS being used is Windows NT enterprise
    edition server 4.0.On which both Oracle Relational database and
    Express express server resides.
    The building of multi-dimensional database(MDDB) doesn't take
    time, we are using around 9 dimensions with total data in MDDB
    being in the range of 5- 10 Lakhs records.The building time is
    about 3 minutes.
    However, the running of an application(XPJ) based on the MDDB
    takes lot of time. The report takes about 2 Minutes to appear
    and situtation is even worse in what-if analysis kind of
    reports!.The MDDB is being accessed from Windows NT Client
    workstation 4.0 with 128 MB RAM.
    We have read Oracle Express Performance Tuning and Database
    Design Guide which is available from both Oracle Technology
    Network (technet.oracle.com) and Metalink, however it doesn't
    seem to be of much help.The sparsity etc. have been taken care
    of by us.
    CAN ANYBODY PROVIDE ASSISTANCE ON THIS ISSUE OR IS IT NORMAL
    THING TO EXPECT FROM ORACLE EXPRESS????...., .Request someone to
    respond to this issue, as it very urgent & bothersome to us.
    Thanks

    Dear Friend,
    I am trying to configure reports for express data and in this regard I have done the following :
    1.Machine A having reports 9i Developer suite Release 2 and Pluggable Express Connection Editor installed on Windows 2000 professional.
    2.Machine B having which Express Server 6.3.4 installed on Windows 2000 professional.
    3.In Machine A created user OESDBA with Administrator privilige.
    In the reports I am able to connect to the Express Server and attach the database and choose the measure.Once all the other steps are done I am able to print the data on the reports.
    But if I use a parameter form in which I give the HOST,USER and PASSWORD then substitute the same in the express_server parameter value in the AFTER PARAMETER FORM trigger block then the report gives an error saying that
    Express query contains incorrect,missing or damaged information.
    How to solve this error ?
    Can you please help.
    Regds,
    Ramakrishnan
    [email protected]

  • Oracle apps performance tunning

    Hey
    could u any one tell me where i will get the Oracle Apps Performance
    Tunning on Module wise like OM/AP/AR.
    how to verify that my oracle Apps[11.5.10] instance running fine on linux based !!
    i need check list Oracle Apps Performance !!

    best would be to start with http://docs.oracle.com/cd/E11882_01/server.112/e16638/toc.htm
    Regards
    Karan

  • Oracle 10g performance is slow

    Dear Exports
    how we can imporve the Oracle 10g performance........we are upgrading from Oracle 8 to Oracle 10g. Windows platform. and using Oracle developer 6 as front end .
    thanks in advance

    Do you have statistics gathered on the tables in the 8i database? Can you post the explain plan for the query in both databases?
    Since you know what SQL is having poor performance you can use TKPROF and SQL TRACE to see where your query is spending its time.
    Try the following:
    alter session set timed_statistics=true;
    alter session set max_dump_file_size=unlimited;
    alter session set tracefile_identifier='BAD_SQL';
    alter session set events '10046 trace name context forever, level 12';
    <insert sql with poor response time>
    disconnect
    Use the TKPROF utility on the file found in USER_DUMP_DEST that contains the string BAD_SQL.
    For information on how to interrupt the TKPROF output, see the following link.
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14211/sqltrace.htm

  • Change HTML page title in Oracle Waveset 8.1.1

    Hi,
    Does anyone know which file/page to override if I want to change the HTML page title for Oracle Waveset?
    After the upgrade the title on every page is: "Waveset".
    This is what I would like to do:
    - Set the title to "Identity Manager Administration" on all pages under /idm (Admin pages)
    - Set the title to "Identity Manager User Pages" on all pages under /idm/user/
    Thanks for your help.
    Regards,
    Henrik

    Thank you,
    This was what I was looking for:
    http://download.oracle.com/docs/cd/E19225-01/821-0093/ahuhd/index.html#6nl5vc1ja
    It seems like the title change is only visible when the user is logged in.
    To override the title always, you can override this file and set the your title:
    WSHOME/includes/setStyleSheetsAndTitle.jsp
    Regards,
    Henrik

  • Implementation of Oracle Hyperion Performance Scorecard

    Hi,
    I am completely naive at Oracle EPM. As of now, we have implemented Oracle EBS with finance, SCM and HRMS & Payroll modules. Our company wants to see the legacy KPIs integrated with these modules.
    So, I want to know
    _1. which modules in Oracle EPM are required for implementing Scorecards and KPIs completely._
    _2. what are the implementation steps?_
    I dont know how to go about this implementation. Hope I would get some info from you guys.
    Thank you,
    Siva Kumar.
    Edited by: Siva Kumar HVK on May 6, 2011 1:25 AM

    Hi Oracle Gurus,
    I would like to know the skills required to implement Oracle Hyperion Performance Scorecard module independently.
    Please suggest me the same.
    Thank you
    Siva Kumar.

  • Show Organization in Expanded view by default -- Oracle Waveset

    Hi,
    I am using Oracle Waveset.
    In Account List page, when we click on the ' Triangular Image' to expand org then it shows all the users under the org.
    Is it possible that by default, it gives expanded view. Please help me on this?
    Thanks,
    NC

    Hi Dandigi,
    Following url provides the details of group calender and group view.
    http://office.microsoft.com/en-in/sharepoint-server-help/use-a-group-calendar-HA101810606.aspx
    Regards  Roy Joyson
    Please remember to mark your question as "answered"/"Vote helpful" if this solves/helps your problem.
    Roy Joyson
    Yes, I know the procedure of viewing the group calendar and adding other users to the view. But what I'm looking for is the way to make it as a default view.
    By default, if we refresh or load the calendar page, it will only shows us our schedule. I want it to show all user's schedule as default view, without having to manually add person to the view.
    Yep, it's pretty annoying.  Some guy figured out a way to do it in the browser:
    http://msdnrss.thecoderblogs.com/2013/04/sharepoint-group-calendar-adding-default-users/
    The problem is that seems to do it all in the UI, which makes it useless if you want to view it in outlook. Still trying to figure exactly how that works though.

  • Oracle Waveset 8.1.1 patch 1 - /user/login.jsp

    Has anyone else experienced the Log In and Forgot Password? buttons on the End User interface in version Oracle Waveset 8.1.1 patch 1 to be different sizes on the End User Interface? Also can anyone pls let me know from where is the Login button and the Forgot Password? link is coming from so we can fix this.
    Thanks,

    You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

  • Oracle Waveset 8.1.1

    Could someone please tell me when the patch for Oracle Waveset 8.1.1 will come out?

    Hi,
    You download Waveset 8.1.1 at http://download.oracle.com/otn/nt/middleware/11g/OW_8_1_1_0.zip and then apply the patch to the installation.
    I do not believe you can get a version with the patch already incorporated.

  • Oracle waveset 8.1.1.5 find user issue

    Hi All,
    we recently applied the oracle waveset 8.1.1 patch5. everything went smooth. but in the findusers i am getting this error message. after this message i am getting the users. please help me on this. what i am missing here. Thanks in advance......
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:

    Also I have one query - suppose I have SUN IDM 8.0 installed in local system, Can I install oracle waveset 8.1.1 directly or first I need to install oracle waveset 8.1.0. If this is the case then I am not able to see oracle waveset 8.1.0 in oracle site for download. please help me on this.

  • Oracle Waveset 8.1.1 Patch 6

    Hi ,
    Can we directly apply Oracle Waveset 8.1.1 Patch 6 on top of Sun idm 8.1? or do we need to go to Oracle Waveset 8.1.1 and then apply patch 6?
    Thanks in advance

    You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

  • Oracle database performance after server reboot

    hi masters,
    this is not some kind of question, but a discussion. some statements come from our client that after weekly reboot of system, the oracle database performance is low for some time and increase after some time(say 2 days).
    i think it is but obvious, because at reboot oracle flushes all cache, and temporary space, so it need to re parse the sql statements and perform some disc I/O's so it might need some time and hence performance will degrade.
    but at the same time some people claim that after reboot their database performance is better than their normal performance for some days. it seems controversial that's why i am posting it here.
    what might be the reason behind this?? prior can have a valid reason of hard parsing, but what with second case??
    any clarification is highly appreciated...
    thank you
    regadrs
    VD

    Vikrant,
    You should wait for some time buddy, its weekend ;-) .
    this is not some kind of question, but a discussion. some statements come from our client that after weekly reboot of system, the oracle database performance is low for some time and increase after some time(say 2 days).i think it is but obvious, because at reboot oracle flushes all cache, and temporary space, so it need to re parse the sql statements and perform some disc I/O's so it might need some time and hence performance will degrade.
    >
    I would start from saying that checking the performance when the system just started, is a wrong approach. There would be lots of IOs , parsing, calculations(related to memory allocations) happening so there would be a delay/bad performance at that time. Very simple example can be parsing, another can be memory allocation. Oracle doesn't allocate the entire memory in the instance startup that is allocated to the memory areas but allocates just the bare minimum that is needed to start the instance and than after the startup, it keeps on allocating the memory. So surely enough, with the startup and after a while of it, there would be a different performance than that after the instance hsa already been started and the workload informations have started coming up.
    Its correct that Oracle would deallocate all the caches with the reboot as the instance is on the memory(physical) and with the reboot , that would be flushed including the SGA which is allocated over it. Temporary tablespace is now not freed with the reboot. I guess its a rather illogical thing to do but that's what is there now. Oracle keeps the segment allocated even after the reboot is issued, hence the reason for larger temporary tablespaces.
    >
    but at the same time some people claim that after reboot their database performance is better than their normal performance for some days. it seems controversial that's why i am posting it here.
    what might be the reason behind this?? prior can have a valid reason of hard parsing, but what with second case??
    >
    This should not come as a surprise once we understand what might be happening with this process. Assume a situation where you have undersized caches. For example, shared pool . which is very heavily used for database , if this is going to be undersized and you are not using automatic memory management, you won't be enjoying the dynamic management of this parameter. Now, if you do lots of parsing , thanks to your wrongly written queries, you would eventually end up filling up shared pool to its max thus leaving no space for incoming new hard parsed cursors. Here , if you can't manage to add more memory to add to it, the only solution left would be to flush the shared pool( as good as rebooting the db because this would do the same) and than make space for the new cursors. The performance is going to be better becausethe cursors would not be getting flushed out immediately and will be kept in the shared pool as long as its not filled up again.Once you have reached to limit of it, again there would be performance benefit. So there are always odds added to the statements like this that I rebuilt my index , I got better, I rebooted my server, my querie are much faster now. Most of the time when these kind of statements are given, they are based on what we have seen, without understading what actually might have happened. So I would siggest to hear the statement but not take them as a rule of thumb to follow.
    Hope this all makes some sense for you and would help somewhat.
    Aman....

Maybe you are looking for

  • Accounting Document after Goods Receipt.

    Hi, I have put to condition types ZVAT & ZBTT. I dont want this to be shown in the accounting document after goods receipt. It should show only Inventory account & GR/IR clearing account. Right now ZVAt & ZBTT has accounts whose posting keys are 40 &

  • New jdk but system cannot find path.please help?

    Hello, i was using the sdk 1.4 before to write programs and i have downloaded the lastest jdk1.6.0_6. i can run the programs but when i compile in console mode it say "the system cannot find the path specified" i am still in the learning faze big tim

  • SerialVersionUID's not matching

    Hi, here's my exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.io.InvalidClassException: com.tsc.model.courts.Co

  • Sound trouble

    When i click on kmix my sound volume goes up automaticaly at random times. this is annoying for a number of reasons. I m using KDE now. in gnome the sound goes down instead of up. My sound goes up and down like a roller coaster. i try to get the soun

  • How to transfer iTunes library from iMac to macbook pro?

    i recently got a macbook pro but all of my music is on my imac. how do i transfer the music?