If you want the database to restored as past to a point-in-time do a point-in-time recovery until the desired timestamp on test server. As Amit said the OS should be same.
OR if you just want last's moth's data on the new database then create DB link and pull the data using SQL queries.
HTH.




Reply With Quote