InterviewSolution
Saved Bookmarks
| 1. |
What Is Backup Set? |
|
Answer» RMAN can store backup data in a logical STRUCTURE CALLED a backup set, which is the smallest unit of an RMAN backup. A backup set contains the data from one or more data files, archived redo logs, or control files or SERVER parameter FILE. RMAN can store backup data in a logical structure called a backup set, which is the smallest unit of an RMAN backup. A backup set contains the data from one or more data files, archived redo logs, or control files or server parameter file. |
|