Why RMAN duplicate Skipping tablespace USERS
Hi,
I am cloning E-Business Suite Database using Active Duplicate. I am running following duplicate command:
DUPLICATE DATABASE TO <DUPLICATE CDB NAME> PLUGGABLE DATABASE <PDB NAME> from active database;
Log file shows "Skipping tablespace USERS". We have couple of objects owned by MGDSYS, ORDDATA, ORDSYS on USERS tablespace on Source CDB database. Also USERS tablespace is the default database tablespace on Source CDB database. Not sure why Duplicate command is skipping it.
My command and log file messages are almost same as what Oracle Support note 1998415.1 shows. You can see, same behavior in this example as well as example shown in note