Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Partial duplicate database with RMAN

Re: Partial duplicate database with RMAN

From: <Magvivek_at_gmail.com>
Date: 17 Feb 2005 09:38:41 -0800
Message-ID: <1108661921.629830.252970@f14g2000cwb.googlegroups.com>


Please try something like this.
here i am skipping the tablespaces USERS ,SNAP,INDX <pre>
rman>run {
...
...

duplicate target database to XXX
skip tablespace 'USERS','SNAP','INDX'
PFILE = /backup/rmanscr/initXXX.ora
...
...

} Received on Thu Feb 17 2005 - 11:38:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US