[HOME]

Tablespace Standards


Tablespace Definition


Unique Tablespaces

The following tablespaces have unique usages within Oberlin's Oracle archetecture.

HOT

SCRATCH

TEMPTABLES


HOT

The HOT tablespace resides on a Solid State Disk(s) (SSD). As a result, access to tables within the HOT tablespace are not subject to the normal limitations of disk-based tablespaces, as SSDs run at memory speeds. In fact, access to tables within the HOT tablespace is about fifty times faster than to tables located in files on standard disk drives.

The following general guidelines apply to the HOT tablespace.


SCRATCH

The SCRATCH Tablespace is used to store temporary tables which by definition are transitory in nature. Therefore, the assumption is that tables residing in SCRATCH may be removed at any time with no detrimental effect on production systems (assuming of course the table is not in use by a running process).

The following general guidelines apply to the SCRATCH tablespace.


TEMPTABLES

The TEMPTABLES tablespace is used as a general scratch area for SQL statement processing by Oracle. As a result, permanent tables are NEVER stored in TEMPTABLES.

All Oracle Users (Schemas) are granted full access to the TEMPTABLES tablespace.

All Oracle Users (Schemas) have as their temporary tablespace, TEMPTABLES.


Return to: Oracle Standards / Oracle Database / ACS Staff / CC Staff Server / Houck Computing Center / Computing at Oberlin / Oberlin Online Home


Oberlin Online
This page is maintained by the Oberlin Online Project of Administrative Computing Services, Irvin E. Houck Computing Center. Send information, suggestions, or queries to webmaster@www.oberlin.edu.
Last updated: 21 February 1995