********************************RESTORE TABLESPACES****************************** connect target system/manager@database; connect rcvcat rman/rman@rman; run { allocate channel dev1 type disk; allocate channel t1 type 'SBT_TAPE' parms 'ENV=(NSR_SERVER=trishul)'; allocate channel t2 type 'SBT_TAPE' parms 'ENV=(NSR_SERVER=trishul)'; restore tablespace 'USERS' ; restore tablespace 'SYSTEM' ; sql "alter database mount" ; recover tablespace 'USERS' ; recover tablespace 'SYSTEM' ; sql "alter database open" ; release channel dev1; release channel t1; release channel t2; } -- Note: To sign off this list, send a "signoff networker" command via email to listserv AT listserv.temple DOT edu or visit the list's Web site at http://listserv.temple.edu/archives/networker.html where you can also view and post messages to the list. Questions regarding this list should be sent to stan AT temple DOT edu =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=