Who is using up all my space?

Hi. I'm very new to Oracle and have run into a situation.
We have a 11g db server that we've hardened via CIS Security Configuration Benchmark. When our application (HP Operation Manager) attempts to write to one of his tables, we are seeing an error message indicating that we've exceeded quotas (in our application logs). A best as I can figure, the application is connecting to the DB as opc_op. When I log in a opc_op and select from session_priv;* I see UNLIMITED TABLESPACE. From my understanding this privilege overrides any quotas that's in place.
My question is how do I accurately determine who is writing to a particular tablespace?
TIA,
Bert

Odd;
Try this with your tablespace :
col segment_name format a22
col ts_name format a8
col owner format a8
select ds.tablespace_name                               ts_name
      ,ds.owner                                         owner
      ,rtrim(ds.segment_name||' '||ds.partition_name)   segment_name
      ,substr(ds.segment_type,1,7)                      typ
      ,to_char(ds.extents,'999')                        exts
      ,to_char(ds.initial_extent/1024,'9,999,999')      initial_K
      ,to_char(ds.next_extent/1024,'9999,999')          next_k
      ,to_char(ds.bytes/1024,'999,999,999')             size_k
      ,do.created                                       created
      ,do.last_ddl_time                                 last_ddl_time
from sys.dba_segments ds, sys.dba_objects do
where ds.tablespace_name =Best Regards
mseberg
Edited by: mseberg on Mar 28, 2012 8:36 AM

