I want to know the steps to do a database refresh or create a test database using hotbackup of production database. Can somebody please let me know the steps how to achieve that ?
1. alter db backup controlfile to trace (from primary)
2. precreate test db and shutdown
3. edit init.ora
4. restore hotbackup inc. arch files
5. edit trace file
6. recreate controlfile using trace file and recover db
UNDO related parameters applies to 9i right not for 8i ??
also I will be just doing alter backup controlfile to trace from PROD and then edit it to be run in TEST.
and when I do RECOVER DATABASE using backup controlfile until cancel, i guess I have to supply the archive logs ??
Bookmarks