RMAN Cloning of Specific TBS
From database DB1 I have a full rman backup.
I need to restore only tablespaces TBS1 and TBS2 on another server that does not have enough space to restore all of database DB1.
What would my RMAN syntax be inorder to do this? I would expect I need a sys/system tablespace along with TBS1 and TBS2 to be restored. Any help would be appreciated.