InterviewSolution
Saved Bookmarks
| 1. |
You Have Just Had To Restore From Backup And Do Not Have Any Control Files. How Would You Go About Bringing Up This Database? |
|
Answer» I WOULD create a TEXT based backup CONTROL FILE, STIPULATING where on disk all the data files where and then issue the recover command with the using backup control file clause. I would create a text based backup control file, stipulating where on disk all the data files where and then issue the recover command with the using backup control file clause. |
|