Which task should you perform before issuing the command?

Your multitenant container database (CDB) contains a pluggable database, HR_PDB. The
default permanent tablespace in HR_PDB is USERDATA. The container database (CDB) is
open and you connect RMAN. You want to issue the following RMAN command: RMAN >
BACKUP TABLESPACE hr_pdb:userdata; Which task should you perform before issuing
the command?

Your multitenant container database (CDB) contains a pluggable database, HR_PDB. The
default permanent tablespace in HR_PDB is USERDATA. The container database (CDB) is
open and you connect RMAN. You want to issue the following RMAN command: RMAN >
BACKUP TABLESPACE hr_pdb:userdata; Which task should you perform before issuing
the command?

A.
Place the root container in ARHCHIVELOG mode.

B.
Take the user data tablespace offline.

C.
Place the root container in the nomount stage.

D.
Ensure that HR_PDB is open.

Explanation:



Leave a Reply 3

Your email address will not be published. Required fields are marked *


antonio

antonio

why not B?

Tonny

Tonny

This is why :

[oracle@test ~]$ rman target /

Recovery Manager: Release 12.1.0.2.0 – Production on Wed Dec 21 15:49:58 2016

Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.

connected to target database: ORCL (DBID=1456920143)

RMAN> backup tablespace new_pdb:system;

Starting backup at 21-DEC-16
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=134 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 12/21/2016 15:50:28
RMAN-06817: Pluggable Database NEW_PDB cannot be backed up in NOARCHIVELOG mode.

you can swap new_pdb for hr_pdb 😛