InterviewSolution
Saved Bookmarks
| 1. |
What All You Can Store In Flash Recovery Area(fra)? Can One Fra Directory Be Used For More Than One Database? |
|
Answer» Oracle can STORE different kind of files under FRA:
You can use the same flash recovery area for as many databases as you want. The RMAN backup process will create a subdirectory called <SID_NAME>, the same name as the database you are backing up. Oracle can store different kind of files under FRA: You can use the same flash recovery area for as many databases as you want. The RMAN backup process will create a subdirectory called <SID_NAME>, the same name as the database you are backing up. |
|