Any way to find out where the tablespace being used during a timeframe

Hi All,
I have a very generic question:
We have a daily report for tablespaces info in our production env. In has 30.97% free space in a tablespace on 6/27/2009. On 6/28/2009 it reported only has 1.53% free. I would like to know which segments all the space went during this time period. I looked in the dba_extents but could not see any time related info which tells me when the extents be allocated. Can anybody share this info with me?
Thanks a lot for your help in advance!
Shirley

What version of Oracle? What edition? Are you licensed to use AWR functionality?
If you are on 10.1 or later, use the enterprise edition, and are licensed to use AWR (which generally requires the Diagnostics & Tuning pack), you should be able to query DBA_HIST_SEG_STAT (the SPACE_ALLOCATED_TOTAL and DELTA columns as well as the SPACEUSED_TOTAL and _DELTA columns).
Justin
Edited by: Justin Cave on Jun 29, 2009 12:36 PM

Similar Messages

  • Is there any way to find out where a standard text is used?

    Is there any way to find out where a standard text is used?
    We can see the text from SO10, but i want to find out where it is used.

    HI
    juct check out this thread
    How to find Standard Text
    a similar query is answered here
    hope this helps
    regards
    Aakash Banga

  • HT204347 Serial number for macbook pro (stolen - any way to find out what the serial number of it was ? I didn't keep a note of it and don't have the original receipt / box.... thanks :)

    Macbook pro laptop stolen - any way to find out what the serial number of it was ? I didn't keep a note of it and don't have the original receipt / box.... thanks

    The only other way would be through Apple, assuming you bought it at an Apple store or at least registered it. Stop by the store or call their support number.

  • Any way to find out where most of the memory is being taken up?

    I've got a G4 Tower with the latest 10.5 OS. I have an 80 GB drive, with 19 GB remaining.
    Single clicking on Mac HD, then "apple i" shows me this.
    Is there any way to find out more specifically where most of the memory is being taken up?
    Say, what folders are the biggest in size, and where they are? I'd like to delete any unwanted crap if i could...
    Thanks.

    Photecs wrote:
    I've got a G4 Tower with the latest 10.5 OS. I have an 80 GB drive, with 19 GB remaining.
    Single clicking on Mac HD, then "apple i" shows me this.
    Is there any way to find out more specifically where most of the memory is being taken up?
    It's not memory, it's disk space which is a different thing.
    you can figure out what's taking all the space using 3rd party tools like [Whatsize|http://whatsize.en.softonic.com/mac], [Omindisksweeper|http://www.omnigroup.com/applications/omnidisksweeper>, [Disk Inventory X|http://www.derlien.com> or [Grandperspective|http://sourceforge.net/projects/grandperspectiv>. there is also a terminal method described on [this page|http://homepage.mac.com/francines/articles/TigerMisc.html].
    Say, what folders are the biggest in size, and where they are? I'd like to delete any unwanted crap if i could...
    Thanks.

  • Is there a way to find out where iMessages are being sent from? I've received messages from an unknown email that are offensive and considered to be harassment.

    Is there a way to find out where iMessages are coming from? I've contacted security personnel at my school and I'm brig harassed. I just want it to stop.

    '''Here is an update to my former response.'''
    Here is a safe way to look at an email which you think is suspicious:
    * right click on the message and select 'Save As'
    * the file name will be the email subject followed by an extension of .eml
    * store it in a folder you can find easily, such as your Documents
    * using your file explorer, right click on the file name and open it with Notepad or a similar text editor (NOT Thunderbird!)
    * even though the format is not easy to read, you should be able to see who sent it to you, and also read the message text.
    Since you are looking at the message in a text editor, there is no chance a link can activate something bad. I have used this method many times, and have found several spoofs of email names of my friends.

  • Is there a way to find out if the projector is used from cd or dvd?

    I have a projector which includes options for user to permanently edit some texts. These functions will not work if the projector is used from cd or dvd, because texts can't be saved. Is there a way I could find out if the presentation is used from cd or dvd, so I could hide the editing features and show them only when the projector is used from a hard drive or usb memory stick.

    code would like something like this*:
    driveLetter = the first char of the moviePath
    driveType = baDiskInfo(driveLetter, "type")
    if  driveType = "CD-ROM" or driveType = "DVD-ROM" then
    -- do your stuff here
    end if
    *modify to fit your project
    You could also use FileXtra's fxObj.fx_VolumeIsCDROM() too:
    driveLetter = the first char of the moviePath
    fxObj = xtra("FileXtra4").new()
    isCDDrive = fxObj.fx_VolumeIsCDROM(driveLetter)
    fxObj = 0
    if  isCDDrive then
    -- do your stuff here
    end if

  • How to find out where the tablespace physical file *.dbf ?

    How to find out where is my tablespace physical file *.dbf ?
    Can I increase tablespace_name: TEMP and how to increase it.
    First, I need to know where is the TMP *.pdf file, am I right?
    Thanks in advance

    This forum is for issues with the SQL Developer tool. You'd get more response in the General Database forum.
    Have fun,
    K.

  • My  daughter got an itunes gift card and scratched off the redeem code.  Is there any way to find out what the code was?, my  caughter got an itunes gift card and scratched off the redeem code.  Is there any way to find out what the code was?

    Ny daughter got an itunes gift card.  She scrathed off the entire redeem code, so now she can not redeem it.  Is there any other way to find out the redeem code?

    Try Here  >  http://support.apple.com/kb/TS1292
    If no joy...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    And there is this...
    http://www.apple.com/hk/en/support/itunes/store/giftcard/

  • Is there any way to find out "Where am I" after a Field has been clicked?

    My question refers to the "Mouse Up" JS which are so frequently associated with a Field.
    I tried this code:
    console.println(this.rect);
    and the output was: "undefined".
    I then tried this:
    console.println(this);
    and the output was: [object Doc]
    so, I guess I am making progress, but I am too high on the object hierachy.
    What I need is the rect or the name, or some way to determine which of the many fields with identical code has been clicked.
    That kind of generalization (same code in many fields) sure saves a lot of time and coding.
    TIA,
    -Ramon

    As noted you can use the 'event' object's 'rect' property to get the quads, corner' points of the field that you clicked on. You can also access other event properites in the same way like 'event.target.name', 'event.targetName', or 'event.type' for example. Using the 'join()' method can provide a clearer listing of the quads for for the event, console.println(event.target.rect.join(", "));'

  • Is there any way to find out what the Ext Id is that is assigned to CRM records

    Whilst there is a lot of confusion as to when and where you use this field and what is the unique record key for some, I have understood that however what I am wanting to find is excatly what is the external ID that was assigned to the CRM record when it was first imported. I can't find any report or other means for getting this info and without it I can't re-import record updates.
    A method for resolving the issues with CRM updates would simply be if the CRM module provided the following
    An export facility as in the Web Apps and Products to simply export the full record with all fields in the same order as required for import
    The ability to attach to that export a slected extended CRM layout
    That he export record also included as the first field the BC CRM ID (this is the one thing we know to be unique no matter what)
    With the above and changes to the import to reference the CRM ID (for existing records) we would indeed be able to apply email address updates to existing records via batch import.
    This seems to be a rather obviuous and simple solution unless I am overlooking something. At present the CRM export / import functions are a serious weakness for large database updates and not having the ability to also import bulk deletes is a major drawback on our ability to maintain and manage the CRM integrity. As it stands, if you have been hit by spammers and have hundreds or thousands of delinquent entries in yoru CRM then you have no choice but to leave them in place and if you used a form that by default subscribes them to your mail list - I gave up on that.
    My last comment relates to the data pass that is done as part of the import - is it not possible to report on all records that will fail to be imported instead of one at a time?  If you want to reduce the load on teh system having a single pass to list all errors and list this so you can read it before the error message fades before your eyes would not be an unreasoonable request. I loath facing imports for this very reason.
    Please BC - when are you going to get around to correcting this major shortcoming in a critical aspect of the solutions we deliver.
    Greg

    Condolences. You can't retrieve the existing password, but you can reset it. See the section on "Resetting the original administrator account password" in this support article:
    http://support.apple.com/kb/HT1274
    Regards.

  • My dad died and I never got his password to update his computer.  Is there any way to find out what the PW is or to change it?

    I need to retrieve the password to my Dads computer, how can I do it? I need to be able to update it.

    Condolences. You can't retrieve the existing password, but you can reset it. See the section on "Resetting the original administrator account password" in this support article:
    http://support.apple.com/kb/HT1274
    Regards.

  • How do I find out where the missing filter is used?

    After upgrade, Premiere CS4 is complaining missing filter upon opening a CS3 project.  How do I find out where the filter is used?
    Thanks!

    When I have opened older Projects in later versions, I have gotten a very useful dialog screen, telling me of missing Transitions (exact name and TimeCode), and of missing Effects. Do you not get such?
    When you Open the CS3 Project, is any Clip flagged?
    Considering how well PrPro has picked up on missing 3rd party stuff, I would be surprised, that it did not give you all of the necessary info.
    Good luck,
    Hunt

  • I activated an iTunes gift card, my iPod showed the amount available ($15) and after downloading 2 songs all I had left was $.04.  Any ideas on what happened to my funds or how I can find out where the rest of the money went?

    I activated an iTunes gift card, my iPod showed the amount available ($15) then after downloading 2 songs my balance was $.04.  Any ideas on what happened to the rest of my funds or how I can find out where the rest of my money went?

    - Have youwent to yur iTunes account looked at your puchase history for purchases thant y might have forgotton?
    - Maybe you had an unpaid balance before redeeming the card.
    - Contact iTunes
    Apple - Support - iTunes - Contact Us

  • Is there any way to find out the serial number to an old ipod that i cannot find?

    theres a recall on the od ipod nanos the 1st generation ones and i purchased one and im not sure when and currently i am unaware of the whereabouts of the ipod. is there any way to find out the serial number without actually finding the ipod to confirm when i purchased it? thank you any help will be appreciated.

    iPod: How to find the serial number

  • Any way to find out which apps I use the most?

    Sometimes there are apps that I don't realize I use a lot. Is there any way to find out which apps I use the most, so I can put those on my first home screen?

    I'd keep and eye on your multitask bar. This tells me what apps I use and often forget I've been in that day.

Maybe you are looking for