nerdexam
Oracle

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…

New Features for Database Infrastructure and Architecture

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)
  • A
    87% (47)
  • C
    2% (1)
  • D
    4% (2)
  • F
    7% (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

#PDB creation#default tablespaces#seed database#CDB

Community Discussion

No community discussion yet for this question.

Full 1Z0-060 Practice