Cloning a database (subset of the source database) on same host using RMAN and rolling forward
Hi
We have a 11g S.E Database with 3 application specific table spaces
we need to create a DEV database but only with 1 out of the 3 application specific table spaces
The O/S is Linux
Here is the scenario
We make a FULL backup of the source database on Monday at 8 AM
The database backup is completed 10 AM
The application tablespaces are APP_TS1,APP_TS2 and APP_TS3
The cloned database needs to have only APP_TS1 tablespace (we dont need APP_TS2 and APP_TS3)
The cloned database needs to have all the changes made to database until Monday 4 PM