Filesystem space with autoextend on

Hi,
Is there a view of used space when all datafiles with autoextend on reach maximum size?
Like in RZ20, the MTE <instance> - OperatingSystem - Filesystems, but with datafiles full.
For example the monitor Oracle - <SID> - Space management - Tablespaces - <TS> - Used space, shows that "virtual" used space. Or like DB02 that shows both "Used" and "Total used".
To add new datafiles this information is very welcome, because you don't know which filesystem will have more free space...
Thanks!
Aitor

Hi Aitor,
I am not sure I understand your question exactly but if you go to transaction DBACOCKPIT -> space -> overview
does this show you the information about how much space is used that you are looking for?
It should show percentage used for each tablespace and you can see a breakdown of each datafile.
Hope this helps,
Paul

Similar Messages

  • Losing filesystem space due to file open descriptors (lsof  /opt/oracle )

    Hi,
    Our oracle mounted filesystem for /opt/oracle is constantly losing filesystem space due to file open descriptors (command to give the details -->lsof /opt/oracle).
    When we issue this command single excutable apperas more time with diffrent process id and consumes space,
    Is it realted to bug 3208807 ? or if any other please help me
    Oracle Version : 9.2.0.4 with Data Guard
    Regards
    Manoj

    losing filesystem space due to file open descriptorsI think this has nothing to do with open descriptors.
    Check following:
    1. generation of trace files in bdump,cdump and udump directory (compress, move or remove *.trc files and cdmp_nnnnnn directories)
    2. generation of network trace files is enabled (sqlnet.ora)
    3. if your database files are located somewhere under /opt/oracle directory then check for autoextend datafiles
    Check content of alert log and content of latest tracle files (in bdump) and if you are facing to bug 3208807 then trace files must contain error message as mentioned in 3208807.8 Note.

  • Replacing multiple spaces with a single space

    Hi friends,
    I have a string. It can have zero/one/multiple spaces. I want to make the multiple spaces to single space.
    Here are the cases:
    1. ' a b c d efg h' should be changed to 'a b c d e f g h'
    2. ' a b c d e f g h ' should be changed to 'a b c d e f g h'
    3. 'a b c d e f g h' should not be changed
    4. 'abcdefgh' should not be changed
    Both REPLACE and TRANSLATE do not help. I don't want to go for LOOP logic. Please help me to get it in SQL query.
    Thanks in advance!

    Hi,
    964559 wrote:
    Hi friends,
    I have a string. It can have zero/one/multiple spaces. I want to make the multiple spaces to single space.
    Here are the cases:
    1. ' a b c d efg h' should be changed to 'a b c d e f g h'One solution is to post your string on this site, and then copy it back again. (See below for a more serious solution .)
    This site is doing exactly what you want the function to do: it replaces multiple consecutive spaces with a single space. As a result, it's hard to see what you mean.
    To preserve spacing on this site, type these 6 characters
    \(small letters only, inside curly brackets) before and after each section where you want spacing preserved.
    2. ' a b c d e f g h ' should be changed to 'a b c d e f g h'
    3. 'a b c d e f g h' should not be changed
    4. 'abcdefgh' should not be changed
    Both REPLACE and TRANSLATE do not help. I don't want to go for LOOP logic. Please help me to get it in SQL query.
    Thanks in advance!Regular expressions make this easy:SELECT TRIM ( REGEXP_REPLACE ( str
    , ' +'
    ) AS compressed_str
    FROM table_x;
    You can use nested REPLACE calls to get the same results, but it's messy.
    Edited by: Frank Kulash on Feb 5, 2013 10:18 AM
    Added TRIM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Spaces with Multiple Displays

    I have been using Spaces with my MacBook with an external display, without mirroring to extend my desktop. Overall, it works really well and has certainly made things less hectic when I have 1-8 windows open per application and up to 5 applications.
    One thing I figured out by playing is that you can have windows from the same application in different spaces. For example, I have FireFox open with three windows, and can position one FF window in each of three spaces. The only way to do this that I have found is to drag the individual windows from the Spaces view (F8), but it's really useful for me to have web-pages organized by Space (personal, work, Google, etc.). By the way, if I shut down FF or restart the machine, the windows do not "remember" which Space they were in, which is not surprising to me. I assume that is a limitation of FF, not OS X.
    Now here is the issue/problem I have experienced several times: Every so often, I will completely "lose" one or more windows. For example, I have two FF windows open in Space 4, then upon switching to another space and going back to Space 4, the windows are gone. They still show up in the list of FF windows (from the "Windows" menu in FF itself), so I think they are still open, but it's like they were assigned to Space 0 or something. There is no way to get to them or bring them back that I have found. There is also no good explanation for why this is occurring or any reproducible set of circumstances.
    I can accept that I am pushing the envelope on Spaces using both multiple displays and splitting windows from one application across Spaces, so I am not expecting this to work flawlessly (yet). However, it sure would be useful to be able to recover from this when it occurs.
    By the way, as a tip I have mapped my mouse button 3 (external mouse with a scroll wheel that has a button) to show Spaces, which has been very handy for me.
    One last thing: Does anyone else think it would be cool to have Spaces act more like true individual Desktops? In other words, be able to set background image per Space and maybe even have different files on each Space/Desktop? Files would be more involved since Spaces are less permanent than a real Desktop, but background images seems like an easy thing to be able to code for.

    Just to be clear, you CAN run an application and split its windows across different Spaces by dragging those windows in the Spaces view. So open Firefox in Space 1, open a second FF window in Space 1, then F8 and drag the second window into Space 2 and voila. It's somewhat random what happens when you click on the application icon in the dock when you do this, but it does work.
    Good point about the background being very resource-intensive. Never mind.

  • Rplacing space with &nbsb; in html using regular expressions

    Hi
    I want to replace space with &nbsb; in HTML.
    I used  the below method to replace space in my html file.
    var spacePattern11:RegExp =/(\s)/g; 
    str= str.replace(spacePattern," "
    Here str varaible contains below html file.In this html file i want to replace space present between " What number does this  represents" with &nbsb;
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <b><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B> What number does this Roman numeral represents MDCCCXVIII ?</B></FONT></P></TEXTFORMAT></b>
    </body>
    </html>
    But by using the above regular expression i am getting like this.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head><body>
    <b><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P A LIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0 " KERNING="0"><B> What number does this represents</B></FONT></P></TEXTFORMAT></b>
    </body>
    </html>
    Here what happening means it was replacing space with &nbsb; in HTML tags also.But want to replace space with &nbsb; present in the outside of the HTML tags.I want like this using regular expressions in FLEX
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>What number does this represents</body>
    </html>
    Hi,Please give me the solution to slove the above problem using regular expressions
    Thanks in Advance to all
    Regards
    ssssssss

    sorry i missed some information in above,The modified information was in red color
    Hi
    I want to replace space with &nbsb; in HTML.
    I used  the below method to replace space in my html file.
    var spacePattern11:RegExp =/(\s)/g; 
    str= str.replace(spacePattern," "
    Here str varaible contains below html file.In this html file i want to replace space present between " What number does this  represents" with &nbsb;
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <b><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B> What number does this Roman numeral represents MDCCCXVIII ?</B></FONT></P></TEXTFORMAT></b>
    </body>
    </html>
    But by using the above regular expression i am getting like this.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head><body>
    <b><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B333C" LETTERSPACING="0" KERNING="0"><B></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADIN G="2"><P ALIGN="LEFT"><FONT FACE="Verdana" style = 'font-size:10px' COLOR="#0B33 3C" LETTERSPACING="0" KERNING="0"><B> What number does this represents</B></FONT></P></TEXTFORMAT></b>
    </body>
    </html>
    Here what happening means it was replacing space with &nbsb; in HTML tags also.But want to replace space with &nbsb; present in the outside of the HTML tags.I want like this using regular expressions in FLEX
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>What&nbsb;number&nbsb;does&nbsb;this&nbsb;represents</body>
    </html>
    Hi,Please give me the solution to slove the above problem using regular expressions
    Thanks in Advance to all
    Regards
    ssssssss

  • I have a 64GB iPad2 and selected to "Automatically fill free space with songs".... will it have to download that 60GB of music to my ipad everytime I sync?  It took about 8 hours to sync the music to it

    I have a 64GB iPad2 and selected to "Automatically fill free space with songs".... will it have to download that 60GB of music to my ipad everytime I sync?  It took about 8 hours to sync the music to it.
    I did this last night at 10pm thinking it would take 30 minutes to sync these 10,000 songs or so to my ipad to take up the 64 GB.  I went to bed because it was taking so long and woke up at 6am and it was just about to finish.  It finished around 630am.  So it took a good 8 hours to sync.
    I unhooked it and used it for an hour or so and then hooked it backup so that I could update a few apps on it.  When i did that it acted like it was re-adding all of those songs again and it took about 8 hours again to sync all the music.  Was that just a fluke because I made changes to the ipad?  or will it always calculate and then re-sync alllllllllllllllllll of those 10,000 songs?
    Thanks so much for any help!!!
    -Michael

    Anyone?

  • CLOB to BLOB replacing spaces with Â

    I have a CLOB that we are converting to a BLOB using DBMS_LOB.CONVERTTOBLOB and then serving it up as a file using WPG_DOCLOAD.DOWNLOAD_FILE. When you open the file, it is replacing the spaces with a Â.
    Any thoughts?

    Most likely, the spaces in the original CLOB were not regular spaces (0x20) but rather non-breaking spaces (0xA0).
    What's the target encoding used to convert to BLOB? I suppose UTF-8?
    UTF-8 encodes non-breaking spaces as 0xC2A0, where 0xC2 is specifically the codepoint for "Â". So I think the tool you're using doesn't support UTF-8, or doesn't recognize the file as being properly encoded.
    Edited by: odie_63 on 14 août 2012 14:26

  • ? How do I delete large blocks of empty space with Adobe Acrobat Pro?

    How do I delete large blocks of empty space with Adobe Acrobat Pro?

    How can you delete "empty space"? If you mean that you want to delete lines,
    like in Word, so that the text afterwards will go "up the page", then you're
    out of luck. You should do that in the original file, and then re-create the
    PDF.

  • Filling a rectangle space with a photo image in an applet

    I'm creating a web page that will display an image of a persons wall and I want to be able to use the mouse to draw a rectangle on the image of the wall and fill the space with a selected photo image.
    I have found out that you can use the MousePress and MouseDrag events to draw a rectangle and "paint" the rectangle in a componant inside the applet. But I'm not sure how to fill the rectangle with an image instead of a color. Can someone tell me if there is an AWT or Swing method that can do this?
    I was thinking of filling the applet window with a label component and then filling it with the wall image. Then some how using the coordinates given from the drag event to creat a new label component and filling it with the photo image. Hope I'm on the right path. Thanks for all the help.

    Great thanks, I looked it up in the docs and I found one that will work for me but I'm not sure how to use the arguements. It's the drawImage method that uses the scalebility. This would work perfect seeing as though the image to be posted will be various sizes. Can any one explain this method in more detail for me. Thanks again.

  • I saturated all the available iPad (3rd. generation) screen space (home screens or desktop space) with apps, and the apps that got bumped out of the last screen, mysteriously disappeared? Where are those missing quick lauch app icons?

    Running my 3rd generation iPad on iOS 7.0.4, I saturated all the available iPad screen space (which would be the 15 home screens or desktop worth of space) with apps, and the apps that got bumped out of the last screen space mysteriously disappeared. Where are those missing quick lauch app icons now? The apps are still installed and can be searched/accessed through the finder, but they no longer have a user friendly access. How can I solve this problem?

    Christopher Doryan wrote:
    Hi Hexonxonx, thanks for trying to help, but next time please read the entire discussion, in oder to better comprehend what is being asked. The reason being is that your answer added nothing to what had already been mentioned.
    Like I said, I was aware it was possible to access the apps through the finder, but the question revolved around how to recover the quick launch app icons for certain vanished apps.
    Wow, kind of a snotty response to someone who was taking their own time to offer help.  Whether you thought it was helpful or not, didn't deserve such an unkind retort.  Maybe when you realize we all just users here trying to help others like you, who have issues and we don't get anything in return for the countless hours some people here spend offering that assistance, you'll maybe be a little less quick to be critical.
    Just sayin.......
    Oh and Meg offered the right answer.  Put your Apps in Folders, which will create extra space for the apps which have disappeared.

  • Why can't get my photos in photo stream to transfer to I photo, shows up as black space with name only

    How do I select then send Photos from photo stream to I Photo to edit? My photo ends up not transferring or is shown as black space with name below, without photo in I Photo. Any one have an answer?

    Hi there Harvest 61,
    You may find the troubleshooting steps in the article below helpful.
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/ts3989
    -Griff W. 

  • Using Spaces With Logic 9?

    Dear Apple,
    I'd like to know if it's possible to use spaces together with Logic. I tried to grab my mixer and drag it to another space but that didn't work.
    If it's not possible at all I would recommend this as a new feature in a Snow Leopard update.
    Kind Regards,
    Patrick

    Dear Apple,
    Hi Patrick,here's a user to user forum ,
    I'd like to know if it's possible to use spaces together with Logic. I tried to grab my mixer and drag it to another space but that didn't work.
    You can use Spaces with Logic,either drag the Mixer tab out or open a Mixer window in Logic Pro>Window>Mixer or press ⌘ +2 ,activate spaces and drag the Mixer window where you like.
    A

  • Needed?  Option to Fill Empty Space with Podcasts When Synching to a Device

    Hello,
    With the new 32 GB capacity of the iPhone 4, I find that I have a lot of remaining space after selecting 10 latest unwatched podcasts. On the other hand, if I select all unwatched podcasts to download, I get a warning that I have exceeded the capacity of the device.
    It would be nice if, in iTunes, the following options existed:
    1. Fill the empty space with selected podcasts
    2. Select 20 unwatched videos from the dropdown (in addition to the other existing options)
    3. Enter the number of podcasts the user wants to download for all podcasts.
    4. Enter the number of each type of podcast the user wants to download.
    There is an option to fill unused space with music, but no similar option for podcasts.
    I have submitted to http://www.apple.com/feedback, but I wonder if anyone else has this issue?

    AC Adam wrote:
    The only way I can think of to work around this might be to dump a lot of photos on the phone when syncing such that they take up an extra amount of space, then manually delete them from the phone interface once I get done. 
    That or add an App or Apps to take up the space.
    I would think there is more eloquent way to do this with through either iTunes or the iPhone.
    Nope.

  • Automatically fill free space with songs

    When I am syncing music to my iphone, and I check the box that says "Automatically fill free space with songs," how does itunes determine which songs it puts on my phone? Can I prevent it from placing unchecked songs in my library on my phone?

    Ah, it looks like the solution is here:
    http://discussions.apple.com/thread.jspa?messageID=12209799&#12209799
    And involves going to the summary tab, selecting "manually sync music" then deleting all of my songs and resyncing. That shouldn't take more than 45 minutes. I'll report back if it works.

  • "Automatically fill free space with songs" omits half my music

    This is a bizarre bug that I can't figure out. The "Automatically fill free space with songs" option on both my iPods and my iPhone will only select from songs that were in my iTunes library as of November 2009, about 7 months ago. I know this because I began importing a large portion of my CD library at about that time, and have been expecting to be hearing some new material (like the entire Beatles box set). Instead, I'm getting replays again and again of songs that I know were in there from before 11-09.
    Newer songs can definitely be imported as members of a synced playlist.
    I tried a complete rebuild of the iTunes library files -- all that did was screw up my Smart Playlists and reset my "Date Added" field for all songs.
    Does anyone have any clue on this?

    Ah, it looks like the solution is here:
    http://discussions.apple.com/thread.jspa?messageID=12209799&#12209799
    And involves going to the summary tab, selecting "manually sync music" then deleting all of my songs and resyncing. That shouldn't take more than 45 minutes. I'll report back if it works.

Maybe you are looking for

  • MacBook Pro power adapters dying, keys frying, strange heat problem

    I've got a very frustrating and mysterious major situation going on with my MBPro. I'm living in Peru in the jungle. I've got a basic electric hookup that's caused no problems for the few electrical devices I've got: small dorm-size fridge, a lightbu

  • Energy saver not coming on when lid closed

    I'm not sure if this because I changed some setting or because I did the battery sw upgrade but now when IU close the lid on my MBR it does not sleep. The apple on the back of it stays lit, and it looks like the display never goes off. Is there a set

  • Does anyone know anything about a pico life e reader

    hello

  • About this Mac/Storage Question?

    A few months ago, I upgraded my MacBook Pro 9,1 to two drives using OWC's Data Doubler. My main drive is a Samsung 840 Pro SSD. My intent was to use the SSD primarily for the OS and applications. My secondary drive is the stock Apple 500GB hard drive

  • Transport request is taking 12 min to release?

    hi evryone, I am releasing a request. while transporting it to quality its showing to wait 15 min. one object gets tranported in a min.then its stops transporting. in Se01 , In front of the request shows 'Canceled Request can be tranported!' and agai