Need to reproduce live server backup on test machine [message #484966] |
Sat, 04 December 2010 08:03 |
ateeqrahman786
Messages: 52 Registered: December 2009 Location: Hyderabad,India
|
Member |
|
|
Hi,
We are using the setup as below.
The database backup (O/S Copy) is copied to a local drive on the live server (A). This backup is the copied on another machine (B) which is used as test database.
Now,I am planning to use RMAN as backup tool. Since the RMAN backup's are stored in RMAN format, how could i reproduce this in another machine.
Please suggest as i need last day's data for testing purpose. I can't use Dataguard as the test server is not same as live server.
Please suggest an alternative,
Best Regards,
|
|
|
|
|
|
|
|
Re: Need to reproduce live server backup on test machine [message #485156 is a reply to message #484975] |
Mon, 06 December 2010 08:46 |
kudur_kv
Messages: 75 Registered: February 2005
|
Member |
|
|
I'd suggest that you set up a cronjob or a scheduled job (windows) for the same actions that you'd do if you were doing it manually.
1. delete all old backups
2. delete all of the current DB files
3. copy all the necessary backup files from the prod server
4. Run the duplicate DB command again.
|
|
|
|