RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Creating Backup Sets
«Prev
Next»
Database Backup
Export-Import Utilities
Export Import Utility
Running Oracle Export
Complete Export Backup
Create Incremental Backups
Direct Path Method Export
Recover DB Objects
Export Import Utilities
Data Backup Recovery
Recovery Manager
RMAN Basic Components
RMAN Preparation
Oracle Backup Manager
Oracle Backup Sets
RMAN Image Copy
Recovery Catalog Role
Create Recovery Catalog
Recovery Man Conclusion
Recovery Catalog Maintenance
Starting RMAN Recovery
RMAN without Recovery Catalog
RMAN reset Database
Reset Oracle DB
Resynchronize DB with RMAN
Resynchronization Situation Occurrences
Change Command Alter
Delete Validate Commands
RMAN Operations
Recovery Catalog Functions
Recovery Catalog Data Dictionary Views
Managing File Copies
Database Backup Types
Backup format Types
Channel Use Backup Operations
Using Backup Command
Creating Image Copies
Parallelize Creation Image Copies
OS Image Copies
Backup Image Sets
Creating Backup Sets
Backup Sets and Properties in Oracle - Quiz
Backup Sets and Their properties - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following statements about backup sets are true?
Please select all the correct answers.
A.
Recovery Manager creates a backup set.
B.
You must issue
alter database
commands to create backup sets with Recovery Manager.
C.
A backup set includes unused data blocks from data files.
D.
A backup set cannot combine data from data files and archive logs.
2.
Which of the following statements are true about the
format
option for the
backup
command?
Please select all the correct answers.
A.
The
format
option must be followed by a format spec in single quotes.
B.
The format spec can include literals.
C.
The format spec can include substitution variables, which are usually in the form of a percentage sign followed by a lowercase letter.
D.
The
format
option must be followed by a format spec in double quotes.
3.
Under which of the following circumstances will multiplexing of data blocks in a backup piece NOT occur?
Please select all the correct answers.
A.
When no
filesperset
option is specified and multiple data files are specified
B.
When a
filesperset
option is specified that is greater than the number of files indicated for the backup set
C.
When a
filesperset
option is specified that is equal to than the number of files indicated for the backup set
D.
When a
filesperset
option is specified that is less than the number of files indicated for the backup set