exam questions

Exam 1z0-053 All Questions

View all questions & answers for the 1z0-053 exam

Exam 1z0-053 topic 6 question 28 discussion

Actual exam question from Oracle's 1z0-053
Question #: 28
Topic #: 6
[All 1z0-053 Questions]

Your ARCHIVELOG mode database has lost three datafiles and shut down. One is assigned to the SYSTEM tablespace and two are assigned to the USERS tablespace. You can choose from the following steps to recover your database: a: Restore the three database datafiles that were lost. b: Issue the Startup Mount command to mount the database. c: Issue the alter database open command. d: Issue the alter database open resetlogs command. e: Recover the database using the recover database command. f: Recover the datafiles with the recover datafile command. g: Take the datafiles offline.
Which is the correct order of these steps in this case?

  • A. a, b, e, c
  • B. b, e, d
  • C. a, b, d, c
  • D. b, g, c, f
  • E. a, b, d, f
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Because the system critical data files is damaged, so that the RESETLOGS option is not applied. four steps to recover the system critical data (SYSTEM tablespace or the tablespace with UNDO):
1. SHUTDOWN ABORT, if the instance is started.
2. MOUNT the instance
3. restore and recover the damaged data files;
4. OPEN the database

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...