1Z0-060 · Question #49
You create a new pluggable database, HR_PDB, from the seed database. Which three tablespaces are created by default in HR_PDB?
The correct answer is A. SYSTEM B. SYSAUX E. TEMP. A PDB would have its SYSTEM, SYSAUX, TEMP tablespaces.It can also contains other user created tablespaces in it. Oracle Database creates both the SYSTEM and SYSAUX tablespaces as part of every *tablespace_datafile_clauses Use these clauses to specify attributes for all data…
Question
You create a new pluggable database, HR_PDB, from the seed database. Which three tablespaces are created by default in HR_PDB?
Options
- ASYSTEM
- BSYSAUX
- CEXAMPLE
- DUNDO
- ETEMP
- FUSERS
How the community answered
(54 responses)- A87% (47)
- C2% (1)
- D4% (2)
- F7% (4)
Explanation
*A PDB would have its SYSTEM, SYSAUX, TEMP tablespaces.It can also contains other user created tablespaces in it. *Oracle Database creates both the SYSTEM and SYSAUX tablespaces as part of every *tablespace_datafile_clauses Use these clauses to specify attributes for all data files comprising the SYSTEM and SYSAUX tablespaces in the seed PDB. Not D:a PDB can not have an undo tablespace. Instead, it uses the undo tablespace belonging to CONN pdb_admin@pdb1 SELECT tablespace_name FROM dba_tablespaces; ------------------------------
Topics
Community Discussion
No community discussion yet for this question.