How to rebuil undo and temp tbspc

Hi hussein/helios
Our apps undo and temp tablespaces got so big ( like 10Gb each) that it almost run out of space. Ho do i resync in back to 2Gb each.
Is there a system commnad like > alter tablespace undo resync?
Thanks a lot
msK

Hi,
Please refer tech note *262066.1 : How To Size UNDO Tablespace For Automatic Undo Management*
Hope helps.
Regards,
X A H E E R

Similar Messages

  • How to exclude UNDO and temp tablespace using monitoring template

    hi,
    as per MOS note id 816920.1 undo and temp tablespace is excluded from monitoring starting version 11G onwards.It says that thresholds will need to be explicitly set if undo and temp needs to be monitored
    we have grid 12C implemented now with monitoring templates which sets thresholds for all tablespaces. does it apply that thresholds to undo and temp too?? we are receiving alerts for undo and temp tablespaces and we wish to disable them. We have undo tablespaces with different names in many databases as per naming conventions for that line of business.
    How can i exclude undo and temp tablespaces from monitoring using grid 12C monitoring templates. is there a way through templates where i can set thresholds of permanent tablespaces only???

    In EM12c, go to the 'Enterprise' menu, then 'Job', then 'Library'. There should be an out-of-the-box job called "DISABLE TABLESPACE USED (%) ALERTS FOR UNDO AND TEMP TABLESPACES" that you can run against your database targets, and that job will disable database-generated alerts.
    If a previous admin has set up EM12c-generated alerts for undo and temp, then yes, a monitoring template will take care of disabling them. Either remove those alerts from the existing monitoring template and apply them to your targets, or create a new monitoring template based on one database's current settings, remove those warning/critical thresholds for your undo and temp tablespaces, and apply it to your targets.

  • How to exclude undo and temp from "Tablespace Space Used (%)"

    Dear All
    Is it possible to exclude undo and temp tablespace monitoring from "Tablespace Space Used (%)" matric?
    Thanks & Regards
    Quazi Abdur Rab

    If you use TEMP >=100 as Warning, this warning can still be raised.
    What version of the database is it? If Oracle 10g, Grid Control (the agent) searches the alert table in the database for alerts, so the database raises the alert and the agent just passes this alert to Grid Control.
    If you are using Oracle 10g, you can use the following statement (connected as sys):
    DBMS_SERVER_ALERT.SET_THRESHOLD(
    metrics_id => DBMS_SERVER_ALERT.TABLESPACE_PCT_FULL,
    warning_operator => DBMS_SERVER_ALERT.OPERATOR_GT,
    warning_value => '90',
    critical_operator => DBMS_SERVER_ALERT.OPERATOR_GT,
    critical_value => '100',
    observation_period => 1,
    consecutive_occurrences => 1,
    instance_name => NULL,
    object_type => DBMS_SERVER_ALERT.OBJECT_TYPE_TABLESPACE,
    object_name => 'TEMP');
    This will create the GT (Greater Than) instead of GE (Greater Equal).
    Kind regards,
    Dave
    ps. I'm using GC 10.2.0.3.0, so thanks for the note that 10.2.0.4 doesn't take 100+ values.

  • UNDO and TEMP usage by a schema

    Hi,
    How can I findout UNDO and TEMP space usage by a schema? do we have any tables for this?
    If I want to get UNDO,TEMP space or any other resource used by a schema for 24 Hours period,can get this info.
    Can you please suggest the procedure to know the high resource consumption application?
    I am using Oracle 9.2.0.4 in SUN cluster environment.
    Thanks very much in advance.I apreciate your help
    Thanks
    Thanks

    Hi,
    About UNDO, you can check the status of the undo segment currently used by active transactions.
    select s.username, t.xidusn, t.ubafil, t.ubablk, t.used_ublk
    from v$session s, v$transaction t
    where s.saddr = t.ses_addr;About others user session's information, you can try this below:
    select osuser,
           machine,
           username,
           segment_name,
           sa.sql_text
    from   v$session s,
           v$transaction t,
           dba_rollback_segs r,
           v$sqlarea sa
    where  s.taddr = t.addr
    and    t.xidusn = r.segment_id(+)
    and    s.sql_address = sa.address(+)
    order by osuserAbout TEMP:
    To monitor tempspace eating by sessionSELECT a.sid,b.BLOCKS FROM v$session a , v$sort_usage b
    WHERE a.saddr=b.SESSION_ADDR;
    To monitor tempspace eating by SQLSELECT a.sql_text,b.BLOCKS FROM v$sql a , v$sort_usage b
    WHERE a.sql_id=b.sql_id;Cheers

  • My husband's phone got all of my apps, etc. when I connected it to the computer.  How do I undo and avoid this happening again in the future?

    My husband's phone got all of my apps, etc. when I connected his phone to the computer.  How do I undo this and prevent it from happening in the future?

    Hi:
    I don't use iCloud since it caused me some problems a bit ago.  I sync my iPad by plugging it into my iMac.  I don't like automatic updating of anything
    Barry

  • Was trying to upgrade to firfox 4; how do I undo, and not upgrade. firefox has "disabled" my ability to surf.

    firefox has instructed me to disable "work offline"; I can't find work offline to disable it. I am frustrated, and therefore do not want to upgrade to firefox 4. the so-called improvements have stopped my ability to access my various sites.

    Symantec need to update their Firefox add-ons so that they are compatible with Firefox 4. They have indicated that for Norton 360 they plan to release an update to Norton 360 to support Firefox 4 in early May - http://us.norton.com/support/kb/web_view.jsp?wv_type=public_web&docurl=20100720113635EN&ln=en_US
    I do not know about the time scale for updates for other Norton products. Pending the update by Symantec, if you want to use the Norton add-ons you will need to downgrade to Firefox 3.6.
    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • Database restore without temp, undo and control files.

    Hi All,
    You might found this question silly but I don't know so asking this question here.
    I have cold back up of the database. Now, I want create clone of that database, but I have some different paths for the DBFs so I will create new control file after restoring the database.
    Now, I know that I don't need control files and tempfiles to be restored. I have 10 undo files in backup but on the new clone database I don't need all 10. I want only 5. So can I do the restoration without undo , temp and control file and later on add undo and temp?? and if yes then tell me that can I add them at mount level??
    This is my first restore, Please guide me its very urgent

    Nitin Joshi wrote:
    f the COLD Backup does not include the Online Redo Logs, an ALTER DATABASE OPEN RESETLOGS is requireed >>to create these Online Redo Logs. Unfortunately, an OPEN RESETLOGS can only be done after an Incomplete >>Recovery or when using a Backup Control file.
    Therefore, we do a RECOVER with a CANCEL to simulate an Incomplete Recovery.Completely agree with you Hemant. And the links you've provided,i've gone through many times. Excellent description.
    I just wanted to know in above(OP's) scenario if he has complete cold backup(includes online redo logs), does he really need open reset logs or any recovery?
    Regards!no , if you have cold backup with online redo log files then i don't think so you need to open database in resetlogs.Resetlog is always after incomplete recovery or recovery using backup controlfile or you dont have redo logs.
    I am completely agree with you that with given scenario for the cold backup undo tablespace would not be part of recovery and you can
    -offline drop undo tablespace file
    -create another one undo tablespace and its undo datafile
    -point spfile to that newly undo tablespace
    I think Aman is saying in the context of restore and recover online database where undo tablespace create a vital role in database recovery, the undo blocks roll back the effects of uncommitted transactions previously applied by the rolling forward phase.
    Khurram

  • TS3274 I restored my IPad and lost pictures and all info-how do I undo?

    I restored my IPad and lost my pictures and all info for email ect..How do I undo and go back ?

    A restore erases everything from your device, if you didn't back them up to your computer or backup your iPad then they are gone.

  • I have two different apple id's, one on my computer and one on my phone. i connected my phone to sync music and i lost most of my music. i realised that the music i lost is from the apple id on my mac. how do i undo this mess? help anyone?

    i have two different apple id's, one on my computer and one on my phone. i connected my phone to sync music and i lost most of my music. i realised that the music i lost is from the apple id on my mac. how do i undo this mess? help anyone?

    The iphone will mirror the selected content of your computer.
    Make sure everything is on your computer.  Select what you want on your iphone, sync

  • How can I use undo and redo with run time menu?

    Hi..I try to built my own menu for graphic programming. How can I use undo and redo in labview with run time menu?

    filozof-
    During runtime, by default, LabVIEW has undo/redo data changes under the edit menu. This will undo/redo changes made to controls during runtime. If you want a more extensive undo/redo (custom for your application), you are going to have to do quite a few things
    1) Create a custom runtime menu (Edit>>RunTime Menu) and place your own undo/redo controls on it
    2) Keep an action history in your program
    3) Catch the Shortcut menu event for your custom undo/redo controls
    4) Reverse the last action in your histroy when you catch the event
    This method would allow you undo entire operations (like resize, move, or whatever kind of functionality you are building into your application) unstead of just undoing data changes.
    Xaq

  • How do I  undo an update to pages 2.1 on an iPad 2? I can no longer open a document previously saved, even when I try to open it in the iCloud and on my Mac.

    How do I  undo an update to pages 2.1 on an iPad 2? I can no longer open a document previously saved, even when I try to open it in the iCloud and on my Mac.

    With IOS Pages v2.0 and v2.1, Apple introduced a new document format that is incompatible with prior Pages versions on IOS or OS X Pages ’09. Opening older documents with these recent versions of Pages will permanently prevent the document from opening in earlier versions of Pages on IOS or OS X.
    Nice of Apple to warn people.
    There is no undo of an iTunes application update, short of forcing iTunes to restore IOS v6 back on that iPad 2. Even if you did that, you won't find the IOS Pages v1.7.2 in the iTunes store now.
    IOS Pages v2+ will allow you to export content in Word .docx format. You do this by first tapping the box with an up-arrow in it (next to the left-most +). A menu will slide up — choose Send a Copy. Select a document icon. Pick Mail, and then Word. Your Pages v2.1 document will now be converted to Word .docx, and attached to an email body. Fill in the to address and send.

  • I just sinced up to an old iphone and it deleted all of my current iphones info and loaded all of the older stuff on it. How do I undo this???

    I just sinced up to an old iphone and it deleted all of my current iphones info and loaded all of the older stuff on it. How do I undo this???

    Hi Khuram1981 - thank you thank you thank you!  All sorted!  dont suppose you know how to fix another problem I have??? for weeks now, since updating to ios5 I think, for some reason every time I have tried to log onto app store it says CANNOT CONNECT TO ITUNES STORE.  It's nothing to do with my computer, and I've been to the Geniius bar but they couldnt help and nothing I seem to do lets me update my Apps and even worse, I cant even buy any more.  Any suggestions?
    Again thank you SO much for helping with other problem = a real relief.
    Chatterwind xx

  • How do I copy and paste to my mac and undo the change attributes like I do withmy iPad. I cannot shake my mac?

    How do I copy and paste to my mac and undo the change attributes. On my ipad I can shake it and undo the change attributes but not sure how to do this on the imac? Example Excel to email and undo changes?

    Thanks for the information....It did not work,....
    I am copying information from Excel and posting it into Lotus
    It works fine in word and other application, just not in Lotus notes...
    Any other ideas?

  • I accidently pressed autofill on itunes several times while by iphone 4s was plugged in and it duplicated many songs and turned them grey. how can i undo this?

    i accidently pressed autofill on itunes several times while my iphone 4s was plugged in and it duplicated many songs and turned them grey. how can i undo this?

    Connect your ipod upto thecomputer
    View > Show Sidebar then you will see your device on the left hand side.
    Select Device by clicking on the name
    Select Music from the options on the right
    untick Sync Music
    Click Apply bottom right.
    All the music should now be taken off your ipod
    When Finished
    re tick Sync Music Select what Albums, Artists, Genres and playlists you want
    Click Apply and you should be back where you started

  • I upgraded my ipad and now my password changed. how do i get the temp password for entry ???

    i upgraded my ipad software and now my password changed. how do i get the temp password for entry ???

    The same thing happened to me??????

Maybe you are looking for

  • Change number in material master required steps to use

    Hi All. Thanks in advance sap  mm dudes. Need steps in sap mm material master change number. creation of change number  and usage  of change number Display of list of changes. Regards. parameshwar

  • Random texts not sending

    I have the iPhone 4. The other day i began having issues with texting. Certain people that I texted earlier in the day were suddenly not getting through to them, or from them to me. They would get a message saying their number was blocked. I would ju

  • XK01 - Change Field Text Description in  Vendor master

    Hi friends,    I am looking for how to change the SAP field tax descriptio. For eg in XK01 tcode the tax information field is Tax Number 1 (LFA1-STCD1) . I want to give a new description for this as per the customer requirement. Where to change this

  • Load Report Error

    Hi Experts, I have a customer who is receiving this error when trying to install Crystal Reports version 2.0.6. This is the error that he receives everytime. CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.Int

  • Epson N515 error message will not print

    epson printer will not print.  error messasge: "rastertoescpll quite unexpectantly" Any fix available