Which objects are in buffer cache? How much space is each taking up?

Hi All,
I am on Oracle v 11.2.0.2 (64 bit) RedHat.
I want to find out which objects have presence in buffer cache? and how much space each object is taking up in buffer cache?
I googled around and found few queries based on view x$bh. But when tried to run those on my database, I cannot find x$bh (the user has SELECT_CATALOG_ROLE privilege). Is there any other view holding same information as x$bh?
Thanks in advance.

Be careful, there is quite a bit of misinformation floating about the net about querying v$bh. What exactly do you want to know, that is, what do you want a user to do with the information?
Edit: Oh, you said x... Why the x$bh view does not exist?
Edited by: jgarry on May 16, 2012 2:58 PM

Similar Messages

  • How to find out how much space apps are taking

    i don't know when this happened but i'm using about 85gb of my 250gb hard drive, when it used to be around 50gb. so i was wondering why when i look at itunes music it shows how much space it's taking the bottom, but if i go to the app section of itunes it only shows '198 apps', but not how much space it's taking? do the apps that i have in itunes take up space on my hard drive and how do i find out how much? also i see in finder that i have some previous itunes libraries, is it safe to delete these, some are from 2008. thanks for any help.

    No. It does not do that.
    Just about anything from your Home directory where your files are kept can be deleted or moved.
    Outside of the Home directory you have to be careful since you don't want to destroy your system.
    If you have large folders or files outside of your Home directory, please ask first before moving or deleting.
    Allan

  • Is there any command/query/etc, which would allow to understand what database objects (for example tables) are consuming memory and how much of it?

    TimesTen Release 11.2.1.9.6 (64 bit Linux/x86_64)
    Command> dssize;
    PERM_ALLOCATED_SIZE:      51200000
      PERM_IN_USE_SIZE: 45996153
    PERM_IN_USE_HIGH_WATER:   50033464
    TEMP_ALLOCATED_SIZE:      2457600
    TEMP_IN_USE_SIZE:         19680
    TEMP_IN_USE_HIGH_WATER:   26760
    Is there any command/query/etc, which would allow to understand what database objects (for example tables) are consuming memory and how much of it?
    tried to use ttsize function, but it gives some senseless results – for example, for the biggest table, tokens, it produces following output (that this table is 90GB in size – what physically cannot be true):
    Command> call ttsize('tokens',null,null);
    < 90885669274.0000 >
    1 row found.

    Are you able to use the command line version of ttSize instead? This splits out how much space is being used by indexes (in the Temp section of the TT memory segment), which I think is being combined into one, whole figure in the procedure version of ttSize you're using. For example:
    ttSize -tbl ia my_ttdb
    Rows = 4
    Total in-line row bytes = 17524
    Total = 17524
    Command> create index i1 on ia(a);
    ttSize -tbl ia my_ttdb;
    Rows = 4
    Total in-line row bytes = 17524
    Indexes:
    Range index JSPALMER.I1 adds 5618 bytes
      Total index bytes = 5618
    Total = 23142
    Command> call ttsize ('ia',,);
    < 23142.0000000000 >
    1 row found.
    In 11.2.2 we added the procedure ttComputeTabSizes which populates system tables with detailed table size data, and was designed to be an alternative to ttSize. Unfortunately it still doesn't calculate index usage though, and it isn't in 11.2.1.

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • 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.

  • Which objects are recorded in a TBOM?

    Hello all,
    In a dynamic recording of the TBOM for the BPCA, what level of objects is recorded?  For example, does it capture every field on the screen?  Does it capture a field even if the user recording it does not click onto that field?  Does it record fields in tabs that the user did not view?
    We are trying to figure out how detailed we have to be in recording these TBOMs to catch the information we want.
    Thanks,
    Michele

    Hi Michele,
    Please have in mind that during the dynamic TBOM creation all objects
    that are executed/touched during the execution of the transaction are
    recorded. You can look at which objects are in the TBOM by cklicking on
    the 'Display TBOM content' icon on the TBOM screen in the project.
    You can also check whether TBOMS for your project have
    been recorded.
    You can do this in transaction SOLAR_EVAL by executing the report
    'Test -> Business Process Change Analyzer - TBOM Analyzer' for
    your project.
    The following document explains all necessary steps for BPCA in detail:
    https://websmp107.sap-ag.de/~sapidb/011000358700000932192009E
    Kind regards,
    Fabricius

  • How do I determine how much space is left in different content areas?

    I don't know if anyone can help, but I am trying to determine
    how much space has been used up in various content areas of our
    Intranet.
    The first content area has been limited to 700 Mb. The used
    space is showing as -28.152 MB (-4%).
    The second content area has been limited to 225 Mb. The used
    space is showing up as 27.844 MB (12.4%).
    Please could you explain the difference between numbers with a
    minus sign in front of them, and those that have no minus sign.
    I am confused as to whether we are over the quota of documents
    added to either of the areas, although we have had no reports of
    users not being able to load documents.
    Thanks very much
    Kate

    Hi Jerry
    Thanks for getting back to me.
    The database we are on is 8.1.6.3 and we are running Portal
    version 3.0.8.9.8.
    All of the documents that are loaded on to our Intranet have
    been loaded via the standard content management tools which are
    part of portal.
    Is there anything we can do to rectify this problem?
    Thanks very much
    Kate

  • How do I find how much space specific documents, applications, music files, etc. are taking up on my hard drive?

    I checked out my hard drive and found it is getting rather full.  Disk Utilities gives me an overall picture of how much disk space is being used and how much remains, but I'd like to find out which individual files may be hogging space.  The Finder window doesn't give that individual information.  I can find out how much space each item takes by clicking info on each, but there must be a more efficient way of finding this information simply by clicking on folders.

    Not free but this is one option.
    http://whatsizemac.com

  • Is there a app that will tell all apps that are running and possibly how much battery power they use?

    Is there a app that will tell all apps that are running and possibly how much battery power they use?

    You don't need an app to do this.  Here's how you get the battery info.  Go to Settings>More>Battery. This will show you all the active apps and their individual battery usage.

  • How can you tell how much space is being used up by your iTunes...I am trying to figure out how much space I will need to transfer my iTunes library to an iPod and which iPod to select?

    How can you tell how much space is being used up by your iTunes...I am trying to figure out how much space I will need to transfer my iTunes library to an iPod and which iPod to select?

    Start up iTunes, and select Music, then click Songs.
    Down at the bottom of the iTunes window, it will tell you how much space your library occupies.

  • How do find out how much space I have in iCloud? How do I see what I have there? How do I see how much a pay for it?

    It is probably easy but ...
    (1) If I want to see my account, how much do I pay each year, how much space do I have for storage what link do I use ... everything goes to support and explanations ...
    (2) How do I access iCloud Storage? What if I need more?
    (3) What is the difference between iWork and iCloud
    (4) I am worry about security with everything moving to iCloud ...
    How can I control the security of my contacts, back up space, etc.

    Go to System Preferences>iCloud - there is an indicator at the bottom of the pane showing how much of your storage you are using.
    The basic account of 5GB is free. Additional storage for Backup, Documents etc: additional 10GB, $20 p.a., 20 GB, $40 p.a., 50GB $100 p.a. (note that this is not iDisk-type storage for any type of file).
    iWork is a set of three programs available in Mac and iOS versions - Pages, Numbers and Keynote. iwork.com was an online storage for posting iWork documents - it's closed and its functions superceded by iCloud.
    Your iCloud account is as secure as your password, so make sure it's a strong one - at least 8 characters (12 is better), one of which must be lower case, one upper case and one a numeral (no odd characters), and not your birthday, dog's name, or 'password'!

  • How much space left for the new System Restore Point(s) creation ??

    Sir,
    MY LAPTOP : single OS, windows 7 sp1 , ultimate 64 , 2gb ram , 4ghz processor, 
    kaspersky antivirus full, 
    total hard disk 150gb, C: 38.9gb,  11.2 gb free space on C: ,
      allocation for SR Points for C: 2.73gb (7%)
    PROBLEM:(SR Point: System Restore Point)
    sir, i am facing a problem of false reporting of the space occupied by a SR Point and so, it is unable to know how much space is left for new SR Points such that the old ones dont get eliminated. Here it is always increasing as the time progresses
        1. I created a SR Point at 9:21PM space occupied being shown 114.97mb
       2. The same SR point showing the space occupied at 9:23pm 115.06mb
       3. After 20 hours it is being shown as 272.36mb !
       4. After sometime ,it would show the space (occupied) even more than the actual allocation for eg. 
    the full allocation is 2.73gb and it will show 3.1gb occupied by the same single SR Point
          [for solution of the problem i am managing the single SR Point that is by not doing anything that will     trigger the creation of new SR Point(s) ]
    SNAP 1 : plz see only one SR Point is there on c:(the other one is system image back up on another drive)
    SNAP 2 : Plz see that the space occupied by the same single SR Point is 276.50 mb which was 114.97 mb initially.SORRY , ONLY TWO IMAGES ALLOWED!
    HISTORY : since last 6 months the laptop is with me and when I received it, system protection was off. When I made it active , it used to create SR points very frequently for e.g. 10 points in 2 days. So I stopped its automatic creation
    2 months back. I disabled  both the triggers and the task.
    SNAP 3 : both the triggers and task disabled.
    NOW
       (.) it makes restore points either manually (by me) or by system in the case of install or updates only,
     And I am comfortable with it !
       (.) SR Point restore is full success !
       (.) but the PROBLEM is there !
    So,
    Is something wrong going to happen to the hard disk ?
    Is it a malicious  activity ?
    Does a full defragmentation for a drive deletes all the restore points on the drive ? (it happens here!)
    How should I proceed ?

    If you are being told you cant post a link, or embed a picture (or any other restriction) you just need to post to this thread saying your account has not been validated
    Look for the verify your account thread that is stuck to the top of the page.
    http://social.technet.microsoft.com/Forums/en-US/home?forum=reportabug
    Read more here http://social.technet.microsoft.com/Forums/windows/en-US/9fe32cfb-ed1c-4b9d-93d9-7ff32b0106a3/verify-your-account-16?forum=reportabug
    Wanikiya and Dyami--Team Zigzag

  • How much space on my disk do I need to download English Adobe Photoshop Element 10?

    How much space on my disk do I need to download English Adobe Photoshop Element 10?

    Which operating system are you using?  The file sizes are different depending on your OS.  In general though if you got 10 to 15 gigabytes of disk space you should be more than fine.  If you are under 10 gigabytes it might be a good idea to do some spring cleaning on your computer to start freeing up some space.

  • 8GB vs. 16 GB - How Much Space Taken by Default Apps?

    I plan to use the Touch mainly for calendar, contacts, task (Data-Wiz) and browsing web and e-mail. Maybe a few songs, but focus is on getting organized through access to above info which will be synced with Outlook 2007 on Windows desktop.
    Question - how much space do the default apps take up?
    My Outlook pst file is 70 meg.
    E-mail is 328 meg, but is the e-mail downloaded to the Touch or just viewed online?
    From what I know now, the 8GB Touch seems more than satisfactory in terms of capacity. What are your thoughts?
    Thanks.
    Mark

    i don't think that was the question Mark, but i think the answer is a similar one.
    as far as i know the OS software (which is basically all the default apps, and is the same for all available sizes) takes up something like a GB of space, so 7GB out of an 8GB, and presumably 15GB of a 16GB iPod touch is left for the user to put their things on it.
    when you add details to it, it obviously takes up more space, but not much. (i'm afraid i'm not sure enough to be more accurate).
    really the major consideration for which size to go for, is how much music/podcasts/video you plan to keep on it. most apps only take up a few MB, though there are a few which are much larger.

  • How much space does iOS takes?

    Dear Apple Support Community,
    I want to know how much space does the iOS takes (installed) on a default iPhone 4 for all it's versions (eg. latest iOS 3, latest iOS 4 and iOS 5).
    Watching the 2011 WWDC keynote on iOS 5, you will see a handful of new functionalities being added that will take the user experience even further, which is great!
    But if you have minimum technical background, you know that more features means more lines of code, and this WILL take some extra space on your device. Also, iOS is an ever-changing product distributed over the web, but the iPhones have always the same hard-fixed ammount of storage space (only changes if you buy a new device).
    This is what I'm looking for:
    iOS 3.5.1 -> 1,2 Gb
    iOS 4.3.3 -> 2,1 Gb
    iOS 5.0.0 -> 2,9 Gb
    ** those are fictitious values, most probably not the actual ones **
    Important: I'm just curious about it, I don't find this being a big issue as 16 or 32 gb of space is pretty much. Even if the OS takes 2~3 gigs out of it, there's still plenty space for everything you need on the go.
    Thank you very much!!

    Something like 660MB, apparently:
    http://en.wikipedia.org/wiki/IOS_%28Apple%29

