restoring prod database to dev databases
we are using SE1 11.2 on a linux environment, we have the following setup
production server = PROD
production database name and sid = LIVE
we have a server running 3 developer databases which they need to restore from LIVE1 whenever they feel like it, the development setup is...
development server = DEV
development databases and sid = DEV1, DEV2, DEV3
so what i'm after is a way of restoring our RMAN backup of LIVE onto anyone of the development databases. Is there anyway of renaming the database and sid during the RMAN restore?
the only other option i can think of is to have a 4th development database on DEV called LIVE, retore to this and the take a hot backup and use this to restore to DEV1 etc