Query not performing well

Hi,
We are trying to load data from R/3 46c to BW31. This load takes no more than 2 hours max generally. At times we have noticed that it takes exceptionally more time like 10-12 hours . .
On checking I found that it generally gets stuck like in COVP . .though it keeps on reading thru this . . but is takes lot of time . program which it uses is SAPLBWOMR
and the query is given below. How to tackle this . .we tried identifying where there is some contention because of which this is happening . but no luck . .All the indexes for the tables behing this view are standard ones . .
SELECT
  "BEKNZ" , "BELNR" , "BELTP" , "BLDAT" , "BUDAT" , "BUKRS" , "BUZEI" ,
  "FKBER" , "GJAHR" , "GKOAR" , "GKONT" , "GSBER" , "KOKRS" , "KSTAR" ,
  "KWAER" , "MATNR" , "MEFBTR" , "MEGBTR" , "MEINH" , "OBJNR" , "OBJNR_N1" ,
  "OWAER" , "PAROB1" , "PBUKRS" , "PERIO" , "PERNR" , "PFKBER" , "QMNUM" ,
  "SGTXT" , "TWAER" , "VERSN" , "VRGNG" , "WERKS" , "WKFBTR" , "WKGBTR" ,
  "WOGBTR" , "WRTTP" , "WTGBTR"
FROM
  "COVP"
WHERE
  "LEDNR" = :A0 AND "OBJNR" BETWEEN :A1 AND :A2 AND "WRTTP" IN ( :A3 , :A4 ,
  :A5 ) AND "TIMESTMP" BETWEEN :A6 AND :A7 AND "MANDT" = :A8#

Hi Vijay
Contact with your basis team and try to find out the stastics of the table which your using ..
1)Ask them to run Compute build stastics on this table
2) Check the distinct values for the columns.
your basis team will be having the idea about the above mentioned things ..check with them..
bye
Shu Moh.

