Partition drop  not increasing free space in dba_free_spaces

I am Using Oracle 11.2.0.3.
I had a script that droped partitions for a table which should have dropped nearly 30 gb of data. We have data and index tablespace.
Query of dba_free_space showed no change on data tablespace. However, index tablespace showed increase in free space.
select  sum(bytes / (1024 * 1024 * 1024)) "Size (GB)"  from dba_free_space where tablespace_name ='&tbs_name'I am using following command to drop partition
ALTER TABLE table_name
DROP PARTITION "partition_name"
UPDATE GLOBAL INDEXES;What should be done to increase free space shown for tablespace after partition drop ?
Thanks for the time.

>
http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_3001.htm#i2131064
ALTER TABLE table_name DROP PARTITION "partition_name" drop storage UPDATE GLOBAL INDEXES
>
Incorrect - the DROP STORAGE option applies to TRUNCATE PARTITION not to DROP PARTITION as the doc explains. A simple test will confirm that.
alter table emp_part_test drop partition sys_p341 drop storage
ORA-14048: a partition maintenance operation may not be combined with other operations

Similar Messages

  • Service Partition - Rescue and Recovery installati​on fails (not enough free space)

    Im am aware about  former posts to this subject  on this forum, but they didn't answer all my questions, so I reopened  the subject. 
    I tried to install "Rescue and Recovery" on T60 with win XP  Pro and got the following message:
    'There is not enough free space in the boot sector to install the Rescue and Recovery boot manager'
    I followed the   solution in "Rescue and Recovery installation fails") from 08-09-2008 03:03 AM
    and  created a hidden partition with Parted Magic but the rescue and recovery still fails with the same message.
    Somewhere in the forum I read that the original service partition has a special format and not ntfs. 
    Could somebody tell me is it true or not ?
    How can I rebuild this service partition ?
    Do I need special setting, flags there ?
    Is it possible  to rebuild this partition without recovery CDs at all ?
    Actually I'm wondering to,  about the error message. It is saying '"..There is not enough free space in the boot sector ..." . 
    Is it possible  that the boot sector is the problem and not the service partition ?
    How can I fix that ?
    Thanks in advance if somebody helps.

    I have a 4-year-old ThinkPad R51. Because I was getting intermittent boot-up error messages--"Rescue and Recovery has encountered a problem and needs to close"--with ver. 4.0, I tried to upgrade to ver. 4.2.  Per instructions, I first removed ver. 4.0 using Windows Control Panel.  Then each attempt to install 4.2 failed with the message: "Error 25025. There is not enough free space on the computer to install or upgrade the Rescue and Recovery environment."  Just before that error message popped up in center-screen, I got a Windows message at lower right saying "You are running out of space on SERVICEV001 (Z:}"  Of course, there was no way I could view partition Z (that I knew of).
    Thanks to the helpful messages above, I downloaded Parted Magic (http://partedmagic.com), burned a boot CD per its instructions, and re-booted with that CD.  Using GParted, I saw that my SERVICEV001 partition was merely 590 MB, and 587 MB was in use.  So I reduced my C partition by 500 MB and added 500 MB to the Z partition, raising it to 1090 MB.  Then I was able to re-boot into Windows and the installation of Rescue and Recovery 4.2 was error-free.
    Out of curiosity, I again re-booted with the Parted Magic CD to see how much space on the Z partition was taken by the RnR ver. 4.2 installation.  To my surprise, it showed that still only 587 MB was in use, and 503 MB remained unused.
    I thank those in this forum whose messages gave me the needed guidance.  And I thanked the author of Parted Magic with a $10 donation, as I hope other users of his open source program will do.
    Message Edited by DougSchafer on 08-08-2008 06:06 PM
    Message Edited by DougSchafer on 08-08-2008 06:12 PM

  • WBAdmin BMR backup says "There is not enough free space on the backup storage location to back up the data."

    We're doing nightly BMR backups of a small 2012 R2 Hyper-V host via wbadmin to 2TB USB disks, via
      wbadmin start backup -backupTarget:z: -quiet -noverify -vssFull -include:e:,c: -allCritical
    (where E: contains the sole VM).
    We are using the same backup system on other similar Hyper-V hosts running 2008 R2 and 2012, with no problems. However, with this 2012 R2 host, after a few months of no problems the backups started failing with:
      There is not enough free space on the backup storage location to back up the data.
    This made no sense, and continues to make no sense:
    The 2TB backup disks are only half full (>1TB free), with 600GB of unallocated shadowstorage.
    There should be room for many more backups on these disks. Each currently contains 11 to 13 backups, with the initial full backup having required about 600GB and each subsequent backup only requiring another 20GB to 40GB.
    There is over 40GB free on the C: drive and 300GB free on the E: drive; free space on the host volumes is not an issue.
    Increasing the shadowstorage limit on the backup disks to unbounded doesn't resolve the issue.
    This is not a problem of a RECOVERY partition that's too small, and SystemState backups always complete successfully.
    The first workaround we found was to temporarily reduce (not increase) the shadowstorage allocation on the E: drive (containing the VM) and then increase it back (with the end result of deleting old shadow copies).
    This worked reliably, but looking for a root cause led us to uninstall the Windows Updates installed mid-September (in particular the Aug 2014 and Sep 2014 roll-ups), which preceded the start of this problem. But instead of resolving the problem the uninstalls
    made it worse, in that our workaround stopped working.
    We reinstalled the Windows Updates, and then tried setting backup performance to normal, in case the problem was related to VSS on the host volumes, but the errors continued.
    At this point the only way we've found to work around the error is to delete 1 or 2 of the oldest backups on the destination disk, via
      wbadmin delete backup -backupTarget:z: -deleteOldest
    after which the new backup will succeed.
    But, again, this makes no sense, as the destination disks are only half full, and even if space was an issue wbadmin should delete old backups as required. And this same system is working fine on 2008 R2 and 2012.
    Any suggestions?
    Thanks,
    John

    Hi John,
    Please check run the command below to check if the space required to complete the backup causes the snapshot storage space to become less than 1/8 of the target size.
    vssadmin list shadows /for=x: will list the shadow copies on x: and creation time.
    WSB will not shrink the diff area to less than 1/8 of Target volume size as we do not want to lose all past backups just to accommodate this one.
    For more detailed information, please refer to the article below:
    Windows Server Backup automatic disk usage management
    http://blogs.technet.com/b/filecab/archive/2011/03/14/windows-server-backup-automatic-disk-usage-management.aspx
    V. Backup, Restore and Disaster Recovery
    http://social.technet.microsoft.com/wiki/contents/articles/1846.v-backup-restore-and-disaster-recovery.aspx?Sort=MostUseful&PageIndex=1
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Lost my contacts and calendar since update and statesThe iPhone cannot be synced because there is not enough free space to hold all of the items in the iTunes library (additional 1 MB required).e

    I lost my contacts and calendar, and photos since the iOS update and and it states that my iPhone cannot be synced because there is not enough free space to hold all of the items in the iTunes library (additional 1 MB required).   Also it shows that I am over capacity on my Capacity ruler but how do I unload some of that stuff so that I can increase my capacity and perhaps get this synching to work again. 
    So frustrating!!

    On your iPhone go to settings>general>about and next to "Available" if you dont have much space then you will need to delete stuff on the phone to make room to take photos by deleting stuff on the phone.
    In terms of syncing change what you are syncing and decide what you would really want and not want on your phone which would make what is syncing to the phone smaller.

  • ***There is not enough free space on the untitled disk***

    I am attempting to install PrintShop software and need approx. 1150MB for it to be installed.  My computer says that I have a 256GB solid state SATA.  It has 105.33GB free out of 159.18GB.  I don't have any idea of how to fix this. I emptied my trash and got rid of many files that weren't being used any longer.  Could someone tell me what info they need from me about my laptop in order to help me? 
    I know that this is not a new topic, but I couldn't find an answer in past discussions that fit my situation.  Thanks so much.

    I did the repair permissions in disk utility and I have done repair disk previously.  After both quit running, I restart my computer (I'm not sure if that is what needs done).  But neither of the disk utility actions have helped. 
    I also went in and looked at the partition.  I think I messed that up.  In the partition space, it only showed my Untitled partition.  I took the cursor and used it to drag and enlarge the partition so that the Untitled had the full space.  I've never used the partition before and I don't run Windows or anything like that so I don't think I have a need for more than one partition, do I?
    My Untitled drive now shows that there is tons of free space, but I am still getting a "not enough free space" message.
    Also, in Finder, I see Favorites with Apps, documents, downloads, music, etc and I see devices that lists my PrintShop CD, but I don't see my drive listed any longer.  Do you know what I might have done?

  • Not enough free space on Aperture Library volume to import iPhoto library into Aperture?

    I purchased Aperture 3 from the App Store after using the free trial version for a few weeks.  I downloaded the program and do not have any images imorted into Aperture yet.  I tried to import my iPhoto library using File>Import>iPhoto Library and received this message: There is not enough free space on your Aperture Library volume to import the selected items. It is estimated that you need at least 10GB of free space.  I have iPhoto 11 and 25,000 images on iPhoto.  I did review the Aperture owners manual and did not find an answer to this.

    Well obviously you don't have enough space to import an iPhoto Library that is more than 10 gigs.
    But that's not importat right now.
    You have the makings of a major problem and you need to address it now.
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do. Purchase an external HD and move your Photos and Music to it. Aperture,  iPhoto an iTunes can run perfectly well with the Library on an external disk.
    If you don't you will suffer data loss. I can't stress this enough.
    Regards
    TD

  • Not Enough Free Space - SD Card

    I am trying to copy 500MB of pictures onto an SD card.  Each time I try, it says there is not enough free space.  Are there any options?  This has ocurred on more than one SD card and more than one USB Drive. 
    This seems to be a bug in the OS.
    I have read through the forums and have already done the following:
    1.  Emptied the trash (While the SD card was mounted)
    2.  Reformatted the disk multiple times (Erase in Disk Utility)
    3.  Tried adding a second partition to ensure that was not the issue.
    4.  Formatted it into all three other formats that are available (extFAT, Mac Extended Journaled, & Mac Extended Case Sensitive).
    They all work fine except FAT 16.  The largest file I have is under 1MB.  The other formats do not work in my Picture Frame.  I can copy them over from a windows computer without any issues.  This is incredibly frustrating.  Any help would be appreciated.
    Thanks.

    Having the same problem on multiple 2GB SD cards, running 10.8.3 on a 2010 MacBook Pro. Trying to copy anything to the card results in a "there isn't enough space" message, always at the same file in the collection. (If I remove that file from the list, another one will then cause the error.) The card was freshly formatted (FAT32) each time.
    As a control, I tried writing to the disk on a more recent Air running 10.7.5, successfully; and by firing up a VirtualBox image running Ubuntu and mounting the SD card through the host system, copying successfully.
    So it's not a card fault, and it isn't hardware failure as such.
    This is a new bug since some version of 10.8.x; prior to Mountain Lion, I've had no problems. (There is another SD problem - cards often get mounted read-only, whatever position the card lock switch is in.)
    Also frustrated and unhappy; help likewise appreciated.

  • "Not enough free space" when there is

    I'm trying to copy a bunch of fairly small files to a 512 MB SD card using an external card reader. Even though the Finder tells me there is, say, 300 MB available, when I try to copy a number of files at once, I'll get a message telling me that a certain file can not be copied because there is not enough free space. However, if I go back and try to copy that file and a few others, they'll copy without a problem. I'll copy another relatively small number without a problem and then try another bunch and get the error "not enough free space" message again.
    While I eventually did copy all the files in small bunches, it was a drag and I'd love to find out why it didn't work in one large bunch. . . .

    Perhaps the write-speed to the card via the card reader
    (likely just in the card's circuitry itself) is too slow to take
    a load of files for copying that way. Given some of the
    camera cards can barely move one image at a time to
    the card from the camera's processor, you have to figure
    this load of several strings of different files at once has
    to be a considerable load on the card's limited speed.
    Some cameras and devices with fast image processors
    can use faster memory cards. If you need to drag-drop
    images or files in large capacity groups, consider getting
    a faster speed card and see if that helps. Or use a USB
    Flash Drive, since some of them do better with file groups;
    if just using the device to move large files between PCs.
    Good luck & happy computing!

  • ITunes could not back up the iPhone because not enough free space is available on this computer

    iTunes 11.0.1 (22)
    Mac OS X 10.6.8
    218.83 GB available
    iOS 6.0.2
    iPhone5
    I get this error occasionally since getting the iPhone5 in October. My last successful back up to thei Mac was yesterday. Tonight, no backup.
    One time when this occurred I had trashed files, and after I emptied the Trash the sympton went away. Tonight I had files in the Trash and emptie the Trash before connecting my iPhone and now no backup allowed.
    I have quit and relaunched iTunes, and unconnected and connected the iPhone tonight with no change in the symptom.
    My next counter measure will be to reboot.
    Any suggestions?

    On my computer (Spring 2006 iMac, Snow Leopard, iTunes 11.1.3):
      - I have 1.36 _terabytes_ of free space on my system disk.
      - I have 2.1 _terabytes_ of free space on my Drobo[*] which contains my iTunes library.
    My iPhone is an iPhone 5S 64Gb.
    A backup should require, one would assume, less than 64Gb. In other words, a drop in the ocean of free space available to iTunes.
    ... and yet EVERY time I attempt a backup to my computer since getting my 5S it says:
        'iTunes could not back up the iPhone "[name]'s iPhone" because not enough free space is available on this computer. Removing files and emptying the Trash will free up additional space.'
    It's very clear that there's a bug given how much space I have available, and it's been present for 2+ months. :/ I had been able to back up my iPhone 4S.
    - Stephen
    [*] As far as the OS is concerned, the volume has 3.22Tb free, but it is backed by 2.10Tb of actual available space. In any case, "a whole heck of a lot".

  • My computer says"not enough free space to back up iphone to computer"

    i keep recentlyl getting a notice when i connect my iphone 5 (running snow lepoard on my mac) " not enough free space on this computer to backup iphone i have 106gigs of free space, my iphone5 is 64gig help please!!!!

    Close iTunes & navigate to:
    ~/Library/Application Support/MobileSync/Backup/
    and delete everything in that Backup folder, but not the folder itself.

  • HT1414 I just got a replacement iPhone 5 (64MB) for one with a cracked face, and tried to restore it.  Got an error message saying the iTunes could not restore the iPhone because not enough free space is available on the iPhone.  Now what?

    I just replaced my iPhone 5 because of a cracked face.  I backed up the old phone to iTunes.  When I tried to restore my data off of iTunes to the new phone, I got an error message saying that iTunes could not restore the iPhone because not enough free space is available on the new iPhone.  Now what?
    I have Apple Care+, but I'll be darned if I can find any way to contact anyone at Apple to talk to about this.  They take your money, but make darned sure they don't have to support you unless you jump through a bunch of hoops first, like this site.

    I've done a restore.. The phone was completely wiped back to factory settings.. It then tells me there isn't enough space on the phone to restore from back up? How when the phone is empty?!

  • TS1503 After an update on my iPhone 4, (I updated using my MacBook Pro) I first received the message, iTunes was not able to load all of iTunes library back on your phone, not enough free space on your phone. (not an exact quote, essentially the same mean

    The complete iTunes library was already on my iPhone 4. Why would it all not go back on? It left out around 4 or 5 songs from my play list. How do I get them back on my iPhone?
    Note: All software on both devices is up to date.
    Then, I tried to sync my iPhone to my MacBook Pro. I got the message, cannot sync your iPhone because there is not enough free space in the iTunes library (not exact quote, but same meaning).
    I researched how to get more free space on my phone which might 'supposedly' alleviate the above issues. I removed some less used apps, and some photos and videos from my phone. Then, I tried backing up again. I still got the message there wasn't enough free space on my phone, and the missing songs from the iTunes library were not returned to my phone. I gave another try at syncing my iPhone. I still got the same message that the phone couldn't be synced because  there wasn't enough free space in the iTunes library.
    Any suggestions on how to remedy these problems will be appreciated!
    BTW... I read a suggestion on the internet to restore my phone (I did  this recently when something went wrong during a phone update and the whole process went 'hey-wire', shutting down before the update was complete. However, at that time, all of my songs and apps were still on my phone and stored in the iTunes library.) If I restore my iPhone now, will the apps and songs no longer on my phone be lost?
    Sorry there are so many questions within the same 'New Discussion' thread I'm starting! But, I think all of these issues are somehow related.
    Thanks!

    I Have fumbled all day to this resolved, I'll run the battery down and see what happens afterwards. This is not good !

  • IPod cannot be updated because there is not enough free space

    iPod cannot be updated because there is not enough free space to hold all of the songs in the iTunes music library. But my iPod does not show any songs. This all strated when I plugged the iPod in to the computer to charge it. I lost my songs on the iPod and cannot update it my play list. My iPod shows up in my iTunes, and show that there is songs there. But why does my iPod not show the songs, it is blank. I have run the gambit today, reset reinstall, updates, the works .... Can anyone please help? I just got this thing and it was working great until this. This has been the most frustrating day I have ever had.

    Auto update playlist and music. I tried waht you sugested earlier, and it gave me a diferent message. I have it working, I moved one of the folders out of the iPosd_Control and I am able to see the list in iTunes. One of the songs in the folder could have been corrupted. I thank you for your help. I still do not understand the multi folders. This is a good one for anyone else who gets that message.

  • IPod touch cannot be synced because there is not enough free space to hold all of the items in the iTunes Library

    Hi, I have just transferred my whole iTunes library from my old computer to my new one and am trying to sync my iPod to the new one. However I get an error message saying "iPod touch cannot be synced because there is not enough free space to hold all of the items in the iTunes Library (additional 5.38GB required). I currently have 8.5GB free on my iPod so I don't understand why it cannot sync.

    Hey Georgiarose94, If what's going on, is what I think it is, when you sync the information it's over written, it can take 2 to 3 times more space the get the info on your iPod, once it's there the info only occupies the space it needs. Kind if of like moving, when you first step in the room with boxes of stuff there's no room. But after you get everything put away all is well. If you haven't already, connect your iPod to your computer, from your iPod Summary page, go down to Options and check reduce bit rate to (select 128 kbps). (Wording maybe a little different). Will greatly reduce memory space needed on your iPod, and you really do not hear the difference in sound quality. Other option, go to music and select manual so you can pick which music you place on the iPod. You need to reduce by 5.38GB of information to finish your download. Hope this helps. Cheers.

  • Question I have a dilemma . I added a lot of songs in my iTunes now when I synced my ipod this message appear "Elma's ipod cannot be synced because there is not enough free space to hold all the items in the iTunes library (additiona

    I addesd a lot of songs in my itunes, now when I synced my ipod this message appear "elma's ipod cannot be synced because there is not enough free space to hold all the items in the itunes library (additional 382m is required). Then I uncheck a lot of song and synced my ipod again same message appeared. Do I need to buy a new ipod with more memories? Somebody told me to check apply after I unchecked some of the songs but I cannot find the word APPLY. please help I'm not a very technical person.

    The Sync button becomes the Apply button, if you change the iPod's settings in iTunes.  If you are only unchecking songs in the iTunes music library, you click on the Sync button.
    When you select the iPod in iTunes, you see the iPod's Summary screen on the main part of the iTunes window.  There is a checkbox there for Sync only checked songs.  Did you check that checkbox?  If you want iTunes to ignore the songs you unchecked when syncing your iPod, that setting needs to be enabled.  If you change that setting, you'll see the the Sync botton has changed to Apply.  Click Apply.
    That method of unchecking songs works, but it may become annoying over time, as you need to uncheck more and more songs.  If you want advice on some other more convenient ways to make it work, you can post back.

Maybe you are looking for

  • Unable to change the thread's priority at linux jdk6

    i try to set the thread's priority to value like Thread.MIN_PRIORITY i observe the thread's priority by "threadump" the setting is ok at windows (XP + jdk5 build 1.5.0_12-b04) but not at linux jdk6 (build 1.6.0_04-b12) at linux, i see all threads at

  • 24" LED Cinema display doesn't display screen saver.

    I have my MacBook Pro set to display a screen saver- (flurry). The MBP alone functions as desired. When plugged into the Cinema display, which is 90% of the time, it has only appeared maybe once or twice since purchased, even after Snow Leopard was i

  • 0 margins and 0 padding still not displaying correctly in Internet Explorer

    Hi I have designed a page for my site that works perfectly in safari and firefox but of course in internet explorer it doesn't.   The content under the slideshow is meant to line up with the edge of the slideshow.  This is the linkhttp://www.kimberle

  • Application.xml - Unknown Assembly Tag

    Hello: Has anyone encountered the error: 05/11/18 10:01:39 Error instantiating application at ..... Unknown assembly tag in file:..... <library> This happens when I start up the oc4j application server... I am positive that it happens because of the

  • Photoshop CS 8.0 shuts down

    I have Photoshop CS 8.0 on Windows ..has worked fine for years recently I tried to open an image and the program completely shuts down and returns me to my desk top. Cant open anything now.. I recently installed Microsoft Excel 2010 ..Is that the pro