InterviewSolution
Saved Bookmarks
| 1. |
What Is System Tablespace And When Is It Created? |
|
Answer» EVERY Oracle database contains a TABLESPACE named SYSTEM, which is automatically created when the database is created. The SYSTEM tablespace always contains the data DICTIONARY TABLES for the entire database. Every Oracle database contains a tablespace named SYSTEM, which is automatically created when the database is created. The SYSTEM tablespace always contains the data dictionary tables for the entire database. |
|