rman duplicate include tablespace readonly
Hi all,using duplicate target database to "CLONE" , i can see that RMAN ship tbs readonly :
contents of Memory Script:
{
set until scn 7372422034214;
restore
check readonly
clone database
skip tablespace
STORICO0001X,
STORICO0001D,
...
I need to restore the TBS STORICO0001X and STORICO0001D. Can you tell me how I can force to RMAN to include TBS readonly.
contents of Memory Script:
{
set until scn 7372422034214;
restore
check readonly
clone database
skip tablespace
STORICO0001X,
STORICO0001D,
...
I need to restore the TBS STORICO0001X and STORICO0001D. Can you tell me how I can force to RMAN to include TBS readonly.
0