How to reduce Time taken by DSO Activation.

Hi
My Inventory Transaction DSO taking nearly 18min for 180,000 records to activate. It means it takes 1 min for every 10,000 records to activate. I think its too much.
Is there any way i can reduce DSO activation time... what are factors that increases the DSO activation Time.
Pls let me know if u have some idea  this issue.
Thanks.....

Hi,
  Some of the factors which affect DSO activation are
1) Data volume and size of DSO (if the volume and no of fields are more then it takes long time)
2) SID generation(uncheck this if the DSO is not used for reporting)
3) Secondary index (remove unwanted secondary index)
4) No of background jobs and packages siz allocated for activation (check the settings for ur DSO in tcode RSODSO_SETTINGS)
Apart from this it also depends on database performance and other factors
Regards,
Raghavendra.

Similar Messages

  • Reduce time taken

    Hello everyone,
    i'm given the task to create a vi that do the download firmware in ideal time of 30 secs. Somehow, it's able to perform the work but at the time of 1min3secs.
    How can i reduce the time taken for this vi. ?
    Thank you.
    regards
    Attachments:
    time_vi.JPG ‏63 KB

    MikeS81 wrote:
    Hello microes,
    do you know how much time every case need? One way could be to enlarge the wait time in the while loop to give the processor more time.
    Mike
    That probably won't help speed up the process any on the Labview side of the code.  The key thing is that there is a wait statement in the while loop to give the processor an opportunity to do other things..  But on the other hand, the loop is only designed to be a visual monitor of progress.  So there is no need to poll for the status every millisecond.  You could get by with a 500 msec wait statement in that while loop.
    I still think most of the time to run is in the CIN blocks.  A good idea would be to put a Get time function in each of those case statements and send the data to an indicator.  That way after the code runs, you can compare timestamps and see how much time each part of the code is taking.  (For the while loop, you could do some averaging functions to track the average loop iteration time.)

  • How to reduce time for replicating large tables?

    Hi
    Any suggestions on how to reduce the amount of time it takes to replicate a large table when it is first created?
    I have a table with 150 million rows in it, and it takes forever to start the replication process even if I run it in parallel, and I can’t afford the downtime.

    What downtime are you referring to? The primary doesn't need to be down when you're setting up replication and you're presumably still in the process of doing the initial configuration on the replicated database, so it's not really down, it's just not up yet.
    Justin

  • Synchronous Scenario. How to reduce time. Pls advice urgent.

    Hi All,
    I have Synchronous Scenario. It has no BPM , simple synchronous scenario (HTTP --- Webservice).
    It is taking 10 seconds. How can I reduce time of this scenario.
    Pls advice

    Hi,
    The Time Consumption is based on below factors
    1. the amount of data to be processed across the interface.
    2. The response time of Receiver system
    3. Type of Mapping used and implementations of any complex logics with Advanced UDFs etc
    4. Hardware configurations
    5. Resource Consumptions etc.
    please refer below fine tunning docs.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/489f5844-0c01-0010-79be-acc3b52250fd
    XI Performance Benchmarks ?
    Thanks
    Swarup

  • How to Measure time taken for a some lines of code in a program?

    Hi
    I have one requirement to measure time taken for executing a  block of code in report . How we can find it ?
    Is there any way to code something in report to caluculate it ?
    Please send solution as early as possible
    thank u

    Ok.. try this code...
    DATA : t1 TYPE i,
    t2 TYPE i,
    delta(16) TYPE p.
    GET RUN TIME FIELD t1.
    PERFORM get_data. "your block of code
    GET RUN TIME FIELD t2.
    delta = t2 - t1.
    delta = delta / 1000000.
    WRITE :/ 'Time elapsed : ', delta , 'Secs'. "time in secs.

  • How  to find time taken any  portal component to load into the  portal

    Hi
    We have MSS business package implement in Nw04 sp18 portal. Some of MSS forms taking so much time to load.so
    1. is there any way to test the time taken by each of the  form?
    2. In Portal how to measure the time taken by the each request?
    3.How to improve the performance of MSS adobe forms?
    Regards
    Gopal

    Hi Gopal,
    You can use HTTPWatch to determine the time taken by each form to load as well as the portal request time. Also check this documentation. This should apply to MSS also.
    http://help.sap.com/saphelp_nw70/helpdata/en/52/01fc3f17c2c342e10000000a1550b0/frameset.htm
    Hope this helps.
    Akhilesh

  • How to identify time taken to execute a package

    Hi all,
    Is the method without TKPROFF to find the time taken to execute a package that calls a procedure.
    for examples
    Lets says I execute a packaage at SQLplus window
    SQL> Execute my_pack.bal_proc;
    (It took some time may be 4 hrs to excecute according to my watch).
    At this stage if I want to find the time by some sql command that after executing the package what was the time.
    can someone help me in finding a query that tell what was the time taken to execute a package.
    thanks n rgds
    saaz

    You can check start and end time
    Then end time -start time
    SQL> select systimestamp start_time from dual;
    START_TIME
    11-AUG-09 11.30.47.758282 AM -04:00
    SQL> Execute my_pack.bal_proc;
    SQL> select systimestamp end_time from dual;
    END_TIME
    11-AUG-09 11.31.11.207530 AM -04:00Edited by: user5495111 on Aug 11, 2009 8:32 AM

  • How to find time taken for a search

    hi all,
       I need to find the time taken for a particular search in KM Search iView. I refered the following thread
    /message/5739737#5739737 [original link is broken]
    but not able to get the duration(time taken). is there any other way to achieve this?.
    all helps will be appriciated.
    Regards,
    Shanthakumar.

    Hi Shantakhumar,
    do you want to implement you own Search iView?
    Best regards,
    Denis

  • How to reduce time for gather statistics for a table.

    I have a table size 520 gb
    Its one of the partition size is 38 gb
    and total indexes of related table is 412 gb.
    Server/instance details.
    ==========
    56 cpu -> Hyper threading enable
    280 gb ram
    35 gb sga
    27 gb buffer cache
    4.5 gb shared pool size
    25 gb pga
    undo size 90gb
    temp size 150 gb
    Details :
    exec dbms_stats.gather_table_stats('OWNER','TAB_NAME',PARTNAME=>'PART_NAME',CASCADE=>FALSE,ESTIMATE_PERCENT=>10,DEGREE=>30,NO_INVALIDATE=>TRUE);
    when i am firing this in an ideal time when there is no load that time also is is taking 28 mins to complete.
    Can anybody please reply me how can we reduce the stats gather time.
    Thanks in advance,
    Tapas Karmakar
    Oracle DBA.

    Enable tracing to see where the time is going.
    parallel 30 seems optimistic - unless you have a large number of discs to support the I/O ?
    you haven't limited histogram collection, and most of the time spent of histograms may be wasted time - what histograms do you really need, and how many does Oracle analyse for and then discard ?
    Using a block sample may help slightly
    You haven't limited the granularity of the stats collection to the partition - the default is partition plus table, so I think you're also doing a massive sample on the table after completing the partition. Is this what you want to do, or do you have an alternative strategy for generating table-level stats.
    Regards
    Jonathan Lewis

  • How to reduce time while deleting more than 300K records ?

    Hi,
    I am using SQL SEVER 2008 R2. I've a doubt, if there any possible to reduce executing time while deleting  more than 3 lakhs records. I will explain about the table structure. Table_Name : test. In that table have 15 Columns , 6 Indexes ,Foreign and
    Primary Key releationships. 
    Query :  DELETE FROM test WHERE roleid=1      [roleid is not primary key]
    Message: (308240 row(s) affected) 
    Time : 28 seconds.
    Cheers,
    RAM BHARATH

    Hi,
    I am using SQL SEVER 2008 R2. I've a doubt, if there any possible to reduce executing time while deleting  more than 3 lakhs records. I will explain about the table structure. Table_Name : test. In that table have 15 Columns , 6 Indexes ,Foreign and
    Primary Key releationships. 
    Query :  DELETE FROM test WHERE roleid=1      [roleid is not primary key]
    Message: (308240 row(s) affected) 
    Time : 28 seconds.
    Cheers,
    RAM BHARATH
    I suppose Roleid has index on it ?. 3 lac records getting deleted in 28 sec i think its ok as delete operation takes exclusive lock .Exclusive lock is not compatible with other locks so some delay might be expected 
    You should check blocking process if any by using sp_who2 to see if your process is waiting on any resource or is blocked by some other SPID.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How to see time taken of the footage in premier pro cs5

    Hi,
    I have captured the video footage from miniDV tape and brought it in premier pro cs5. I want to see the time at which the actual footage was recorded, not the file created or modified. For eg, 12th march, 2011 at 1.24PM. I tried to look under project panel and expanded it by pressing ~ key. On the right hand top fly out menu, pressed Metadata Display and searched under Premier pro project data and Basic. Couldn't find the right property to add. Any help appreciated.

    Window | Metadata
    -Jeff

  • How to reduce time when updating table with join of anther table

    Hi all,
    I am update table Policy1 using another table from other scheme
    Policy1 is in schema "TEST".
    TRN_POLICY_RISK_GIS is in Schema "TEST2".
    Now i am executing my query which is taking lot of time to update and make cpu utilization upto 45%.
    update policy1 set total_si = (select total_is from (select pol_sys_id,
    avg(nvl(pol_cvr_si,0)) total_si from TEST2.TRN_POLICY_COVER_GIS tpcg
    group by pol_sys_id ) b where p.pol_sys_id = b.pol_sys_id)
    Help to optimize to given query.

    update policy1    A
        set total_si =
           (select avg(nvl(pol_cvr_si,0))
               from TEST2.TRN_POLICY_COVER_GIS    B
              where B.pol_sys_id = A.pol_sys_id
    ;hopefully there is an index on TEST2.TRN_POLICY_COVER_GIS (POL_SYS_ID)

  • How to reduce the cloning time if using cold backup?

    Hi,
    We are using EBS r12 (12.0.6) with database 10.2.0.3 in Linux Redhat 4 32-bit envoirnment.
    Our datbase size is around 480 GB and we are facing the issues to provide the clone to my consultants for meet the target timelines in given time.
    (Source:)---- Production Dell R900 Server machine having 32-GB RAM and 8 Quard Core CPU's.
    (Target:)---- Clone Dell 2950 Server machine having 16-GB RAM and 4-Quard Core CPU's.
    Currectly we are taking cold backup like:
    1: Auto shutdown EBS r12 database nighthy at 12:00 AM daily and compress the backup using tar utility in linux. This process takes 6:00 hours aprox:
    2: After that we move compressed file to clone machine and then uncompressed it, and this process takes 5:00 hours aprox.
    3: And performe standard cloning steps.
    Questions:
    1: How to reduce time of this backup process?
    3: Is there any other way to reduce the cloning process.
    2: What type of backup oracle recommended to their customers for this type of process?
    Thanks.

    1: How to reduce time of this backup process?Without using third party tools, it might be hard to tune the timing of compressing/uncompressing the file.
    Have you tried to use scp command? This would help if your network throughput is acceptable.
    3: Is there any other way to reduce the cloning process.Since the main issue you have with the copy, then you might copy the files remotely from the source to the target, or using any other storage/backup tools (like file system snapshot).
    2: What type of backup oracle recommended to their customers for this type of process?Oracle does not recommend any type of backup as the tools used are not Oracle products.
    Thanks,
    Hussein

  • How to measure time in labview?

    Hello,
    I am using PCI-DAS card for Analog Input and Digital Output.
    In the Analog Input for the voltage measurement labview takes near
    about 1 second.But i want to reduce that time...means it has to take
    one reading only in some miliseconds and there is no loops nothing
    complicated just simple functions r there and as i run the vi it shows
    one voltage reading.
    I dont know how to reduce time period in this case.
    And another thing is that i am saying this 1 second as per my
    watch.but i want Labview itself shows the total time taken for the
    execution.
    Anybody knows about it please mail me and post the answer.
    Thanking You
    Safdar...

    In general AI, attached example should work (i.e. 6025E).
    This is however, an example for your reference only.
    Best regards
    ian
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com
    Attachments:
    example_AI_20041110.vi ‏51 KB

  • Process Chain - Follow on dependencies to DSO Activation

    Hi, I have a Data Load Process where the start routine is dependent on DSO data that was just previously activated.  For some reason it looks like the the time before the load and the time after the DSO activation are close by just seconds. 
    The Data Load Routine will drop records if the activated DSO data is not available and this seems like what I am witnessing.  I thought there was a way to configure the chain or job to wait until the previous is completely done.  or did that go away with 7.0...
    Is there a way to make sure the loading process doesn't start until the previous DSO activation is completed and the data is available?
    Thanks!

    Hi,
    Interuppt concept :
    If a process chain is only processed either in part or in its entirity if more than one start condition is filled, you use this process type to specify the additional conditions.
    The chain is started when the condition of the start process is filled. However, the interrupt process will interupt the processing of the chain (as long as its status is "active") up until the point at which the condition of the interrupt process is filled. Should the start process condition be filled again before the interupt process condition is filled, the chain will start again and will only run up until the point of interruption. As soon as the interrupt process condition is filled, the system continues the last run of the chain only. The earlier runs remain unchanged.
    The interrupt process schedules an additional background job that starts based on the relevant condition. Therefore the interrupt process is not really active during the interrupt phase; it does not use any resources during this time.
    If the interrupt processes are filled before the start process condition, the chain starts as soon as the start condition is filled; the interrupt process no longer interupts the chain because its condition has already been filled. If the interrupt process condition is is filled again before the start condition of the chain is filled, this does not influence the chain. It is not stopped by the interrupt process..
    so basically your interrupt will wait for an event like ex:..YABAP_YGTRFCEVENTRAISE_0035 ... so you can raise that event eother by some job or some program..bUt for you i think adding the waiting timw will be better option ..
    hope i cleared  you ..
    Regards,
    Shikha

Maybe you are looking for

  • MDT and Macs running Bootcamp – worked in MDT 2010, now does not in MDT 2012

    I haven’t been able to find much info on this so I thought I would try here and see if anyone can help.  We’ve been using MDT 2010 for the last couple of years to install Windows 7 on Macintosh’s running Bootcamp and it’s been working fine.  We recen

  • Avoid invoice split when header partner  is different

    Hi all, Here is my requirement. When I am trying to create consolidated invoice  from sales orders using VF01 due the difference in the header partner it is creating invoice split. But the requirement is if the difference partner function is ZU the s

  • AV receiver issues..No Sound?!!

    Hi, i have a Onkyo TX-SR308 AV receiver which i run my Mini Mac through. The video is not an issue, as in displays it finds the AV. however when i go into Audio there is no output showing the receiver; therefore i have to play all sounds through Mini

  • Page section question

    hello forumers. im following up on a tutorial,and when i import the excerscie files,as you can see on the left is the tutorials book panel  and on the right is my indeisgn book panel.the left hand panel(tutorials)has a page numbering section going fr

  • How to change the tooltip names for my navbar

    Hi, Does anyone know how to change the tooltop names on the navbar as i need it to say "Next" instead of "Forward" Thank guys