Oracle Storage - What Are the Predefined Tablespaces in a Database
Interview Question Database For Software Developers
|
|
| What Are the Predefined Tablespaces in a Database | | What Are the Predefined Tablespaces in a Database? - Oracle DBA FAQ - Managing Oracle Tablespaces and Data Files | | By: FYIcenter.com | When you create a new database, Oracle server will create 4 required tablespaces
for the new database:
- SYSTEM Tablespace - Every Oracle database contains a tablespace named SYSTEM, which Oracle creates
automatically when the database is created. The SYSTEM tablespace is always online
when the database is open.
- SYSAUX Tablespace - The SYSAUX tablespace was installed as an auxiliary tablespace to the SYSTEM
tablespace when you created your database. Some database components that formerly
created and used separate tablespaces now occupy the SYSAUX tablespace.
- UNDO Tablespace - UNDO tablespaces are special tablespaces used solely for storing undo information.
You cannot create any other segment types (for example, tables or indexes) in undo
tablespaces. Each database contains zero or more undo tablespaces. In automatic undo
management mode, each Oracle instance is assigned one (and only one) undo
tablespace. Undo data is managed within an undo tablespace using undo segments
that are automatically created and maintained by Oracle.
- TEMP Tablespace - When the SYSTEM tablespace is locally managed, you must define at least one default
temporary tablespace when creating a database. A locally managed SYSTEM
tablespace cannot be used for default temporary storage.
| | ID: 674 | Rank: 1062 | Votes: 0 | Views: 26 | Submitted: 20070503 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|