Find out how much data is in a certain table

Hi experts,
I have deleted a lot of entries in a certain table by running the reorganisation-reports in SAP.
Now I know that the table do not change its size because of the HWM. So new data in the table will be inserted in the freed blocks. Now I would like to know how much data remained in the table.
So e.g. the table was 100 GB the size before reorganisation. Now I have deleted a lot of entries and I would like to know, how much data remained in the table. I know that I can find out the average line size and number of entries in DB02old but this is imprecise for me.
Any idea?

Hi,
you can use the PL/SQL procedure DBMS_SPACE.SPACE_USAGE for that, if your tablespace is created with auto segment space management.
Documentation: http://docs.oracle.com/cd/E11882_01/appdev.112/e16760/d_space.htm#CACBDJIH
Regards
Stefan

Similar Messages

  • Want to find out how much data a Web Service is sending to client (JWSDP)

    Well, the subject line didn't fit what I was intended to say, so if you don't get what I am saying in the subject line, I am sorry.
    My question is... I have a Web Service client that uses stub classes generated by wscompile in JWSDP. I am wondering, it there a way to find out how much data the Web Service is sending back to my client.
    The reason I asked is this, I used WebLogic 7.0 workshop to create a Web Service and also used JWSDP to create the same Web Service which deploys to Tomcat. The generated WSDL files from WebLogic workshop and JWSDP that expose the same functionalities have differences. The WSDL from WebLogic workshop is 1.5 times the size of the WSDL from JWSDP. When I tested both with client programs, calling the Web Service in Tomcat (which uses JWSDP to built) is much quicker than calling the Web Service in WebLogic.
    For this reason, I would liked find out if the Web Service from WebLogic is sending more data than the one created with JWSDP.
    Thanks.

    I've used the TcpTunnelGui utility to see the HTTP flowing up and down the wire, that might help you.

  • Is there a way to find out how much data was used over the lifetime of my phone (cumulative cellular and wifi)?

    Is there a way to find out how much data was used over the lifetime of my phone (cumulative cellular and wifi)?
    I was just curious

    Given that the phone doesn't track how much data is used over WiFi, no. And cellular data usage can be reset.

  • How can I find out how much data an update takes

    I have only limited access to data, unless I'm paying big overage charges.  Thereforre I want to know before hand how much data i will download with each update.  No information appears to be available when you want to update your pages, numbers or keynotes.  This applies to apps in MAC.  I operate wit Yosemite OS X. on on a 27inch Mac #)^ GHZ Intel Core 2 Duo. any info would be great.  Thanks.

    Besides the good ideas given so far, you could look into a few Support
    Sites for information such as the App Store as suggested to read each
    item that appears to be available for your existing system version...
    And consider looking through this page and adjoining links within it for more:
    •OS X - Recent Software Updates - Apple Support:
    http://www.apple.com/support/osx/software-updates/
    I've been fairly aware of the limitations and bandwidth overage charges or
    a reduction in available access to the internet when & if one runs over...
    And there is plenty of useless stuff loaded in web pages that can waste it.
    Hopefully you have a good archive to save the important download versions
    (& backups) so you may be able to use them again offline, when possible.
    Good luck & happy computing!

  • I need to find out how much wifi data my apps are using. I have a very limited amount of wifi data, and I am exceeding my monthly allowance. Apparently, even apps I think are not open are sending/receiving data through the wifi and using up my allowance.

    I need to find out how much wifi data my apps are using. I am on a very limited amount of WiFi data each month, which I am regularly exceeding. I have been told to work out which of my apps is using the data. Also, I think I have closed an app by double clicking the home button, then swiping the app up - is this the way to close it, or will it still be sending/receiving data?

    Go into your Settings : General : and turn off background refresh for your apps.  In Settings : Mail  turn Fetch new data to OFF and Load Remote Images to OFF.  This will mean that Mail will only check for messages when you actually use it, and all your advertising junk mail won't have all the images in it.
    Turn off push notifications every chance you get.
    Make sure you are actually quitting apps:  to quit apps press the Home button twice and you should see a bunch of smaller screen images for every open app.  To quit the app swipe from the screen image (not the icon) upward off the top of the iPad.  You can swipe left and right to see more open apps, but there must be no left-right movement on the screen when you swipe upward to close the app.
    Turn off your internet connection when you do not need it.  The easiest way to do this is to swipe up from the bottom of you screen to get the control centre, and then touch the airplane to turn on airplane mode.  You can repeat this sequence to turn it back on again when you need it.  Most especially turn airplane mode on whenever you are sleeping your iPad for long periods.  This will save battery life too.  OR actually turn your iPad off - which means holding the power key down for several seconds until the red swipe bar appears, and then swipe to turn it off.  If you go this route, note that it will take longer to turn on then it takes to wake from sleep.

  • How to find out how much space is left

    Hi,
    I know Oracle XE has a 4GB user data limit, and a 5GB overall limit. Using APEX you can find out how much space is left via the administration section.
    I'm going to upgrade to APEX 3.0 for testing. However APEX 3.0 will not show me how much space I have left since it's not explicitly written for Oracle XE. What query can I run to find out how much space I have left?
    Thanks,
    Martin

    The following should give you the same results as XE administration => storage :
    select total, allocated, 100 - allocated / total * 100 percent_free
    from (select 5120 total, sum(bytes)/1024/1024 allocated
    from dba_data_files
    where tablespace_name != 'UNDO')

  • Is there a way to find out how much storage I have used on my iphone4s?

    I am new to icloud and want to back up my phone but it is saying I have too much data to back up to the free 5.0GB.  I can purchase more but note sure how much I will need.  Is there a way to find out how much storage my phone is currently using?

    Go to Settings - General - Usage, and you will see a breakdown of all your apps along with how much space they are using.
    My guess is that you have a lot of pictures that should probably be exported to your PC/Mac to free up your space.   5GB is a lot for one phone, you should be able to get by without buying more storage if you do a little housecleaning first.

  • Where do I go to find out how much memory I have left?

    Where do I go to find out how much memory I have left?

    Use the Settings app.
    Settings > General > Usage
    You should see how much storage space is used on your device and how much remains. It takes a little while for the apps section to update but that area will tell you how much storage is being used by each app. Tapping on the > next to an app will provide information on how much storage the app requires and how much is being used by data and files.

  • How to find out how much bytes/ diskspace a tables uses ?

    Hi out there,
    How can I need find out how much bytes/diskspace (data & index) a certain tables(BKPF/BSEG)  uses ?
    Thank You
    Best wishes Martin

    Hi Orkun,
    do You know who its works for clustered tables ?
    For BKPF the amount I get seems to high.
    For BSEG the amount I get it seems to low.In fact uts the initial allocated size).
    To me it seems that DB02 is based on the native (Oracle) SQL table names.
    The (ABAP Dictionnary Tablenames) are not 1:1 equivalent to native (Oracle) SQL table names.
    Thank You !
    Martin

  • How do I find out how much of my hard drive space is used up

    I have a Mac OS X Version 10.7.5. Processor 2.66 GHz Intel Core 2 Duo; Memory 2 GB 1067 MHz DDR3. Computer is running very slow. I cleared downloads and reset Safari, emptied trash, etc. How  can I find out how much space I have left on my hard drive?

    As you appear to have at least OS 10.7 installed, you can simply highlight your hard drive and press the SPACE bar to get this:

  • How do I find out how much memory can my macbook upgraded?

    How do I find out how much memory can my macbook upgraded?

    You can use either Everymac http://www.everymac.com/ or the freeware MacTracker http://www.mactracker.ca/
    to get the info if you don't want to share the specs of your MacBook here.
    Regards
    Stefan

  • HT1689 How do I find out how much is left in my iTunes account on an iPad with retina display? I've swiped to the bottom of the screen to look for it, I've looked in settings and everywhere else I can think of! Help please!

    How do I find out how much is left in my iTunes account? I've looked all over and can't find it!  Help!

    In the iTunes or App Store app, go to the Featured Tab, and swipe all the way to the bottom.
    On the button that has your Apple ID it should state your account balance under your Apple ID.
    If it doesn't. Tap on the button to bring up your Apple ID. At the top of the window that opens there should be a line that reads: "Apple ID Balance:"  and the amount you have.

  • How do I find out how much space OSX and applications are taking up on my HDD?

    I am thinking of moving my OS and all applications to a SSD to free up space on my MBP.
    My question is how do I find out how much space OSX and installed applications are taking up on my HDD so I know how big the SSD needs to be?  Also, what is the best way to move these files across to the new SSD once installed?
    Many thanks,
    Andrew.

    If you do command-click or right click on your hard drive and select get info, it will tell you how full the HD is.
    there are some apps that can show you exactly how big particular apps are
    GrandPerspective
    Disk Inventory X
    I replaced my internal drive with a SSD for performance reasons a few months ago. There are a number of ways to move your files over to the new SSD. I am a fan of the clean install, which might take a bit more time and effort but results in a very fast and trouble free mac. An easy way to do this if you are replacing your internal drive is to put the old drive in an external drive enclosure. Then you install the new SSD and install mavericks on it. In my case I used Diskmaker X to make a Mavericks installer (DiskMaker X (formerly Lion DiskMaker) . Then you can reinstall your apps from scratch, and finally move your documents over from the external drive.

  • How can I find out how much space my photo library is taking up on my hard drive?

    How can I find out how much space my photo library is taking up on my hard drive?

    Lizz Holmes wrote:
    How can I find out how much space my photo library is taking up on my hard drive?
    Locate iPhoto Library (the default location is <~/Documents/Pictures/iPhoto Library>), select it, and choose File > Get Info.

  • Is there a way to access iCloud to find out how much storage space I need to install music on iPhone? Genius Bar was not very helpful...

    I have several questions I could not get answered yesterday...
    Does the number of songs listed on iPhone represent music available on iPhone or in iCloud.
    How do find out how much space of music you have in iCloud you need for iPhone to download all music?
    Is there a easier way to get the music available in iCloud downloaded to iPhone without separately downloading each album separately?
    Last question...if the music is not downloaded...does it get played at all when on wi-fi?

    Gordon49 wrote:
    I have several questions I could not get answered yesterday...
    Does the number of songs listed on iPhone represent music available on iPhone or in iCloud.
    Both. If you have the setting to "show all music" set to ON you will see all music that is available. If the setting is set to OFF you will only see music that is stored locally on the device.
    Gordon49 wrote:
    How do find out how much space of music you have in iCloud you need for iPhone to download all music?
    iTunes Match does not use your iCloud storage.
    Gordon49 wrote:
    Is there a easier way to get the music available in iCloud downloaded to iPhone without separately downloading each album separately?
    Music can be downloaded by Album, Artist or Playlist. Or you can disable iTM, sync music via USB, then re-enable the iTM service.
    Gordon49 wrote:
    Last question...if the music is not downloaded...does it get played at all when on wi-fi?
    Yes.

Maybe you are looking for