If I have two undo tablespace, under what situation oracle will use another

if I have two undo tablespaces, under what situation oracle will use another
one is default undo tablespace, another is created manually
will it use it when the default one is full?
it seem like to be it won't use the second undo tablespace.
thanks
Edited by: user11402556 on Jul 3, 2010 2:18 PM

You can have two Undo Tablespaces created with the CREATE UNDO TABLESPACE syntax.
However, the current database instance will use the Undo Tablespace specified by the instance level parameter undo_tablespace.
When you want to switch the datafiles of an undo tablespace from, say, one mount point to another (or when you want to "resize" an undo tablespace that has grown very large for specific one-off / adhoc jobs), you would create another undo tablespace, reset the instance level parameter to the new undo tablespace and wait for a decent interval (e.g. at least undo_retention or autotuned undo retention) before dropping the old undo tablespace.
So yours is not a hypothetical question. Having two undo tablespaces is a real-world practice -- but the two are concurrently present for only a short duration, while transactions and queries switch from one to the other.
(In RAC, each database instance must have it's own Undo tablespace as well).
Hemant K Chitale

Similar Messages

Maybe you are looking for

  • Oracle 8i Lite and Palm, Windows CE and EPOC

    This may be a simple question to developers (which I am not), but we have a client who is seeking advice regarding the use of Palm Pilots, Psion or similar devices for field recording of data. Their database is Oracle 7.3.4 (soon to be upgraded to 8)

  • How to organize / group fonts in Photoshop

    When I open fonts drop down menu inside of Photoshop, I have over 300 fonts listed in alphabetical order, most of which I don't use.  I installed about 20 fonts that I like. But how do I group them together? After typing and selecting text in Photosh

  • Configuring Weblogic server  to use HTTP protocol instead of T3

    It is posible to set two Weblogic servers to communicate using the HTTP protocol instead of the T3 protocol? We are able to communicate between servers using the T3 protocol. We were also able to set a server to communicate to a client using the HTTP

  • Problem login in via Terminal

    I have enabled developer mode in my N9. When I start Terminal and try to log in with: devel-su and rootme I get this error message: su: can't set groups: Operation not permitted I have uninstalled and installed developer package, reboot the phone, re

  • Reg. TEXT Table

    Hi, While creating TEXT table is it that the language field (SPRAS) is mandatory? and if mandatory then field name in the TEXT table will always be SPRAS, whether we can create the TEXT table with language field as YSPARS? Thanks aRs