Similar Messages

  • Dell Studio 17 Graphic Card is not performing well, Can I update the driver

    I just purchased Dell Studio s17-169B. The graphic card in this laptop is Intel Graphics Media Accelerator 4500MHD. However, when I check graphic driver through device manager, I have found that driver is for Mobile Intel 4 series express chipset family with version 7.15.10.1576. My question is: can I download Dell Studio 1737 Intel Mobile Graphics Media Accelerator 4500MHD Driver A03 to update my current gtaphic driver so that the graphic display can be improved? Otherwise, I may return this laptop back to Bestbuy. Thanks for your input.

    Define "not performing well"...
    If you're playing 3D games, you will find that the 4500MHD is going to be lacking in general regardless of the driver installed.  Any Intel GMA series integrated graphics solution is going to be at the bottom of the barrel in terms of 3D performance.  In most cases, the only thing worse than a GMA series accelerator is an older GMA series accelerator.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • I purchased iphone 4s 32 gb in oct 2014 still battery not performing well

    i purchase iphone 4s 32gb in oct 2014 but still battery not performing well,i stop already all app n also wifi off,brightness down,vibration mode off but i am still failure

    Where have you tried to get help?
    basics from the manual are restart, reset, restore.
    If that fails, then make an appointment at the genius bar.

  • I have Airport Extreme as the base unit and an Express unit in a room separated by a brick wall to improve signal. Express shows a green light indicating signal but my iPad does not perform well. How can I improve other than hardwire ethernet connection?

    I have Airport Extreme as the base unit and an Express unit in a room separated by a brick wall to improve signal. Express shows a green light indicating signal but my iPad does not perform well. How can I improve other than hardwire ethernet connection?

    Other suggestions, and more info about the nature of the problem, may be in this Apple tech note.
    http://support.apple.com/kb/HT1365
    For example, you might find that the brick wall is not the only problem. There may be other devices pumping out enough wireless interference to be making things even worse.
    I agree with Bob Timmons that Ethernet is best and most reliable. And that powerline (which I use) is easier and potentially faster than wireless...but only if your power lines do not have electrical devices plugged in which produce electrical noise on the line. Powerline will be slower than Gigabit Ethernet.
    Ethernet cable is the only way to ensure that the signal goes directly there in a shielded way for a clear fast signal. Wireless and powerline are much slower because of all the other things the signal has to fight past to get to the other device.

  • Reports not performing well

    Hi all,
    I used to have a RPD & Webcat in windows server 2008 environment. Reports used to perform well and retrive data fast. Recently it was moved to linux machine. The perfomance was badly degraded. Reports not retrieving fast. They are dead slow.
    Linux Machine has 8GB RAM, and Windows has 16GB RAM. Can it be one of the reasons?
    Where all areas I can check to let the linux machine perform well?

    Hi, thank you so much for the reply.
    Could you please tell me how can I increase the Heap Memory size?
    And also one more question is that, when want to look at the query that is getting generated from Manage Sessions it is telling No Log Found. Could you please tell me why is this happening?

  • How do I get refund for App not performing well? Report problem link takes me to these discussion boards

    I downloaded this App for ringtones (Ringtones 500.000) , purchased a full version of it, so I should be able to download unlimited number of ringtones. The problem is, it won't let me download any ringtones after 10, which is how free version of this App performs.
    I have contacted developers, but they keep sending the instruction book to me with step-by-step inforamtion, which is out of date itself, but that is not a problem, I think in my case.
    When I try to report a problem to Apple , using hte link on my receipt, it just takes me to a page with discussion boards and FAQ.
    I would like to get $1.99 back instead of troubleshoot this any longer, because it seems App help support people are not understanding the problem.
    I did try re-loading the App -didn't help either.
    Thank you!

    Welcome to the Apple Community.
    Apple's policy on sales of digital content is that all sales are final. If however you wish to appeal to Apple, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.
    Currently, if your purchase happens to be your most recent purchase you will not be redirected to the report form, in this case use the report a problem option from the invoice that was emailed to you.

  • SQL query not working well

    Hi,
    I made a small table with 5 rows and want to make them an sql consult using rownum
    so I'm running
    select * from mytable where rownum = 1;and it gives me the first row but if I change the 1 for a 2 or 3 or 4 or 5 it's says that theres nothing :S
    why?????????????????????
    but if i change for between 1 and 5 it gave me the 4 rows :S :S
    why???????????????????

    AlanWms wrote:
    try this:
    SELECT *
    FROM (
    SELECT bne.*, rownum myrow
    FROM BAN_EVENTOS_CONFIRMACION bne WHERE ROWNUM <=5)
    WHERE myrow = 2;
    Wrong!!! Rows in table are not stored in any specific order. Rows are fetched based on execution plan. So if execution plan changed query will retrieve same rows but they can be fetched in a different order. Bottom line only ORDER BY guarantees order. Without ORDER BY there is no sense to talk about first row, second row, last row or any row position.
    SY.

  • Kernel regression : iwl-legacy/4965 not performing well with 4965AGN.

    Hey guys I just updated the kernel26 package via pacman not too long ago and noticed after upgrade I had worse than usual wireless performance.
    I upgraded from 2.6.38-ARCH to 2.6.39-ARCH.
    Heres an output of iwconfig :
    wlan0 IEEE 802.11abgn ESSID:"MySSID"
    Mode:Managed Frequency:2.412 GHz Access Point: MyMac
    Bit Rate=24 Mb/s Tx-Power=14 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=55/70 Signal level=-55 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:5 Invalid misc:33419 Missed beacon:0
    I notice that there is a large Invalid misc value and the connection even had a couple of Tx excessive retry errors, I also notice that my wireless bandwidth is quite weak (I had a G rate of 54 Mb/s pre upgrade). I used speedtest.net to check my internet speed and noted that my connection speed had halved (7 mbit as opposed to 15).
    Oh and if this helps here is an output of dmesg |grep 4965 :
    [ 5.842556] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
    [ 5.842578] iwl4965: Copyright(c) 2003-2011 Intel Corporation
    [ 5.842580] Registering 4965 rate control operations
    [ 5.842643] iwl4965 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 5.842651] iwl4965 0000:03:00.0: setting latency timer to 64
    [ 5.842678] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
    [ 5.915174] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5
    [ 5.915192] iwl4965 0000:03:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    [ 5.915451] iwl4965 0000:03:00.0: irq 48 for MSI/MSI-X
    [ 6.017997] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24
    [ 6.401528] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
    and an output of lspci | grep 4965 :
    03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
    I connect to my network with WPA2(AES) encryption and I'm using NetworkManager for my networking management.
    If theres any other info that I should share to help solve this problem please let me know.
    (P.S. I'm a new convert to Arch and I've been finding it great!)
    -MDstr
    Last edited by MDstr (2011-06-13 13:43:24)

    djpohly wrote:qelo: what kind of card do you have?  Maybe we have a different problem from the OP...?
    I have 4965AGN. I can use wifi if I have very good link quality but even then I have many "Tx excessive retries" and "Invalid misc".
    $ uname -r
    3.0.0-rc3-mainline
    wlan0     IEEE 802.11abgn  ESSID:"x"
              Mode:Managed  Frequency:2.427 GHz  Access Point: xx:xx:xx:xx:xx:xx
              Bit Rate=13 Mb/s   Tx-Power=15 dBm
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=37/70  Signal level=-73 dBm 
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:12688  Invalid misc:27437   Missed beacon:0
    [   13.522300] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
    [   13.522369] iwl4965: Copyright(c) 2003-2011 Intel Corporation
    [   13.522503] iwl4965 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [   13.522603] iwl4965 0000:04:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
    [   13.561536] iwl4965 0000:04:00.0: device EEPROM VER=0x36, CALIB=0x5
    [   13.561613] iwl4965 0000:04:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
    [   13.989978] iwl4965 0000:04:00.0: loaded firmware version 228.61.2.24
    [  151.653373] iwl4965 0000:04:00.0: iwl4965_tx_agg_start on ra = xx:xx:xx:xx:xx:xx tid = 0
    [  155.353370] iwl4965 0000:04:00.0: iwl4965_tx_agg_start on ra = xx:xx:xx:xx:xx:xx tid = 0
    [  276.389009] iwl4965 0000:04:00.0: Aggregation not enabled for tid 6 because load = 1
    [ 1190.419959] iwl4965 0000:04:00.0: iwl4965_tx_agg_start on ra = xx:xx:xx:xx:xx:xx tid = 6
    [14916.337475] iwl4965 0000:04:00.0: iwl4965_tx_agg_start on ra = xx:xx:xx:xx:xx:xx tid = 0
    [17726.030890] iwl4965 0000:04:00.0: Aggregation not enabled for tid 6 because load = 0
    [21043.402115] iwl4965 0000:04:00.0: Aggregation not enabled for tid 6 because load = 1
    [22137.197869] iwl4965 0000:04:00.0: iwl4965_tx_agg_start on ra = xx:xx:xx:xx:xx:xx tid = 6

  • GTX 770 in Premiere Pro 5.5 not performing well.

    I bought a GTX 770 to improve the mercury playback performance in Premiere Pro 5.5. So far I see no improvements at all over my previouse 9600 GT card. Am I wasting my money and should I send it back, or are there some settings that I´m missing? I have added the GTX 770 to the cuda supported card list and switched on mercury playback in Premiere. I have also checked that cuda is enabled for Premiere Pro in the Nvidia control panel.

    cinemaor wrote:
    I have this setup:
    CPU: i7 920, 2.67GHz
    Ram: 12Gb
    HD: SSD
    I guess, from what I can read of the table I belong in the GTX 650 segment, so I´m not that much of. Anyway after reading the link John posted it cleared up a couple things for me. CUDA only accelerate some effects while I thought it would enhance everything. I tried putting Magic lantern 5D3 raw footage in the timeline and was hoping it would play smoothly. I was also hoping the dynamic link from after effects would perform better with nativ 5D3 HD material.
    The slow CPU (unless heavily overclocked) and the low amount of RAM are your two bottlenecks. In addition, the version of Magic lantern you used might not support GPU acceleration in Premiere Pro CS5.5 (if it doesn't, then the renders will be entirely in software-only mode).

  • MDX Query Not Working Well

    Hi guys,
    I created a calculated member using the following MDX query;
    CALCULATE; 
    CREATE MEMBER CURRENTCUBE.[Measures].[Dispute Accepted]
     AS 
            SUM(EXISTING([Measures].[Dispute Logged],([Dispute Status].[Status].&[Accepted]),([Date of Transaction].[Date].[All]))), 
    FORMAT_STRING = "Standard", 
    VISIBLE = 1 ,  DISPLAY_FOLDER = 'Dispute Management'  ;  
    And this is the output i got when I tried to browse the cube. Please can someone help me and check what is wrong with the query. Thanks
    me

    Hi lilutchay,
    Since this issue is related to Analysis Services, I will move this thread to Analysis Services forum. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.  
    Thank you for your understanding and support.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • ATI Radeon 9600 graphics card not performing well-fix or upgrade?

    In my PPC Dual G5 I have the ATI Radeon 9600 XT. In trying to use Keynote's QuickTime export I encountered severe lag problems. part of this is how Keynote handles the QT export, and part is due to the Radeon (I've been through lots of technical troubleshooting on the Keynote Apple forum on this.) The current recommendation is to use Snapz Pro to do a screencast of the presentation. I ran into out-of-sync issues with this file, and sent a test off to Ambrosia (makes of Snapz Pro). He reported that it was my video card, and that it output fine on a current MB Pro.
    I have checked the ATI/AMD website and called their TS. They consider the G5 installed card to be OEM, and there is no driver update for it. There isn't one on the Apple site either. Is there an easy SW test to see if the Radeon has had some sort of performance degradation issue? The Ambrosia tech said I should be getting better performance with it.
    Any insight to this? If I do have to upgrade the card, what is the best current match for the G5?

    In my PPC Dual G5 I have the ATI Radeon 9600 XT. In trying to use Keynote's QuickTime export I encountered severe lag problems. part of this is how Keynote handles the QT export, and part is due to the Radeon (I've been through lots of technical troubleshooting on the Keynote Apple forum on this.) The current recommendation is to use Snapz Pro to do a screencast of the presentation. I ran into out-of-sync issues with this file, and sent a test off to Ambrosia (makes of Snapz Pro). He reported that it was my video card, and that it output fine on a current MB Pro.
    I have checked the ATI/AMD website and called their TS. They consider the G5 installed card to be OEM, and there is no driver update for it. There isn't one on the Apple site either. Is there an easy SW test to see if the Radeon has had some sort of performance degradation issue? The Ambrosia tech said I should be getting better performance with it.
    Any insight to this? If I do have to upgrade the card, what is the best current match for the G5?

  • Battery is not performing well

    my battery life is not 8 hours its life span is less than so how can i get more life spanned battery

    Yes,  It's a fairly simple replacement.
    http://www.ifixit.com/Device/MacBook_Air

  • My E5 not performing well

    Dear
    I have purchased E5 mobile  last 5months back, i have enfough memory in Phone morethan 3MB  but the its asking delet some data from phone memory b'coz memory low
    pls advise me how how to addrees
    santhosh

    Please see these threads for suggestions:
    /t5/Eseries-and-Communicators/e5-Memory-Full/td-p/780338
    /t5/Eseries-and-Communicators/Nokia-E72-log-file-on-phone-memory-increasing/td-p/615813
    The fix isn't necessarily straightforward, but hopefully the above will help.

  • Muse Site not performing well on Apple devices

    Dear Muse enthousiasts,
    I recently made my first site for a customer in Muse: http://www.mentinkhairstyle.nl
    Everything seems to work ok on most devices, except for apple stuff. I got several reports of issues on iphones and ipads. Android and Windows show the site correctly.
    The most prominent issues I bump into are bad scrolling and problems with the typekit font which is used on the site.
    The effects I used in the site are motion scroll and opacity.
    Any suggestions that lead to solving the problems are welcome! If you need me to provide any related files, please ask me!
    Thank you all in advance!
    Tamás

    Hi Tamas
    I checked your site in iPhone, iPad,Google Nexus and Android phone.
    The scroll with text works fine as the opacity changes with scroll of page.
    Please provide more details as if any specific browser or device is used.
    Also if you can upload screenshots , then it would be help.
    Thanks,
    Sanjit

  • When is a valid query not valid when made into a subquery?

    I have a query that works great, but when I wrap a "select * from ( [insert regular query here] ) t_inline_view;" around it, it fails with an error of "ORA-02016: cannot use a subquery in a START WITH on a remote database".
    For details of my problem, please refer to this other thread:
    Receiving ORA-02016 error in ApEx, but not TOAD or SQL Workshop
    My main query, which performs well and works like a charm, contains remote database links, a hierarchy query "start with ... connect by ....", and some unions. The original query is in the previous thread for you to review if you like.
    I am simply asking what syntax/method/etc. is being used in my query that is causing it to break as a subquery, but work as a regular query? If it's easier to just give me a link to some documentation describing all the things that will cause a query to not be a valid subquery, that is fine with me.
    Shane.

    What is it you want to know not contained in the
    error message text?You're kidding me, right? The real weird problem is that my query already has a "start with .... connect by ...." in a subquery against a remote database. If I took the error at face value, I would expect to get that error even when running my query as a stand alone query. It doesn't error until the entire thing is a subquery. I'm just trying to understand what's wrong with my query and why it seems to error when it shouldn't and why it doesn't error when it seems like it should.
    If that doesn't help be sure when you post here to
    include full version information.The database running the query is 9.2.0.4 and remote database where all of the objects are stored is a 9.2.0.8 database.
    The docs on "START WITH" can be found at
    http://tahiti.oracle.com.
    Thanks. I checked the 9iR2 documentation and found this. I am familiar with what it means by a "scalar subquery expression." The link I found is http://download.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_103a.htm#2075989. I found the "START WITH Clause" section by doing a "find" when the page loaded.
    Shane.

