DB02 table space overview display wrong sizes

Hi all
I get this result when I run the transaccion DB02 and table space overview
Tablespaces: Main data   (Last analysis: 13.12.2009 04:00:29)
PSAPSR3                 55,000.00     2,458.31
PSAPSR3700           44,980.00     2,128.50
PSAPUNDO               5,060.00     4,921.94
PSAPTEMP               2,000.00     2,000.00
SYSTEM                                 880          14.38
SYSAUX                                 340          20.75
PSAPSR3USR                       20               14
Its displaying wrong informaction. The correct its the informatcion below and I get with a detailed analysis.
Tablespaces: Main data   (Last analysis: 21.07.2010 13:04:51)
PSAPSR3                     75,000.00     4,352.13
PSAPSR3700          44,980.00     1,634.44
PSAPUNDO              5,060.00     4,752.81
SYSTEM                                880     10.25
SYSAUX                                360     23.5
PSAPSR3USR                      20     13.31
PSAPTEMP                          0     0
I think is for the date of the last analysis, but I dont know how to update my table space overview analysis: i will appreciate it any one cant tell me how to update the analysis.
Best regards.
Edited by: Alvaro Olmos on Jul 21, 2010 8:16 PM

To refresh the table space overview do :
DB02 ->Refresh->there you will find two options choose second one
And it will refresh the tablespaces.
Or you can also schedule update stats job daily to update it automatically.
Regards,
Shivam

