0% found this document useful (0 votes)
197 views3 pages

Advanced Database Management Systems QUIZZES

Uploaded by

AKIRA Harashi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
197 views3 pages

Advanced Database Management Systems QUIZZES

Uploaded by

AKIRA Harashi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

UGRD-IT6203A Advanced Database

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?

The V$ views on each target such as V$BACKUP_SET and V$DATAFILE_COPY

You run the following command to create a whole database backup:


RMAN< backup as copy database spfile plus archivelog delete input;

What does the DELETE INPUT clause do?


After the backup completes, RMAN deletes the archived log files from the flash recovery
area and any other archived log file destinations.

Which of the following initialization parameters is not valid?

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?

There is no effect on the ASM instance.


Which of the following statement is not true regarding database backups?
As of Oracle Database 11g, RMAN supports only online backups.

At which level does ASM perform mirroring?


At the database object level

Which of the following is the default substitution variable for the FORMAT clause of the
BACKUP command?
%U

Which of the following are not RMAN standalone commands?

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?

The ASM object is striped but not mirrored.

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

You might also like