Database Backup and Recovery (MOSC)

MOSC Banner

rman duplicate include tablespace readonly

edited Oct 5, 2012 6:12AM in Database Backup and Recovery (MOSC) 10 commentsAnswered
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.


Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center