Similar Messages

  • How can i get the list of DB02's Table spaces-overview?

    Dear Experts,
           Could you help me about how can i get the list of DB02's Table spaces-overview? which function module can do it?
    Thanks a lot

    Hi,
    Execute this FM DB02_ORA_FILL_TD110
    U will get all the details of table spaces in the importing parameter TD110 of that FM.
    Reward if helpful
    Regards
    Vodka.

  • DB02 - space overview display zero values

    Hi Friends,
    When I executed DB02 t-code. I got zero values in the fields (Database, Users, Tablespace, Segments)
    I got the same with ST04 -> Space Overview.
    So, Please tell me the solution for this.
    Thanks & Regards

    Hi Varadhu,
    As per your guidance, I tried to check SAP_COLLECTOR_FOR_PERFMONITOR job which is scheduled hourly.
    It is executed successfully. But, When I checked the Job Logs , I found something wrong in this. I mention this as below:
    "Message text"
    Job Started
    step 001 started (program RSCOLL00, variant, user ID SHISHYA)
    Clean_Plan: Cleanup of DB13 Plannings
    Clean_Plan: Started by RSDBPREV on server sarswati
    Clean_Plan: Cleaning up jobs of system SD1
    Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error
    Clean_Plan: terminated with error
    REASON=Job error
    Database system not supported
    Job finished
    I have checked system time zone in the tcode STZAC which is correct.
    So, Please tell me how to resolve this issue.
    Thanks & Regards

  • File displaying wrong size.

    The file displaying the wrong size is Fallout New Vegas on a wineskin wrapper. The wrapper was 500 Megabytes. When I installed fallout New Vegas on the wrapper, it remained at 500 Megabytes. I had installed it on the Desktop and now my About my Mac is doing the same thing. It only displays the 500 megabytes the file shows. I clicked more info and it still said that. How do I fix this to display it?
    BTW, when I copy it, it says 8.33 Gigabytes and  that is it's correct size.

    The Mac is reporting file size in megabytes.  Windows is reporting file size in mebibytes.  The difference is that a megabyte is 1,000,000 bytes, while a mebibyte is 1,048,576 bytes.  This change was made in Mac OS X so that reported disk sizes would agree with manufacturer's claimed sizes...  most manufacturers claiming a size of 500 GB mean 500,000,000,000 bytes.  Mac OS X will also call that number of bytes 500 GB, while Windows will call it 465.7 GB.  That confused a lot of people.
    For more information, see:
    http://en.wikipedia.org/wiki/Gigabyte#Consumer_confusion

  • Display wrong size

    Hi,
    I had to hook my mac book pro up to a projector and had some difficulty getting the display to show up on screen.  We finally did, but when I disconnected the projector and restarted the laptop, my display size is off.  It has 1024 x 768 size, but it's too small so I'm using the 1024 x 768 stretch which looks off.  I'd appreciate any help. 
    Thanks!
    Faye

    the problem is here
    walls = new Rectangle(50, 50, WIDTH - 50, HEIGHT - 50);
    at best the right/bottom walls will equal the frame's dimensions. try it as
    walls = new Rectangle(50, 50, WIDTH - 100, HEIGHT - 100);
    but this won't get you exactly what you want, due to the titlebar height (30?)
    slightly different version
    import javax.swing.*;
    import java.awt.*;
    class DemoWormPanel extends JPanel {
        private static final int WIDTH = 600, HEIGHT = 400;
        public DemoWormPanel() {
            setBackground(Color.BLACK);
            setPreferredSize(new Dimension(WIDTH-100,HEIGHT-100));
        public static void main(String[] args) {
            DemoWormPanel wp = new DemoWormPanel();
            JFrame f = new JFrame();
            f.setLayout(new GridBagLayout());
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.add(wp,new GridBagConstraints());
            f.setSize(WIDTH, HEIGHT);
            f.setVisible(true);
    }

  • DB02 empty space overview

    Hello Experts,
    We are facing issue after implementing master note for Db correction 1456402 latest version, Db02 is showing zero values.
    Component level SAP-Basis 731.
    Data collector not updating the data.
    Searched SDN and performs all workaround but nothing works.
    Kindly suggest.
    Thanks in advance
    Vaibhav

    Hi Vaibhav,
    Could you check and implement solutions in SAP note
    Note 1002840 - No data or obsolete data in DB Space Statistic monitor
    Additionally check below sap note
    SAP NOTE 1850382 - DB6: Incorrect Data on History Screens, which contains corrections for SAP BASIS Release 7.31
    Hope this helps.
    Regards,
    Deepak Kori

  • Table space increasees in db2

    Dear team ,
    we are using ecc6+db2  found the problem in db02 table spaces dms/sms table spaces are reached 95% like BTABD ,BTABI
    etc tables please advice the steps how to increase the table spaces in db2.
    regards
    suresh

    Suresh,
    The following should help you. BTW is your DB not Automatic storage managed?
    http://help.sap.com/saphelp_sm40/helpdata/en/3d/da4d3c9bc34800e10000000a114084/content.htm
    A simple googling can always help
    Regards,
    Venkat

  • Help: JPanel/JFrame display complexities, wrong size

    I am trying to make a simple game of worms.I wan't to draw a rectangle in the center of the window where in the middle the game is played and on the outside score, lives and other such things are displayed. The problem is the rectangle won't draw properly because the window is the wrong size and I don't know if it is something I am doing wrong with the panel or frame.
    import javax.swing.*;
    import java.awt.*;
    public class DemoWormPanel extends JPanel implements Runnable{
        private static final int WIDTH = 600, HEIGHT = 400;
        private Graphics dbG;
        private Image dbImage;
        private Thread animator;
        private boolean running = false;
        private Rectangle walls;
        public DemoWormPanel() {
            super();
            setSize(WIDTH,HEIGHT);
        public void startGame() {
            if (animator == null) {
                animator = new Thread(this);
                animator.start();
            running = true;
            //defining game walls at 50 pixels within panel border
            walls = new Rectangle(50, 50, WIDTH - 50, HEIGHT - 50);
        public void gameRender() {
            if (dbImage == null) {
                dbImage = createImage(WIDTH, HEIGHT);
                if (dbImage == null) {
                    System.out.println("Error creating double buffer");
                    System.exit(0);
                dbG = dbImage.getGraphics();
            dbG.setColor(Color.black);
            dbG.fillRect(0,0,WIDTH,HEIGHT);
            dbG.setColor(Color.white);
            dbG.drawRect(walls.x, walls.y, walls.width, walls.height);
        public void paintComponent(Graphics g) {
            super.paintComponent(g);
            g.drawImage(dbImage, 0, 0, this);
            g.dispose();
        public void update(Graphics g){
            paint(g);
        public void run() {
            while (running) {
                gameRender();
                repaint();
                try {
                    Thread.sleep(1000/50);
                } catch (InterruptedException e) {}
            System.exit(0);
        public static void main(String[] args) {
            DemoWormPanel wp = new DemoWormPanel();
            JFrame f = new JFrame();
            f.setTitle("Worms");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.add(wp);
            f.setSize(WIDTH, HEIGHT);
            f.setVisible(true);
            wp.startGame();
    }Somewhere in there is my problem.
    What happens is that the right and bottom walls of the Rectangle are cut off of the screen because the window is not the right size. I changed the code to determine if the coordinates of the walls were accurate every iteration and they were. I also made it check the width and height every iteration by printing out this.getWidth() and this.getHeight() and found that instead of a 600 x 400 window, I have a 584 x 364. I also tried changing the panel and frame's size methods to make a new dimension instead of setting it directly from my constants and it had no effect. I also added directly to those constants to make it precisely 600 x 400 but the rectangle is still cut off, so maybe I also have a graphics issue. The only other potential issue I can think of is that I have Vista but I looked around here and searched google and found no similar issues to this.
    I am not new to java but I am also not advanced. I just started using java again after about 6 months and I have made a pong game before without this problem, on another computer though.I am at my wits end. I'll check for responses tomorrow and thank you for any help or insight you can offer.

    the problem is here
    walls = new Rectangle(50, 50, WIDTH - 50, HEIGHT - 50);
    at best the right/bottom walls will equal the frame's dimensions. try it as
    walls = new Rectangle(50, 50, WIDTH - 100, HEIGHT - 100);
    but this won't get you exactly what you want, due to the titlebar height (30?)
    slightly different version
    import javax.swing.*;
    import java.awt.*;
    class DemoWormPanel extends JPanel {
        private static final int WIDTH = 600, HEIGHT = 400;
        public DemoWormPanel() {
            setBackground(Color.BLACK);
            setPreferredSize(new Dimension(WIDTH-100,HEIGHT-100));
        public static void main(String[] args) {
            DemoWormPanel wp = new DemoWormPanel();
            JFrame f = new JFrame();
            f.setLayout(new GridBagLayout());
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.add(wp,new GridBagConstraints());
            f.setSize(WIDTH, HEIGHT);
            f.setVisible(true);
    }

  • Table spaces and extent sizes

    hi all,
    how can we set the table spaces and extent sizes

    Hi
    All the things you can do when you are trying to create a table.
    You create a table using SE11.
    After that you have assign the fields to the table and later you need to give the technical settings to a table.
    Here you need to specify the table size which you call it as Extents.
    Table spaces are also defined to a table there itself.
    Reward if useful

  • Table Space showing wrong data in ST04

    Hi All,
    We have oracle 10.2.0.4 installed and SAP SRM with latest kernel.
    When i login to SAP and check tablespace in st04 / DB02 it is showing PSAPSR3 TAble space auto extend as on, but i have deactivated the auto extend in all the table space.
    And for the same thing in DB check it is showing as CRITICAL_TABLESPACE having auto extend on as warning.
    Please let me know as it is creating problem in daily monitoring of the system
    Thanks & Regards,
    Balaji.S

    Can you once again check the value for max_extn for those table space?
    This error by brconnect is checked by calculating max_extn.
    You can also check Note 849484 - New CRITICAL_TABLESPACE check condition in BRCONNECT
    Thanks and Regards
    Anindya

  • List size of table spaces

    Hello,
    I would like to list the name and size of table spaces and also extend them if they are almost filled. Since I'm more familiar with T/SQL I would greatly appreciate your help

    SQL> select u.tblspc "TBLSPC", a.fbytes "ALLOC", u.ebytes USED, a.fbytes-u.ebytes UNUSED,
    2 (u.ebytes/a.fbytes)*100 USEDPCT
    3 from (select tablespace_name tblspc, sum(bytes) ebytes
    4 from sys.dba_extents
    5 group by tablespace_name) u,
    6 (select tablespace_name tblspc, sum(bytes) fbytes
    7 from sys.dba_data_files
    8 group by tablespace_name) a
    9 where u.tblspc = a.tblspc
    10 ;
    TBLSPC ALLOC USED UNUSED USEDPCT
    CARTEST_DATA 891289600 488701952 402587648 54,8308824
    CARTEST_IDX 83886080 46465024 37421056 55,390625
    CARTMPTEST_DATA 41943040 26935296 15007744 64,21875
    RBS 541065216 104857600 436207616 19,379845
    SYSTEM 471859200 373547008 98312192 79,1649306
    TEMP 209715200 58654720 151060480 27,96875
    6 rows selected.
    SQL>
    Joel P�rez

  • SQL1139n The total size of the table space is too big.

    Hi
    Our R3 QA system runs on Solaris 10, using DB6 822.
    We have now run into a problem, where we cannot extend a table. It is 66GB in size. Because the page file size is 8 kb, the limit is apparently 64 GB (we got it to 66GB).
    It seems we will have to increase the page file size to get past the problem, say 16k or 32k. The question is how?
    So far we have a framework in mind:
    Create new table
    Copy old table into new table
    Drop old table
    Recreate old table with bigger page file size
    Copy new table into old table (now this new /old is getting confusing..)
    Bob's you aunty, or something of that effect...
    Is the thinking correct? If it is I will need much more detail, as I am not too familiar with DB2.
    Thanks in advance!

    hi derik,
    the db6-specific limits for max tablespace/table size are
    64/128/256/512GB for 4/8/16/32KB pagesize.
    for problems like "tablespace/table reaches its pagesize dependent max. size",
    we (DB6 porting team of SAP) have developed a special tool/ABAP report called 'DB6CONV'.
    DB6CONV takes care of everything concerning a table conversion.
    it is in depth described in OSS note 362325. the report itself it delivered by means of a transport, which is attached to note 362325 and/or can be downloaded via sapmats.
    in your case you have to
    a) get the latest DB6CONV transport and import it into your system
    b) create a new tablespace with a pagesize >8k
    c) assign a new data class for this tbsp in tables TADB6 (for data tbsp) and/or IADB6 (for index/tbsp)
    d) run DB6CONV from transaction SE38 as described in note 362325
    to convert(transfer) the table that is at/near the size limit
    by specifying either target tablespaces or target data class
    e) DB6CONV will duplicate the table first into the new tablespace, then copy the data into the newly created table. this can be done either 'offline' (fastes way, but table is not accessible during the conversion) or 'online' (slow, but table is accessible the whole time - despite a short time period when the switch from original to target table is performed)
    please make yourself familiar with the tool and the documentation.
    and feel free to ask if you need more information or have additional questions/remarks.
    regards, frank

  • Information about table spaces.

    Hi!
    I have a requirement to   create a Bex by which I can display the  list of table spaces available and status of  those  table spaces like memory free, Used. Though we can get this information from  DB02  I need to generate a  report and  broadcast that to users.
    Can anyone help me in telling me the table name  where you can get the list of table spaces  and infomation or any function module which lists the  table spaces name and  status of them. 
    Regards
    Venkat

    Hello,
    Could you please share more information about this? We need to do the same thing. How did you create your generic datasource? what table/Function module did you used?
    Thank you
    Ramona

  • How to Access Table Space Map in Oracle 10g OEM

    How and from where to Access Table Space Map in Oracle 10g OEM ??
    Thanks

    Hi,
    first of all, the online help system of grid control is outstanding. Just click on Help in the upper right corner and enter "Tablespace Extent Map" in the search form.
    Result:
    Show Tablespace Contents Page
    Each Oracle database is divided into one or more logical units called tablespaces. You can use Oracle Enterprise Manager to manage these tablespaces and create or modify the parameters for the tablespaces. Use the Tablespace property sheet to set general and storage information for the specified tablespace.
    Use the Show Tablespace Contents page to display the list of tablespace segments that comprise the existing tablespace. You can display Tablespace Extents by choosing Show Tablespace Extent Map at the bottom of the page. An extent is a logical unit of database storage space allocation made up of a number of contiguous data blocks. One or more extents in turn make up a segment. When the existing space in a segment is completely used, Oracle allocates a new extent for the segment.
    You can view segment extents by clicking on the link in the Extents column to display the Extents in Segments page.
    You can display the Show Tablespace Contents page by choosing Show Tablespace Contents from the command drop down list on the Tablespace property page, the Tablespace View page, or the Tablespace search results page.
    Note: Developers could only display the tablespace map to a maximum hard coded number of 30,000 extents. Tablespaces are often larger than that. If a tablespace is larger than 30,000 extents, the portion over that is displayed as Unmapped. To avoid exceeding the memory capacity of the tablespace map and to display the map without unmapped extents, use a search criteria displaying results of less than 30K extents.
    For an overview of tablespaces, see the "Overview of Tablespaces " chapter of the Oracle Database Concepts Guide.
    For more information about managing tablespaces, see the " Managing Tablespaces" chapter of the Oracle Database Administrators Guide.
    For more information about managing datafiles, see the " Managing Datafiles and Tempfiles" chapter of the Oracle Database Administrator's Guide.

  • CMFCToolbar and CMFCMenubar displaying wrong tooltips

    Quastion asked also on
    http://stackoverflow.com/questions/29800791/cmfctoolbar-and-cmfcmenubar-displaying-wrong-tooltips
    Hello.
    I am using Visual Studio 2010, but I suspect the bug is still present on the 2013 version, as I compared the winfrm.cpp file and the OnToolTipText are exactly equal on the two files.
    The bug is happening always at the 7th, 8th or 16th element.
    Although separators count as elements for this counting, the tooltips do not appear over them.
    Element can be a textual MENUITEM, a POPUP menu or toolbar button.
    The string table defines are:
        #define IDS_SEVEN            7
        #define IDS_EIGHT            8
        #define IDS_NINE             9
        #define IDS_TEN             10
        #define IDS_ELEVEN          11
        #define IDS_TWELVE          12
        #define IDS_THIRTEEN        13
        #define IDS_FOURTEEN        14
        #define IDS_FIFTEEN         15
        #define IDS_SIXTEEN         16
    and the STRINGTABLE contents are:
        IDS_SEVEN           "Seven"
        IDS_EIGHT           "Eight"
        IDS_NINE            "Nine"
        IDS_TEN             "Ten"
        IDS_ELEVEN          "Eleven"
        IDS_TWELVE          "Twelve"
        IDS_THIRTEEN        "Thirteen"
        IDS_FOURTEEN        "Fourteen"
        IDS_FIFTEEN         "Fifteen"
        IDS_SIXTEEN         "Sixteen"
    So, when I hover with the mouse pointer the 7th, 8th or 16th element I get WRONGLY a tooltip displaying the string with that ID (Example:7th element displays "Seven").
    It happens with all my toolbars and all my menus with a sufficient number of items, including in the toplevel horizontal menubar.
    I discovered that the guilty function is:
    BOOL CFrameWnd::OnToolTipText(UINT, NMHDR* pNMHDR, LRESULT* pResult)
    as the nID local variable does not get the ABSOLUTE ID of the Command, but the POSITIONAL order of the button, starting with 1 instead of 0.
    If I would move the strings IDs out of that range, whenever a user wants to add new strings, the Visual Studio Resource Editor would see that space free and use it, filling it again. And the problem would happen again. So, it is not a valid solution.
    I could also define strings for all commands. But as we are maintaining four TFS branches at the same time and the change needs to go to all branches, this change would be potentially very dangerous when doing merges after.
    So, please what solution do you recommend to not display those stupid tooltips?
    UPDATE: I didn't copy the string table exactly as it was. It was like this:
        IDS_SEVEN           "Seven\nSeven"
        IDS_EIGHT           "Eight\nEight"
        IDS_NINE            "Nine"
        IDS_TEN             "Ten"
        IDS_ELEVEN          "Eleven"
        IDS_TWELVE          "Twelve"
        IDS_THIRTEEN        "Thirteen"
        IDS_FOURTEEN        "Fourteen"
        IDS_FIFTEEN         "Fifteen"
        IDS_SIXTEEN         "Sixteen\nSixteen"

    In the update I put a stringtable more similar to the one I had. I had not noticed before a common feature of 7, 8 and 16 th strings: they all had '\n' characters in their contents.
    I think nobody will create a menu with more than 512 menuitems nor toolbars with more than 512 buttons, so my solution was to change all strings containing '\n' characters with an ID below 512 to numbers above 512.
    And it works.

Maybe you are looking for

  • Problem in Filling Pool, In ConnectionPooling Code:Urgent Plz

    Hi All, I m using this program for Connection Pooling. import java.sql.*; import javax.sql.*; import java.util.*; import java.io.*; import javax.naming.*; public class ConnectionPool implements Runnable{   private DataSource datasource;   private int

  • Using wildcards in RDBMSRealm

    Hello. I'm using WLS 5.1 with SP6 running on JDK1.2.2, platform is Windows NT Server 4.0 SP6. I want to know if there is a way to use wildcards to create entries for RDBMSRealm. The reason I want to use wildcards is that if I create an entry in the A

  • Purchase Requisition development

    Hello, Actually the purchase requisition is not readyly available in SAP MM therefore kindly let me know how to create the same and send me the screenshort for the same. thanks sujatha

  • Cool copy/paste web app for iPhone

    Hi, check the Clippy web app from http://clippy.soft-use.com/ that supports copy/paste between webpages in iPhone. Its really cool. Here is a link for the Youtube video: http://www.youtube.com/watch?v=v_N6JOY4TFg It can copy images and url links from

  • Ancient MySQL problem, still unsolved

    For the longest time, I've had a strange problem with MySQL. Basically, after a certain amount of time--it could be a few days, or a couple weeks--its CPU usage will go from around 20% to 80%, with exactly the same load. If I shutdown MySQL and resta