Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Partial duplicate database with RMAN
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