rdbms - what exactly the undo information lives in oracle? -


some docs says, there "undo tablespaces" implies should create tablespace undo imformation.

some docs says, there "undo segment" implies undo information lives in normal tablespaces , use of it's segment.

so, undo information lives , organized?

earlier releases of oracle database used rollback segments store undo. oracle9i introduced automatic undo management, simplifies undo space management eliminating complexities associated rollback segment management. oracle recommends (oracle 9i , on words) use undo tablespace (automatic undo management) manage undo rather rollback segments.

when creating undo tablespace, these automatically created:

n undo segments (based on sessions parameter value) named _syssmun$ owned public (usable ops configuration) not manually manageable


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -