Office Planning refresh taking more time than expected

Helllo everyone,

We use the system 9.2 (essbase and planning). The refreshment of the planning Office takes about 19-20 min regardless of single sparse size or multiple additions Member, deletes or moves even after deletion of the database.

Through the application log that we noticed every time the alias to the location are deleted and re-created. Thus, its taking like 3-4 min to create aliases of location for each type of plan (we have 3 types of plan completely). Is this soemthing we can avoid when perform us refresh or need to change performance settings to tweak the timings of refreshment.

Any thoughts will be helpful.

Thank you

Hello

1. check your repository/DB planning and the connection between the DB and Essbase.
2. check the performance of your DB server. Is there another activity of DB during your discount?

Ze

Tags: Business Intelligence

Similar Questions

  • Taking more time than expected to disconnect from a Server Windows 2008 R2 SP1

    Taking more time than expected to disconnect from a Server Windows 2008 R2 SP1

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • ORA-01422 exactly fetch returned more rows than expected

    Hi all

    Some1 can you please suggest what is the difference between "ORA-01422 exactly fetch returned more rows than expected" and too many errors of lines.

    Concerning
    Arpit

    TOO_MANY_ROWS is a predefined exception that allows to capture the ORA-01422. It simply means that we don't need to declare our own exception to cope.

    SQL> DECLARE
      2
      3      lv_Dummy        dual.dummy%TYPE;
      4
      5  BEGIN
      6
      7      SELECT
      8          dummy
      9      INTO
     10          lv_Dummy
     11      FROM
     12          (   SELECT dummy FROM DUAL UNION ALL
     13              SELECT dummy FROM DUAL
     14          );
     15  END;
     16  /
    DECLARE
    *
    ERROR at line 1:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at line 7
    
    SQL> set serveroutput on
    SQL> DECLARE
      2
      3      lv_Dummy        dual.dummy%TYPE;
      4
      5  BEGIN
      6
      7      SELECT
      8          dummy
      9      INTO
     10          lv_Dummy
     11      FROM
     12          (   SELECT dummy FROM DUAL UNION ALL
     13              SELECT dummy FROM DUAL
     14          );
     15  EXCEPTION
     16      WHEN TOO_MANY_ROWS THEN
     17          dbms_output.put_line('TOO_MANY_ROWS is built in exception to allow us to capture ORA-01422');
     18
     19  END;
     20  /
    TOO_MANY_ROWS is built in exception to allow us to capture ORA-01422
    
    PL/SQL procedure successfully completed.
    
    SQL> DECLARE
      2
      3      lv_Dummy        dual.dummy%TYPE;
      4      lex_TooManyRows EXCEPTION;
      5
      6      PRAGMA EXCEPTION_INIT(lex_TooManyRows, -1422);
      7  BEGIN
      8
      9      SELECT
     10          dummy
     11      INTO
     12          lv_Dummy
     13      FROM
     14          (   SELECT dummy FROM DUAL UNION ALL
     15              SELECT dummy FROM DUAL
     16          );
     17  EXCEPTION
     18      WHEN lex_TooManyRows THEN
     19          dbms_output.put_line('lex_TooManyRows is our exception to allow us to capture ORA-01422');
     20
     21  END;
     22  /
    lex_TooManyRows is our exception to allow us to capture ORA-01422
    
    PL/SQL procedure successfully completed.
    

    HTH

    David

  • All of a sudden ODI should take more time than usual executions.

    Hello

    I put packages ODI scheduled for execution.
    Since a few days those who take more time to run.
    Before they used to take 1 hour and 30 minutes approx.
    Now they take 3-3 h 15 min approx.
    And there no any significant changes in the data in terms of quantity.

    My ODI s version

    Standalone Edition Version 11.1.1
    Build ODI_11.1.1.3.0_GENERIC_100623.1635

    ODI packages mainly use Oracle as a SOURCE and TARGET DB.

    What is - that I need to check to find out the reasons for the sudden increase at run time.

    Indications in this regard would be appreciated.

    Thank you
    Mahesh

    Mahesh,

    Some queries of the repository allows to retrieve the task of session timings and compare your slow performance to a previous acceptable run, then look the most important changes - it will highlight where you slow down, then its judgment to resolve the matter accordingly.

    See here for some example reports, you might need to tweak to your current version of rest, but I don't think that the table structures have changed that much:
    http://rnm1978.WordPress.com/2010/11/03/analysing-ODI-batch-performance/

  • After updating to the latest computer firefox on the internet running slower, taking more time to go to the links and sites.also if I click on an e-mail link the link keeps refreshing like mailto and custom stop opening new tabs very quickly, having to st

    Since the installation of updated, when you use internet, e-mail all slowed and takes time to go to Web sites to download pictures on email.
    also when I click on an e-mail link to send the emails tab bar refreshing guard and open a new tab very quickly what I can read cos its so fast is mailto this happened several times on various websites, I clicked on an email that we link on grangerhertzog.com yesterday and he did.

    You get this problem if you select the Firefox program to manage a file if you get an 'Open with' dialog box.

  • My iPhone battery 6 runs very fast and when I load it, it takes more time than usual and overheating

    It all started when I was playing a game my it froze just in case and he would not unfeeze. So after waiting for 6 minutes I hard rebooted my iPhone 6 and 5 minutes later, this problem occurred.

    You are probably games power absorbing with other applications running in the background.   Temporarily disable apps without importance and limit the time you play, at least those power absorbing.

  • Insertion of cache imdb timesten takes more time than inserting it into db11g

    Hello

    I am very new to Timesten imdb cache. Recently, I installed imdb cache in an application server and then installed oracle 11g on a db server and get to integrate them.
    So, I wanted to test the performance of the imdb cache... I have create an insert scripts that write about 10 k record... I ran into both cache imdb then ran directly in oracle 11g. I have the chance to see the results that Timesten is slower than oracle db...

    I followed the steps of installing oracle wesbsite... my question... what else should I consider making imdb cache 10 x faster than writing in oracle db?

    I hope you could help.

    John

    By direct connection of threads, I meant that you have several threads or processes each with a connection (using the direct ODBC driver rather than the Client/Server driver), all working in parallel to separate the workload and achieve a maximum flow rate. On processor chips multi-core hardware of today, across my addition process/connections/threads is imperative and TimesTen does very well.

  • Taking some time to refresh materialized view

    I'd like to understand why refresh of the materialized view takes more time than to run the sql code of the materialized view.
    For example, I have a test_mv of materialized view that is created as below; When I simply run the select statement I get the result in 34 seconds, while if I try to update help
    BEGIN
    DBMS_MVIEW.refresh ('wi_mv7_monthly','C',ATOMIC_REFRESH=>false);
    end;
    /
    It takes about 74 dry

    Creation of MV
    Oracle version: Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    create materialized view TEST_MV
    (
      COLUMN_NAME_1,
      OBJECT_NAME,
      COLUMN_ID,
      "SUM(C.DATA_LENGTH)"
    ) organization heap
    
    partition by list (COLUMN_ID) (
     PARTITION "first_10_col" VALUES
      (
        1, 2, 3, 4, 5, 6, 7, 8, 9, 10
      ),
       PARTITION "After_10_col" VALUES
      (
        11,12, 13, 14, 15, 16, 17, 18, 19, 20
      ),
       PARTITION "NONE" VALUES (DEFAULT)
      )
    BUILD IMMEDIATE USING INDEX REFRESH COMPLETE ON DEMAND USING DEFAULT LOCAL ROLLBACK SEGMENT USING ENFORCED CONSTRAINTS
    as 
    select  /*+ parallel(o,8) parallel(c,2) */
    C.COLUMN_NAME as COLUMN_NAME_1,O.OBJECT_NAME,C.COLUMN_ID,SUM(C.DATA_LENGTH) from ALL_OBJECTS O
    join ALL_tab_columns c on c.table_name=o.object_name
    group by 
    C.COLUMN_NAME,O.OBJECT_NAME,C.COLUMN_ID
    Published by: user627047 on Sep 6, 2012 06:56

    SQL select statement some readings and refresh the views but mview reads and writes, so it consumes more time.

    If you want to speed up the cooling you can use the Refresh method fast mview

  • Why not fix update firefox? It must be refined as it is easier to restore the settings, it caused more problems than he solved

    Refresh caused more problems than he solved Firefox.
    I was shocked at the time where I had to restore my settings of waste.

    I believe it may be possible to write a refresh script that does not get rid of all custom settings and bookmarks.
    

    Sometimes it's the settings or something in the user profile that
    the origin of the problem. The update / reset deletes all.

    Look at your desktop. You see a folder called; Old Firefox?

    https://support.Mozilla.org/en-us/KB/recovering-important-data-from-an-old-profile

    https://support.Mozilla.org/en-us/KB/back-and-restore-information-Firefox-profiles

    These can not get your data back, but will help in the future.

    These modules can be a great help for the backup and restoration of Firefox

    FEBE (Firefox environment Backup Extension) {web link}
    FEBE you can quickly and easily backup your
    Extensions Firefox, history, passwords and more.
    Indeed, it is more than just backup - it will actually rebuild
    your saved individually into installable as files.
    It will also make backup of the files you choose.

    OPIE {web link}
    Import/export extension preferences

  • Cannot use the calendar network unavailable or slow app. The application takes more time to load than expected.

    When you use iCloud on my iMac I get the message "network unavailable or slow. The application takes more time to load than expected. "This has been the case for several hours, but other applications I use (Mail, Contacts, Notes, reminders), all seem to work well.  The

    I have the same message when I try to load the reminders in iCloud. All other applications work correctly. This issue has been ongoing for about a month now.

    Have this problem on my work computer running Windows 7 SP1 Pro and Macbook Air late 2009 w / OS X 10.11

  • Why is the 200 GB $44.99 a plan inherited from year more expensive than the monthly plan the new 200 GB $2.99 a month plan ($35,88) - what's the catch here?

    Why is the 200 GB $44.99 a plan inherited from year more expensive than the monthly plan the new 200 GB $2.99 a month plan ($35,88) - what's the catch here? is there a reason why the new plan is less expensive? they are trying to phase out the inheritance plan? is there a difference in storage w the new plan and the legacy for the difference in price (of the problems of the different devices w - computer laptop Mac, iPhone, iPad?)

    The only difference is that it is charged monthly.

    As shown in the following, you may be able to increase your storage space or reduce your costs by opting for the monthly package. Annual storage iCloud - Apple Support plans

  • My computer takes more time to put on than before. Why is this?

    Original title: slow system

    My computer takes more time to put on than before. Is this because too many files on my computer?

    Take a look in the system and Application logs in the errors and warnings event viewer and post here the copies. Do not post on that more than 48 hours ago.

    You can access event viewer by selecting Start, Control Panel, administrative tools, and Event Viewer. When searching for the meaning of the error, information about the event ID, Source and Description are important.

    A tip for posting copies of error reports! Run Event Viewer and double-click the error you want to copy. You will see a button resembling two pages. Click on the button and close Event Viewer. This places a copy of the report to your Clipboard. Paste it into the body of your message. Make sure that it is the first dough right out of the event viewer.

    Try Ctrl + Alt + Delete, select Task Manager, and then click the performance tab. Under Commit Charge, which is the Total, limit, and the pic?

    You should be able to gather more information from the Task Manager. Open the process tab, select View, Select, columns and check the boxes before maximum memory usage and virtual memory size. What are the figures for the 6 process using larger quantities?

    Select Start, all programs, accessories, System Tools, cleaning disk to emptying your trash, delete temporary Internet files and other selected options. I recommend also you click Other Options, System Restore and delete all but the last system restore point. Run Disk Defragmenter.

    Using the system restore option is most appropriate when your system is slow and you need to increase the free disk space on your C partition. If you have errors that could be solved by using the system restore to your system settings back to before the error occurred initially do not use this option.

    If more than one person uses the computer and they have their own user log you need to run Disk Cleanup in each user profile that you want to delete all the unwanted files.

    A better program of disk cleanup is cCleaner but note that cCleaner will not manage system restore points. Remove the old restore points can be important if you have little free disk space. cCleaner comes with a registry tool. Do not use this tool as any registry cleaner could lead to the creation of very difficult to resolve system errors.

    http://www.CCleaner.com/download

    Hope this helps, Gerry Cornell

  • Is there a microsoft version of allows solitairethat you win more often than the 11% of the time the fact of the standard version of Vista?

    It is a version of Microsoft's Solitaire that allows you to earn more than 11% of the time than the Vista standard game came with my laptop?

    Hi George Durkin,.

    There is no alternative version of Microsoft's Solitaire.

    For more information, you can consult the following article:

    Learn more about the games in Windows Vista

  • I'm trying to place my order, but taking more than an hour! What should do?

    I'm trying to place my order, but taking more than an hour! What should do?

    Move the debate towards Adobe Creative Cloud, if you still need assistance to purchase please Contact Customer Care

  • Windows 7 Enterprise taking more than 12 minutes to start

    I just upgraded from XP to Windows 7 Enterprise.  It takes my laptop 12 15 minutes to boot to the Ctrl/Alt/Del screen.  Then it is up to our field and I need to change my name to computer and password user domain\username to finally get to a desktop computer. It always comes with a "network connection was not found. Type NET HELPMSG 2250 ".  Extremely frustrating.

    Hello

    The issue of Windows is more complex than what is generally answered in the Microsoft Community Forums. Appropriate in the TechNet Forums. Please post your question in the TechNet Forums.

    You can check the link to post your question:

    http://social.technet.Microsoft.com/forums/en-us/w7itproperf/threads

    I hope that helps!

Maybe you are looking for