Similar Messages

  • I have CC and everytime i do a update or install a program i get a 32 bit and 64 bit version which is using up all my space on my harddrive. i have 2 versions of everything

    I have CC and everytime i do a update or install a program i get a 32 bit and 64 bit version which is using up all my space on my harddrive. i have 2 versions of everything

    mrhtaylor
    If you are on windows computer,  navigate to  Control panel >  Programs and features.
    Then Locate the Adobe products and right click on it, then choose uninstall.
    In the uninstaller window you may uncheck 64 bit and uninstall only 32 bit,  may also do wise versa.

  • Problem with ytdump-200.6.1.1-1377716466. It is a, "Yahoo crash log", uses up all free space on C: drive

    Your Question:
    Ever since my firefox was updated to be more compatible with Yahoo I have a terrible problem with ytdump-200.6.1.1-1377716466. It is a, "Yahoo crash log dump", that fills up all the free space on my C: drive drive, no matter when and how many times I erase it, and no matter what I remove from the C: drive.

    What was involved in making Firefox more compatible with Yahoo? Assuming that the "yt" part stands for Yahoo Toolbar, you could disable that temporarily to see whether that resolves the issue.
    Try here:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Disable the Yahoo toolbar(s) and if a link appears to restart Firefox, click that as the last step.
    Note: if you have any unsubmitted forms you are working on, it's probably best to finish your work before restarting Firefox.

  • ITunes not allowing use of all free space allocated to music - 1Gen shuffle

    I'm wondering why my iTunes won't allow me to completely fill the space on my 1st generation iPod shuffle that's been allocated to music. About 1.5 mb is reserved for other data, and the rest is for music, which is how I want it. But I can only ever fill about half of the storage space allocated to music, and there doesn't seem to be any way for me to alter this, as there's no slider on the storage bar - not that I should need it. I know I've been able to adjust this in the past on another computer, but I can't do it anymore; at least not on my current computer. The syncing will stop when it's half full, and if I try to manually drag songs to the iPod it'll just tell me there's no more room.

    maybe half of your disk on your ipod shuffle is corrupt (meaning broken) or itunes is reserving more roomfor data than you think, but those are just guesses meaning I might not be right at all.

  • Migration says it will use up all HD space

    I want to migrate from a G4 to a Mini both running 10.5.2.
    My first attempt (to get familiar with the migration tool) said it would not run because it would fill the Mini's HD. I went back to the G4 and blew away some applications and old documents but I don't understand why I would have gotten the message. I should have enough room but there may be something I don't understand about migrate.
    My assumption is migrate will attempt to transfer apps and users, but does it also try to migrate anything from the OS?
    Thanks
    Tom

    The migration assistant is very buggy between PowerPC and Intel. It is better to use this article to migrate between systems that are PowerPC and Intel:
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=30

  • Time Machine using up all space on Time Capsule?

    Hello all,
    I just came across a post which states that Apple does not recommend using Time Capsule for anything else than Time Machine because Time Machine would eventually use up all the space on Time Capsule.
    Would seem like a lot of wasted space to me (I have a 2TB TC), and while the family uses Time Machine with this TC, we are using TC to store all the family's media in separate files as well, so everyone can take just the media they want on their MacBooks. This way, the MacBooks don't fill up too much and we can share all media among the family wirelessly when needed.
    Is there any risk of Time Machine writing over the media files by default? Any other risks with this setup?
    Many thanks!

    +Is there any risk of Time Machine writing over the media files by default?+
    no. but TM will start deleting older backups as soon as it feels it is running out of space on the drive.

  • Temp files eating up all disk space on SCSM 2012 R2 install

    Hello Everyone,
    Problem
    Under this path SCSM is creating a ton of temp files using up all disk space (C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\System Center Service Manager 2010)  All files are .bin and .hash files.  I just cleaned out 120 GBs
    of files which accumulated over the period of 30 days.   
    Does anyone know what could be causing this?  This was not a problem when we were on server 2008 R2.  When we migrated SCSM management server to server 2012 r2 it when problem started.
    Environment
    Management server (server 2012 R2)
    Data warehouse server (server 2008 R2)
    Data on remote SQL server.  SQL 2008 R2
    CU  5 was the last update

    Might be worth checking that the AutoRefresh/Cache policy is set to True via the SDK?
    https://msdn.microsoft.com/en-us/library/gg461136.aspx
    From PowerShell:
    Add-Type -Path "C:\Program Files\Microsoft System Center 2012 R2\Service Manager\SDK Binaries\Microsoft.EnterpriseManagement.Core.dll"
    $NS = "Microsoft.EnterpriseManagement"
    $EMGType = "$NS.EnterpriseManagementGroup"
    $EMG = new-object $EMGType localhost
    $EMG.AutoRefreshCache
    Output True or False
    $EMG.CacheMode
    Configuration
    This is the output from mine:
    Good luck!

  • Who is using all Temp Tablespace

    Hi,
    Temp TS is 80% full and I want to see, who is using this lot space ?
    It might be an uncommited, not rolled back statement, but what session is it ?
    v$sort_usage does not show any result.
    Documentation does not recommend Quota on Temp TS, since temp-objects belong to sys.
    How to limit a users comsumtion of temp TS for bad statements ?
    Thanks for any tip Lao De

    I believe it is normal for a well-used temporary tablespace to have this level of usage. Once space has been allocated in a temporary tablespace the system manages it. This behaviour should show up in the DBA_FREE_SPACE view - all the extents in that tablespace will be marked as FREE.
    If you "free up" - release - space in the temporary tablespace you are in effect asking the database to do additional space allocation the next time a sort has to be done. All you've acheived is added to the amount of latching required to process your sorts. Forget about it.
    The fact that V$SORT_USAGE is empty shows you that nobody is doing any sorts at the moment (it's a dynamic view).
    ORA-03217: invalid option for alter of TEMPORARY TABLESPACE
    This might happend becaue it's local managed ?Probably. Uniform tablespaces must have PCTINCREASE of zero (otherwise they ain't uniform).
    Cheers, APC

  • How do I create my own favorite template for DVD slideshows? I used to be able to select this from pulldown menu, but cannot now do so. I am directed straight to templates, which take more memory. I have a large slideshow, and need all the space I can get

    First, how do I create my own favorite theme template for DVD slideshows? I used to be able to select this from pulldown menu, but cannot now do so. I am directed straight to already existing themes, which take more memory. I have a large slideshow, and need all the space I can get. I just want to use a picture as my DVD cover, and then insert a slideshow. Also, when I try to burn my 8.5gb double sided slideshow, all that burns is the music. It is a large slideshow, a memorial on the life of my now deceased brother. This means a lot to me and to my family, and I am having so much trouble trying to burn it. I have gone into Project View and selected appropriately. The bar shows I have room to burn this DVD, but it does not burn.  I have burned so many DVDs in the past, but this one just will not burn. I am so confused at this point. I will say this is the first 8.5gb I have attempted to create and burn. My specs list a 7.7gb or 4.7gb as operable....but there are no 7.7gb dvds. I had to purchase 8.5gb. Help? What am I doing wrong? I have spent so much time on this, and just cannot figure it out.

    Final Cut is a separate, higher end video editor.  The pro version of iMovie.
    Give iPhoto a look at for creating the slideshow.  It's easy to assemble the photos in an album in iPhoto, put them in the order you want and then make a slideshow of them.  You can select from various themes and transitions between slides and add music from your iTunes library.
    When you have the slidshow as you want use the Export button at the bottom of the iPhoto window and export with Size = Medium or Large.
    Save the resulting Quicktime movie file in your Movies folder.
    Next, open iDVD, choose your theme and drag the QT movie file into the menu window being careful to avoid any drop zones.
    Then follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    The reason I suggest iPhoto is that I find it much easier to use than iMovie (except for the older iMovie 6 HD version).  Personal preferences showing here.

  • My iPhone 4s notified me that I had to manage my storage  so I deleted  apps that used a lot of space I deleted almost all my picture and it still keeps telling me  I don't have enough storage  is there any other way I can make room on my phone ?

    My iPhone 4s notified me that I had to manage my storage  so I deleted  apps that used a lot of space I deleted almost all my picture and it still keeps telling me  I don't have enough storage  is there any other way I can make room on my phone ?  Were it shows how much storage  I have available it still says 9.9 even after all that I have done so I don't know if I need to change my storage plan or what but anything will help I guess

    Check for 'others' in iTunes against your iPhone.
    Restore from a previous backup to reclaim some of it.
    Still want more, Restore in iTunes, setup as New.

  • How do I identify what is using up all my disc space?

    Hi,
    I am about to run out of harddrive space, and am trying to identify where I am using up all my capacity.
    Is there a good utility that I can use to identify candidate files to move over to an external harddrive? Or if not a utility, what do folks in the forum use to keep their 500G drive as clean as possible?
    Thanks,
    --Brian

    Try OmniDiskSweeper, WhatSize, or Grand Perspective - CNet Downloads or MacUpdate.

  • I have all my pictures in an external drive, how do i create a library in iphoto without using my internal drive space?

    i have all my pictures in an external drive (around 1tb), how do i create a library in iphoto without using my internal drive space? thanks!

    In iPhoto use the command "File > Switch to Library" and then click "Create New" in the Library Chooser panel.
    Select a folder on your external drive as the destination.
    You can also get to this panel by holding down the alt/options key when you launch iPhoto.

  • How can I make app use all available space in window?

    Hi,
    I'm trying to embed my flash app in a browser window and have
    it use all available space. I've found plenty of tutorials online
    that tell me how to make it take up the whole window, and they
    work, but that isn't what I want. I have other content on the page
    (a bar of links across the top). I thus want the flash app to take
    up the full width and almost all the hight, leaving enough vertical
    space for the link bar at the top. Right now, I have it set to 100%
    for both height and width in the object tag, and it displays the
    link bar, but the bottom of the flash gets chopped off (an amount
    exactly equal to the height of the link bar). It seems that setting
    height=100% means 100% of the full window height, not the unused
    height. Is there any way to make it do what I want?

    I believe the 100% will be relative to the parent container
    of the Object/Embed tag.
    If the Flex app is in say, a DIV that is correctly sized,
    then 100% will fill the DIV. So I think you will need to get your
    div sizing dynamically. A CSS expression maybe?
    Tracy

  • Something is using up all my hard drive space?

    Something is using up all my hard drive space and is under 'other' on about this mac..
    When I use omi disk sweeper or grand perspective they don't show anything up as using 420GB lol.. So yeah any idea how I can find these hidden files?!
    Thanks

    ODS or GP can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install the app you downloaded in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the corresponding line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    sudo /Applications/GrandPerspective.app/Contents/MacOS/GrandPerspective
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V. You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. Ignore any other messages that appear in the Terminal window.
    The application window will open, eventually showing all files in all folders, sorted by size. It may take a few minutes for the app to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with the app, quit it and also quit Terminal.

  • Time Machine used up all my 500gig space!

    Only a few days ago I set up a brand new external HD to use just for TM. Now it is almost full!! What is going on here?

    I have a .Mac iDisk and have it set to store & sync with a local copy on my iMac. My iDisk contains around 2GB of files, and this amount is therefore also used up on my iMac by the local copy which is stored as a disk image. With the current Apple servers / iDisk sync malfunctions going on my iMac has not been able to synchronise the local copy with the online version - but behind the scenes it has been doing something...
    I noticed a recent Time Machine backup taking a lot longer than normal, and checked the TM System Prefs to see how much was being copied - over 200GB! Now TM has been running smoothly for several days, and I knew I hadn't generated anywhere near 200GB worth of changes since the previous hourly backup. A quick investigation revealed that the available space on my iMac HD had also reduced by ~200GB, and I tracked the problem down to the local iDisk disk image (located at ~/Library/FileSync/). Instead of ~2GB it was now 207GB..! And growing at a rate of 8MB every minute or so.
    TM backs up the local iDisk disk image by default along with everything else - so it was of course now dutifully backing up a 200GB (and growing) file. As it's a disk image it presumably gets backed up in its entirety every time a change is made to anything within, thus my large LaCie drive allocated for backing up to was going to get very full, very quickly.
    The point of all this is, of course, if you're using iDisk with iDisk sync on, just check that the same isn't happening to you right now and using up all that backup drive space...

