Advanced Database Management Systems QUIZZES
Advanced Database Management Systems QUIZZES
Management Systems
PRELIM LABORATORY QUIZ 1
20/20
What is the difference between coarse striping and fine striping for files in a disk group?
Coarse striping spreads files in units of 1MB each across all disks, and fine striping spreads
files in units of 128KB.
If you do not use a recovery catalog, what data dictionary or dynamic performance views
must you query to retrieve RMAN backup information?
LOG_ARCHIVE_DEST = ‘SERVICE=RMTDB99’
To enable password encryption for a specific backup, use the SET ENCRYPTION command.
If you are recovering one or more tablespaces or the entire database from backups that
have different passwords, you can conveniently specify all the passwords at once with
SET DECRYPTION
What happens to the state of an ASM instance when a connected RDBMS instance fails?
Which of the following is the default substitution variable for the FORMAT clause of the
BACKUP command?
%U
ALLOCATE CHANNEL
If you want to use two-way mirroring (normal redundancy) for a new disk group, how many
failure groups do you need?
INSTANCE_TYPE
What is the maximum number of database writer processes (DBWn) in an Oracle database
instance?
20
Choose the four best commands from the following list that you would use to enable
ARCHIVELOG mode, and put them in the correct order:
1. STARUP MOUNT
2. SHUTDOWN ABORT
3. ALTER DATABASE ARCHIVELOG;
4. STARTUP FORCE
5. ALTER DATABASE ENABLE ARCHIVELOG;
6. ALTER SYSTEM SWITCH LOGFILE;
7. SHUTDOWN NORMAL
8. ALTER DATABASE OPEN;
9. SHUTDOWN IMMEDIATE
9, 1, 3, 8
What are the default characteristics of an ASM file created with no options?
What is the value for INSTANCE_TYPE in the init.ora file or SPFILE for an ASM instance?
ASM
You have just received a pager alert indicating that the flash recovery area is below 3
percent free space. Which view and column can you query for a possible corrective action
for this space condition?
DBA_OUTSTANDING_ALERTS, SUGGESTED_ACTION
Which of the following background processes exist in both an ASM instance and an RDBMS
instance, and also support ASM disk groups?
RBAL
If you specify the initialization parameter DB_RECOVERY_FILE_DEST, what other initialization
parameter must be set?
DB_RECOVERY_FILE_DEST_SIZE