Oracle tablespaces - Dec 03, 2008 at 15:00 PM by Rajmeet Ghai
What is tablespaces? Explain the purpose of tablespaces.
A table space can be considered as a storage location where the database objects
are kept. It forms a part of the physical portion of the database used to
allocate storage to these objects. Once a table space is created, it can
referred by name when creating the database objects.
Purpose: It can be used to control the disk layout of an
installation. It can be used to optimize performance.
|