Maybe you are looking for

  • Mac Mini 5.1 External Hard drives

    I am having troble with my Fantom 2TB USB 3.0 and my mac mini 5.1.  My trouble doesn't have anything to do with bluetooth, but for some reason the mac becomes unstalbe with the drive attached and a lot of apps crash and sometimes the mac reboots. I a

  • Warning message about a multi-touch device

    It's just two weeks old. Whenever I boot up, there's a warning in the Event Viewer as follows: "A multi-touch device reported inconsistent contact information." The Event ID is 264. Does this mean that the screen is defective? I've googled but can't

  • How to use JAVA class in C++

    Hi people, is there anyone who knows how I can create and use JAVA class in C++ code. Example I have one JAVA class which works with database. One of the methods from this class returns XML string that represent result set. How to create instance of

  • Updated N70 Now phone restarts all the time

    I recently updated my N70 to the latest firmware, now my phone hangs and crashes on a regular basis, which it never did before. The phone is now almost useless!!! Can the update be reversed to my old firmware version??? Any help would be appreciated!

  • Password is NULL in OAM access logs

    Hi, Can any one tell what would be causing the below logs in OAM oblog.log /usr/abuild/Oblix/coreid1014/palantir/aaa_server/src/plugins.cpp:855 "The password is NULL" Thanks in advance....