This chapter introduces the basic concepts and techniques for database
space management, including tablespace, data files, control file,
storage management parameters, and rollback . Upon completion of this
chapter, you will accomplish the following:
Understand basic concept of database tablespace (logical structure)
and its relation to data files (physical structure).
How to create tablespace (logical structure).
How to alter tablespace.
How to display information about data files (physical) and tablespaces
(logical).
Understand what is control file for.
How to manage control file.
Understand the storage parameters and know how to change them.
Understand the application of rollback segments.
Understand why and when a temporary tablespace is needed.
Understand some more advanced topics related to large objects
and partitioning tables.