Can not alter availability of a pluggable database' tablespace from RMAN while connected to CDB?
Hello Experts,
I need to restore a tablespace in a pluggable database which is online. So I need to bring that offline.I am connected to the Container DB( CDB). So I am specifying
a full tablespace name as PDBname:tablespace name. Please find below the command I ran and its output.
C:\Users\Administrator>rman target /
Recovery Manager: Release 12.1.0.1.0 - Production on Sat Feb 22 00:27:35 2014
Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORCL (DBID=1352287745)
RMAN> SQL 'ALTER TABLESPACE PDBORCL:USERS OFFLINE IMMEDIATE';
using target database control file instead of recovery catalog
sql statement: ALTER TABLESPACE PDBORCL:USERS OFFLINE IMMEDIATE