Maybe you are looking for

  • Random Screen Saver: How to remove iPhoto Library ?

    When you tag "Use Random Screen Saver" in the System Preference Pane, the Screen Saver browses all the iPhoto Library. How is it possible to get rid of that, as the "minus" button is not working (anyway it is grey for all the directories in the list)

  • MANDT in Select Query  ---- Urgent

    Hi, Will the passing of MANDT field in a select query makes the difference performance wise?? i.e, if I pass the MANDT (key field in all the tables) while querying a table, Will it give me a different result performance wise?? Can you attach some SAP

  • Migrating Catalog 10.1.3.2 to 10.1.3.4

    I've just installed a new OBI-EE instance based on version 10.1.3.4 and have migrated my objects from our older 10.1.3.2 server. My installation is valid, as I have no problem bringing up the samplesales and paint demos. (Running on windows 2003 - 2-

  • Kodak versus Shutterfly Print Quality

    [Thought I posted this yesterday, but can't find it; apologies if duplicative.] Although I want the convenience of creating albums and ordering prints of point-and-shoot snapshots through PE 4 from the Kodak Easy Share Gallery, after a test I noticed

  • 10.0.1 update corrupted media

    After updating to 10.0.1 any footage has, what I can only explain as highlight or blacks warning flashes in green, white and red? Its affecting existing projects plus any new media imported into FCPX.... I've updated to Lion just in case that was the