Question Text: Feedback
Question Text: Feedback
Correct
Mark 1.00 out of 1.00
Flag question
Question text
You want to remap your database links so that they do not reference production database objects. Within
which Database Replay step do you perform the remapping?
Select one:
a.
You do not need to remap, since it happens automatically
b.
During the workload preprocessing step
c.
During the workload capture step
d.
Before the workload capture starts
e.
During the workload replay step
Feedback
Your answer is correct.
Question 2
Correct
Mark 1.00 out of 1.00
Flag question
Question text
What is the difference between a critical and a noncritical datafile in a recovery scenario?
Select one:
a.
To recover a critical datafile, only the tablespace containing the critical datafile must be offline.
b.
To recover a critical datafile, the database must be in MOUNT mode. To recover a noncritical datafile, the database
can be open.
c.
To recover a noncritical datafile, both the SYSTEM tablespace and the tablespace containing the critical datafile
must be offline.
d.
To recover a critical datafile, the database must be in NOMOUNT mode. To recover a noncritical datafile, the
database must be in MOUNT mode.
Feedback
Your answer is correct.
Question 3
Correct
Mark 1.00 out of 1.00
Flag question
Question text
If you lose all of the tempfiles from your temporary tablespace, what is the most likely result noticed by your
users?
Select one:
a.
The users can’t use ORDER BY or GROUP BY in their queries.
b.
The users cannot add or delete rows in any table.
c.
The database becomes unavailable and users cannot connect.
d.
The users can’t perform SELECT statements.
Feedback
Your answer is correct.
Question 4
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Which is the best method for recovering a tempfile?
Select one:
a.
Add another tempfile to the TEMP tablespace and drop the corrupted or missing tempfile while the database is
running.
b.
Drop the TEMP tablespace and re-create it with a datafile in a new location.
c.
Shut down the database, restore the tempfile from a backup, and recover it using archived and online redo log
files.
d.
Add another tempfile to the TEMP tablespace and drop the corrupted or missing tempfile after the database
has been shut down and restarted in MOUNT mode.
Feedback
Your answer is correct.
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
Which is the best method for recovering a tempfile?
Select one:
a.
Shut down the database, restore the tempfile from a backup, and recover it using archived and online redo log
files.
b.
Add another tempfile to the TEMP tablespace and drop the corrupted or missing tempfile after the database
has been shut down and restarted in MOUNT mode.
c.
Drop the TEMP tablespace and re-create it with a datafile in a new location.
d.
Add another tempfile to the TEMP tablespace and drop the corrupted or missing tempfile while the database is
running.