0% found this document useful (0 votes)
73 views1 page

Midterm Lab Exam - Advance

Uploaded by

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

Midterm Lab Exam - Advance

Uploaded by

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

 TRIMESTRALEXAM 2333B (BLENDED)   Jairem Cedrick Santos

 UGRD-IT6203A-2333T
UGRD-IT6203A Advanced Database Management Systems
 Participants
Home / My courses / UGRD-IT6203A-2333T / MIDTERM EXAM / Midterm Lab Exam
 Badges

 Competencies
Started on Friday, 21 June 2024, 2:52 PM Quiz navigation
State Finished 1 2 3 4 5 6 7 8 9
 Grades
Completed on Friday, 21 June 2024, 3:01 PM
 General Time taken 8 mins 45 secs 10
Grade 90.00 out of 100.00
 PRELIM EXAM Show one page at a time
Question 1 To create a duplicate database, put the following steps in the correct order:
Finish review
 MIDTERM EXAM Correct
1. Start the auxiliary instance as NOMOUNT.
Mark 10.00 out
2. Allocate auxiliary channels if necessary.
of 10.00
 FINAL EXAM 3. Run the RMAN DUPLICATE command.
Flag
4. Create a password file for the auxiliary instance.
question
 Home 5. Ensure network connectivity to the auxiliary instance.
6. Open the auxiliary instance.
 Dashboard 7. Start the source database in MOUNT or OPEN mode.
8. Create an initialization parameter file for the auxiliary instance.
9. Create backups or copy existing backups and archived log files to a common location accessible by the auxiliary instance.
 Calendar

 Private files

 My courses
Select one:
a. 4, 5, 8, 1, 7, 9, 2, 3, 6
 UGRD-CYBS6101-
2333T b. 5, 4, 8, 1, 7, 9, 3, 2, 6

c. 4, 5, 8, 1, 7, 9, 3, 2, 6
 UGRD-PHYED6201-
2333T d. 5, 4, 1, 8, 7, 9, 2, 3, 6

 UGRD-IT6314-2333T 
Your answer is correct.
 UGRD-IT6300-2333T

Question 2 To create a duplicate database, put the following steps in the correct order:
Correct
1. Start the auxiliary instance as NOMOUNT.
Mark 10.00 out
2. Allocate auxiliary channels if necessary.
of 10.00
3. Run the RMAN DUPLICATE command.
Flag
4. Create a password file for the auxiliary instance.
question
5. Ensure network connectivity to the auxiliary instance.
6. Open the auxiliary instance.
7. Start the source database in MOUNT or OPEN mode.
8. Create an initialization parameter file for the auxiliary instance.
9. Create backups or copy existing backups and archived log files to a common location accessible by the auxiliary instance.

Select one:
a. 4, 5, 8, 1, 7, 9, 3, 2, 6

b. 5, 4, 1, 8, 7, 9, 2, 3, 6

c. 4, 5, 8, 1, 7, 9, 2, 3, 6

d. 5, 4, 8, 1, 7, 9, 3, 2, 6

Your answer is correct.

Question 3
Which of the following clauses is not valid for the RMAN DUPLICATE command?
Correct

Mark 10.00 out


of 10.00
Select one:
Flag
question a. SKIP OFFLINE

b. SKIP TABLESPACE

c. NOFILENAMECHECK

d. SKIP READONLY

e. OPEN RESTRICTED

Your answer is correct.

Question 4
Identify the correct statement regarding TSPITR terminology.
Correct

Mark 10.00 out Select one:


of 10.00
a. The recovery set is the group of datafiles containing the tablespace(s) to be recovered.
Flag
question b. The auxiliary set contains all datafiles for recovery except the SYSTEM and UNDO tablespaces.

c. The target time is any time after the corrupted tables were modified or tables were accidentally dropped.

d. The auxiliary destination is the permanent location for the auxiliary instance’s datafiles.

Your answer is correct.

Question 5 Identify the data dictionary view you can use to check for object dependencies between tablespaces.
Correct

Mark 10.00 out Select one:


of 10.00
a. TS_PITR_OBJECTS_TO_BE_DROPPED
Flag
question b. TS_PITR_CHECK_DEPENDENCY

c. TS_PITR_CHECK

d. TS_PITR_DEPENDENCY_CHECK

Your answer is correct.

Question 6 Which of the following two dynamic performance views can you use to identify the relationship between Oracle server sessions and RMAN channels?
Correct

Mark 10.00 out Select one:


of 10.00
a. V$PROCESS and V$BACKUP_SESSION
Flag
question b. V$BACKUP_ASYNC_IO and V$SESSION

c. V$PROCESS and V$SESSION

d. V$BACKUP_SYNC_IO and V$BACKUP_ASYNC_IO

e. V$PROCESS and V$BACKUP_ASYNC_IO

Your answer is correct.

Question 7 You can use V$BACKUP_ASYNC_IO to monitor asynchronous RMAN I/O. What column or columns do you use to determine which file is the bottleneck during a
Incorrect backup?
Mark 0.00 out
of 10.00 Select one:
Flag a. A large value for IO_COUNT
question
b. A large value for IO_COUNT / LONG_WAITS 

c. A large value for LONG_WAITS / IO_COUNT

d. A large value for LONG_WAITS

Your answer is incorrect.

Question 8 You set the initialization parameter BACKUP_TAPE_IO_SLAVES to TRUE. What effect does this have on the type of I/O that the server processes perform for RMAN if
Correct you are using tape?
Mark 10.00 out
of 10.00 Select one:
Flag a. If LARGE_POOL_SIZE is set to a nonzero value, tape I/O is automatically synchronous.
question
b. If LARGE_POOL_SIZE is set to a nonzero value, tape I/O is automatically asynchronous.

c. Tape I/O is automatically asynchronous.

d. Tape I/O is automatically synchronous.

Your answer is correct.

Question 9 What is the maximum number of database writer processes (DBWn) in an Oracle database instance?
Correct

Mark 10.00 out Select one:


of 10.00
a. 20
Flag
question b. 1

c. 10

Your answer is correct.

Question 10 Which of the following statement is not true regarding database backups?
Correct

Mark 10.00 out Select one:


of 10.00
a. A logical database backup reads a set of database rows and writes them to an ASM disk group.
Flag
question b. A consistent offline backup occurs after a SHUTDOWN NORMAL, IMMEDIATE, or TRANSACTIONAL.

c. A physical database backup copies one or more files that constitute the database.

d. Online backups can occur only when your database is in ARCHIVELOG mode.

e. As of Oracle Database 11g, RMAN supports only online backups.

f. A logical database backup reads a set of database rows and writes them to a file.

Your answer is correct.

Finish review

◄ MIDTERM EXAM Jump to...

You are logged in as Jairem Cedrick Santos (Log out)


UGRD-IT6203A-2333T
Data retention summary
Get the mobile app

You might also like