How to check total size of attachment stored in database?

Hello guys,
Firstly I'm new to this forum & SAP Basis. Therefore i want to apologize if i'm posting in wrong area.
Actually I want to know how to check total size of attachment that have been uploaded in ECC.
From the current database size, how can i check how much space have been used to store attachment such as pdf, doc, xls and tif. I  want to know how much space have been utilized by those attachments from August 2010 until now.
FYI, those are PR, PO & MIGO attachments.
Where do i start? What are the tables to check? Which table keeps record of the attachment size? etc.. etc..
Really appreciate if you guys can give me some guideline.
Thank you & Rgds,
fafizah.

Hi,
As such there is no direct way to do this but if you will able to find out which all table stores the attachment then you can find out the size of those table from database level.
Thanks
Sunny

Similar Messages

  • How to check image size in oracle 9i & 10g database

    hi,
    i have inserted an Image into a table in oracle database & I want to View the Query How to check image size in oracle 9i & 10g database
    thanks
    Edited by: user8920919 on May 30, 2010 1:43 AM

    user8920919 wrote:
    hi,
    How to check image size in oracle 9i & 10g database
    thanksWhat do you mean with "image size"?

  • Command for "How to find Cursor Size" in Oracle Stored Procedure"

    Hi
    Can u tell me....
    How to find Cursor Size" in Oracle Stored Procedure........
    I want command for that........

    why don't you try select count(*) from your_table;That requires running the same query twice - or rather running two different queries twice. Besides it still doesn't guarantee anything, because Oracle's read consistency model only applies at the statement level (unless you're running in a serialized transaction).
    This is such a common requirement - users are wont to say "well Google does it" - it seems bizarre that Oracle cannot do it. The truth is that that Google cheats. Firstly it guesses the number on the basis of information in its indexes and refines the estimate as pages are returned. Secondly, Google is under no onus to kepp all its data and indexes synchronized - two simultaneous and identical queries which touch different Google servers can return different results. Oracle Text works the same way, which is why we can get a count with CTX_QUERY.COUNT_HITS in estimate mode.
    Cheers, APC
    blog: http://radiofreetooting.blogspot.com
    .

  • How to check File size of a Text file.

    How to check File size of a Text file.
    please explain me.
    I am new in LabVIEW. and dont have much idea on this...;
    Prashant Soni
    LabVIEW Engineer
    Solved!
    Go to Solution.

    Hi Prashant,
    and here's what you get when using the LV help...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • HELP !!! How to check the size of an object in Photoshop ?

    Hello,
    I'm using Photoshop CS 3 to design a website. I used several shapes such as rectangle, line or ellipse of different size. Probably it is a stupid question but I don't know how to check the size of an existing rectangle. I tried free transform tool that selects my rectangle but doesn't show its size. Then I made a selection with rectangular marquee tool but I see nowhere the size of the selected area.
    If you know the name of such a tool please help me !
    Have a nice day !

    Web images are all pixels. View at 100% at pixel view. that is your exact size

  • How to check client size in SAP

    Hi All,
    I would like to check the size of production client so i can do system refresh to QA. I need to know how to check client size only not database size.
    Regards
    Atul-

    Hi
    Yes, there is a report called YSTABSIZ which can calculate the size of the client.
    1. Login to the target client ( for which the client size to be calculated)
    2. Run SE38 , execute YSTABSIZ by selecting the table *
    3. Execute the report in background
    Once the client is deleted, the space which is free can be used to fill in with newly added data
    but if you want to see the actual space reduction in DB02,it can be acheived only with DB reorganization
    OSS notes 118823 and  for this purpose
    Hope ths helps
    Please reward points
    Sunil

  • How to check total cost of a materaial month wise

    Dear all,
             Can any one know how to check total expense of a material in a month.
    Thanks
    Arun

    Hi,
    You can make a custom report for this.
    If you want to know generally there is a head count report available in OM

  • How to check relation between two tables in same database

    How to check relation between two tables in same database using Oracle SQL developer. Version 2.1.1.64

    Hi,
    Try this,
    SELECT   cons.owner AS child_owner, cons.table_name AS child_table,
             cons.constraint_name constaint_name,
             cons.constraint_type constraint_type, col.owner parent_owner,
             col.table_name parent_table, col.column_name column_name
        FROM dba_cons_columns col, dba_constraints cons
       WHERE cons.r_owner = col.owner
         AND cons.r_constraint_name = col.constraint_name
         AND col.owner = 'MY_USER'
    ORDER BY child_table;Thanks,
    Shankar

  • How to check total INBOX size of the user mailboxes

    Hi All,
    I issued the following command and the output as shown:
    /opt/SUNWmsgsr/sbin/mboxutil -l -p "user/*@a.com/INBOX"
    msgs Kbytes last msg partition quotaroot mailbox
    121 10731 2008/08/31 12:24 primary 51200 user/[email protected]/INBOX
    0 0 2008/09/01 09:57 primary 51200 user/[email protected]/INBOX
    88 17276 2008/08/31 12:24 primary 51200 user/[email protected]/INBOX
    2 561 2008/09/01 18:38 primary 51200 user/[email protected]/INBOX
    10 587 2008/09/01 14:30 primary 51200 user/[email protected]/INBOX
    0 0 2008/09/01 14:38 primary 51200 user/[email protected]/INBOX
    42 16649 2008/08/31 10:01 primary 51200 user/[email protected]/INBOX
    109 31564 2008/08/31 20:43 primary 51200 user/[email protected]/INBOX
    59 28990 2008/08/31 10:01 primary 51200 user/[email protected]/INBOX
    I would like to know total size of INBOX of a.com domain. Please help if you have idea.
    Following is my message server version:
    Sun Java(tm) System Messaging Server 6.2-7.05 (built Sep 5 2006)
    libimta.so 6.2-7.05 (built 12:18:44, Sep 5 2006)

    Yap wrote:
    I would like to know total size of INBOX of a.com domain. Please help if you have idea.You can use the awk command to sum up the individual sizes e.g.
    /opt/SUNWmsgsr/sbin/mboxutil -l -p "user/*@a.com/INBOX" | awk '{ sum += $2; } END { print "Total Size (Kb): " sum; }'Regards,
    Shane.

  • How to know total size of a folder? plz help

    hi,
    I want to know total size of a folder in which other folders & files r there. I know how to find the size of a particular file but not directory. Plz send me code.

    hi,
    I want to know total size of a folder in which other
    folders & files r there. I know how to find the size
    of a particular file but not directory. Plz send me
    code.you could write the code yourself. you could use a
    recursive method that builds a collection of files and
    then loop through each file and add it's size to a total.
    send a directory to this method, get a File[ ], then check
    file.isDirectory()
    if not, get the size, if so do file.listFiles() and go again.

  • How to check exact nuber of songs stored on iPod 2nd Generation?

    Hello,
    I would like to know how many SONGS (a number) are stored on my iPod Nano 2nd Gen. I can select the number of TITLES in Prefs on the iPod, but I do not really know if this includes Audio Books etc.
    iTunes 10.0.1 gives me no hint as far as I can see, just the total amount used for storing songs. Even in the list view I can't find a way to display the number of songs in that list.
    Any hint greatly appreciated!

    Hi, deggie, thanks for your reply. As you can see in my question, I had gotten as far as checking settings on my Nano already. Since it's a german language version Pod I get the item «titles» as opposed to the english «songs» version you obviuously do. So, a title can be a song but an audio book as well in my book (no pun intended). So I'd first have to remove all non-song titles from the pod which is no convenient option to get the exact number of – only – songs.
    Which in the end still does not anwer my question.

  • How to find total size of selected items in library

    My library contains much more than my 2GB Nano can hold. I frequently change the content of the Nano with songs and books. How can I keep track of the total size of items I'm selecting for the next Nano update to speed my update? Presently I can only guess what to unselect if the selections are of greater size than my Nano will hold.

    There is no direct way to accumulate total file size when selecting a subset of songs within the Library or a Playlist.
    The only way you can manage this is to create an empty Playlist that you can drag songs into. It will accumulate the total size of the songs as you deposit them into it (as described by StarDeb above).
    If you get to a size greater than the nano will hold, then remove one or more songs from that Playlist.
    There is no 'running-total' of only the selected items like Windows Explorer does. Sorry.

  • How to check the size of an info cube?

    Dear all
    Is there any t-code which can be used to see the total disk space occupied by a specific cube?
    I know ST14 can be used for the TOP 30 cubes and stuff.
    but my cube is not in top 30.....so how should i see the total size of my cube in bytes?
    please help me...i need it urgently
    Please dont recommend the SAP note on Sizing...i have it...the caliculation gave me wrong answer!
    Total Points assured!!!!
    Edited by: reddy reddy on Jan 27, 2008 9:34 AM

    Hi,
    we can calculate the size of the info cube.using this information
    Each keyfiure occupies 10 Bytes of memory
    Each Char occupies 6 Bytes of memory
    So in an Infocube the maximum number of fields are 256 out of which 233 keyfigure, 16 Dimesions and 6 special char.
    So The maximum capacity of a cube
    = 233(Key figure)10 + 16(Characteristics)6 + 6(Sp.Char)*6
    In general InfoCube size should not exceed 100 GB of data.
    While considering sizing, you must consider factors like years of data rewuired for reporting, acceptable repsonse time, database limitations, archiving options, etc.
    pl read this document:
    [https://websmp209.sap-ag.de/sizing]
    Hope this helps,
    regards
    CSM Reddy

  • How to find total size of RMAN backup files?

    Hi there
    env: Oracle 10gR2, RHEL 64bit
    My client has a production database where rman backups are taken: Level-0 backup every Sunday and Level-1 Monday thru Saturday.
    I have very limited access to this production database because it is being managed by third party and they won't provide me my required info (not sure why). I do not have access to their rman repository. To connect to the database I have to login to an intermediate server and then login to the database server. I have no access to Enterprise Manager. So in short, my access is limited. I want to gather the information on total size of rman backup files - both for a Level-0 and Level-1 backups separately. I understand that this info can be retrieved from rman repository. Are there any data dictionary views/tables where I may get this info?
    Best regards

    Hi,
    Have you searched in  forum check this:https://forums.oracle.com/thread/1097939
    HTH

  • Checking Maximum size limit of SQL-SERVER database.

    It is said that EXPRESS version of SQL server has SIZE_limit.. How can i check what size limit my database has using Management_studio_express??

    It is said that EXPRESS version of SQL server has SIZE_limit.. How can i check what size limit my database has using Management_studio_express??
    Yes it has limitations regarding CPU ,memory and database size.You can refer to below link
    http://msdn.microsoft.com/en-us/library/cc645993.aspx
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
    How do i check what is the size limit of my database??
    Common please do some basic reading before asking question.I am not discouraging you from posting but search not net how to find size of my SQL Server database you will get lots of link.Max size of your database will be max size supported by edition of SQL
    Server in your case since it is express 2008 r2 it will be 10 G.For current size please do as advised above
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

Maybe you are looking for