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. |
|