Maybe you are looking for

  • Unable to add network printers from Windows Server 2012 R2 to client running Windows 7 Pro x64

    New Windows Server 2012 R2 Standard in the environment.  Added print services to it and added five HP printers to it and shared them.  Also deployed the printers via group policy. Clients are running Windows 7 Pro x64.  The group policy fails to inst

  • Onscreen Keyboard gets smaller and smaller

    Dear Reader. Because of impairment I heavily depend on onscreen keyboard. But strange things happen with lion: the onscreen keyboard got smaller and smaller. Now it is this tiny, that I even don't have access to the + button to restore the size. Only

  • Is request.getContextPath() necessary?

    I used to start a URL with request.getContextPath() for navigating any JSP files inside of the application. Since I can't pass it into a Javascript, I have a URL without it. The approach seems working so far. Does that mean that it isn't necessary to

  • Apple ID disabled and no reply from Apple?

    Hi everyone I have been using itunes for a while and have found it to be the worst experience ever. If I buy $400 gift cards then I can only use $200 because when I go above $200, I get a message that says I need to contact Apple support and at this

  • Bought ringtone using iPhone - Sync to computer and no ringtone

    I recently used my iPhone to download a ringtone. The ringtone was working until I synced my iPhone to my MacBook Pro. iTunes says that my computer is not authorized to play the ring tone. The ringtone shows up in my iTunes, but is no longer on my iP