1Z0-034 · Question #36
You created a database with the Database Configuration Assistant (DBCA) by using one of the default templates. Which tablespace will be the default permanent tablespace for non-system users…
The correct answer is A. USERS. This tablespace is used to store permanent user objects and data. Like the TEMP tablespace, every database should have a tablespace for permanent user data that is assigned to users. Otherwise, user objects will be created in the SYSTEM tablespace, which is not good practice…
Question
You created a database with the Database Configuration Assistant (DBCA) by using one of the default templates. Which tablespace will be the default permanent tablespace for non-system users, excluding DBSNMP and OUTLN?
Options
- AUSERS
- BSYSTEM
- CSYSAUX
- DEXAMPLE
- ESAMPLE
How the community answered
(56 responses)- A80% (45)
- B2% (1)
- C2% (1)
- D5% (3)
- E11% (6)
Explanation
This tablespace is used to store permanent user objects and data. Like the TEMP tablespace, every database should have a tablespace for permanent user data that is assigned to users. Otherwise, user objects will be created in the SYSTEM tablespace, which is not good practice. In the preconfigured database, USERS is assigned the default tablespace, and space for all objects created by non-system users comes from this tablespace. For system users, the default permanent tablespace remains SYSTEM. REF.: Oracle(r) 10g 2 Days DBA, 6-7
Topics
Community Discussion
No community discussion yet for this question.