exam questions

Exam 1z0-083 All Questions

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

Exam 1z0-083 topic 1 question 125 discussion

Actual exam question from Oracle's 1z0-083
Question #: 125
Topic #: 1
[All 1z0-083 Questions]

Which three are true about block media recovery? (Choose three.)

  • A. The data file containing the block being recovered remains online.
  • B. To use it, Flashback Database must be enabled.
  • C. A block being recovered is not accessible.
  • D. It can be performed on noncorrupt blocks.
  • E. The target database for which one or more blocks are to be recovered must be in the OPEN state.
  • F. It cannot repair logical corruption.
Show Suggested Answer Hide Answer
Suggested Answer: ABC 🗳️

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
mporislav
Highly Voted 3 years, 8 months ago
A, C, F By default , RMAN searches the flashback logs for good copies of the blocks, and then searches for the blocks in full or level 0 incremental backups. You could use the EXCLUDE FLASHBACK LOG option to restrict RMAN from searching the flashback logs. (Not B). A, C main features You can perform block recovery only on blocks that are marked corrupt or fail a corruption check (Not D) The target database must run in ARCHIVELOG mode and be open or mounted with a current control file (Not E).
upvoted 18 times
md1994
2 years, 4 months ago
F is false: Block media recovery may not be able to repair all logical block corruptions. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-BBD0093C-AC8D-490C-868C-FB5F83CB0870
upvoted 2 times
...
...
RinD
Highly Voted 3 years, 8 months ago
ABC correct https://docs.oracle.com/database/121/BRADV/rcmblock.htm#BRADV89782
upvoted 7 times
...
Soiram
Most Recent 4 months, 3 weeks ago
Selected Answer: ACD
A: TRUE B: Can be executed even without flashback (altough it is faster with it) C: TRUE D: It can but will do nothing! E: Can run on all states F: It can but not all
upvoted 2 times
...
antonica
10 months, 1 week ago
ABC correct
upvoted 1 times
...
dancymonkey
1 year ago
I think ABC B - Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-21EFB177-2AC7-457C-80A0-63B11A80CD0B:~:text=Flashback%20Database%20must%20be%20enabled%20on%20the%20target%20database%20for%20RMAN%20to%20search%20the%20flashback%20logs%20for%20good%20copies%20of%20corrupt%20blocks. F is not correct - it can but not 100% - Block media recovery may not be able to repair all logical block corruptions. In these cases, alternate recovery methods, such as tablespace point-in-time recovery, or dropping and re-creating the affected objects, may repair the corruption.
upvoted 1 times
dancymonkey
1 year ago
This is why I think C is correct - With block media recovery, only the blocks actually being recovered are unavailable during the recovery. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-83CB3821-DCA8-459E-8038-CBD4D581A225:~:text=With%20block%20media%20recovery%2C%20only%20the%20blocks%20actually%20being%20recovered%20are%20unavailable%20during%20the%20recovery.
upvoted 1 times
...
...
zimwish
1 year ago
A, B, C (C is correct not F) after documentation: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html ...Block media recovery MAY NOT BE ABLE TO REPAIR ALL ...BUT SOME CAN , IT'S NOT EQUAL TO "It cannot repair ... (F)" logical block corruptions... so definetlly F=WRONG ANSWER.
upvoted 1 times
...
flaviogcmelo
1 year, 3 months ago
Selected Answer: ABC
A. and C. - Without block media recovery, if even a single block is corrupt, then you must take the data file offline and restore a backup of the data file. You must apply all redo generated for the data file after the backup was created. The entire file is unavailable until media recovery completes. With block media recovery, only the blocks actually being recovered are unavailable during the recovery. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-83CB3821-DCA8-459E-8038-CBD4D581A225 B. Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-C1164158-496C-4D8A-8A06-D343935FC3B9
upvoted 1 times
...
musafir
1 year, 4 months ago
Selected Answer: ABC
A. TRUE Block media recovery "Enables affected data files to remain online during recovery" https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-83CB3821-DCA8-459E-8038-CBD4D581A225 B. TRUE, Prerequisites for Block Media Recovery: "Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks." https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-C1164158-496C-4D8A-8A06-D343935FC3B9 C. TRUE, Prerequisites for Block Media Recovery: "With block media recovery, only the blocks actually being recovered are unavailable during the recovery." D E F are wrong. F, "Block media recovery may not be able to repair all logical block corruptions." E, OPEN or MOUNTED "The target database for which one or more blocks are to be recovered must be in the OPEN state."
upvoted 2 times
...
_gio_
1 year, 6 months ago
Selected Answer: ABC
https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-C1164158-496C-4D8A-8A06-D343935FC3B9
upvoted 1 times
...
vkra
1 year, 11 months ago
Selected Answer: ACF
ACF is the most proper answer
upvoted 1 times
...
jackymak
2 years ago
Selected Answer: AD
I agree A, C, D
upvoted 1 times
jackymak
1 year, 9 months ago
ABC Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-C1164158-496C-4D8A-8A06-D343935FC3B9
upvoted 1 times
...
...
Manojx
2 years, 4 months ago
ACD https://docs.oracle.com/database/121/BRADV/rcmblock.htm#BRADV118 Logical corruption The block has a valid checksum, the header and footer match, and so on, but the contents are logically inconsistent. Block media recovery may not be able to repair all logical block corruptions. In these cases, alternate recovery methods, such as tablespace point-in-time recovery, or dropping and re-creating the affected objects, may repair the corruption.
upvoted 2 times
ErikJanssen
1 year, 11 months ago
I think answer D is wrong. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-69B1C218-A199-4993-AC71-C87FE0376E32 paragraph 19.1.2: Basic concepts of Block Media Recovery ... hen writes it to disk when the corruption is first encountered. No subsequent read of the block is successful until the block is recovered. You can perform block recovery only on blocks that are marked corrupt or that fail a corruption check....
upvoted 1 times
...
...
Trololoshko
2 years, 6 months ago
ACD D - it can.
upvoted 2 times
...
freemun05
2 years, 10 months ago
RMAN> RECOVER DATAFILE 5 BLOCK 13 2> 3> ; Starting recover at 31-MAR-2022 07:14:33 allocated channel: ORA_DISK_1 channel ORA_DISK_1: SID=48 device type=DISK starting media recovery media recovery complete, elapsed time: 00:00:00 Finished recover at 31-MAR-2022 07:14:34 recovering uncorupted block
upvoted 1 times
...
Llamonica
3 years, 2 months ago
ABC B is true because, on the prerequisites, oracle told us that we need have flashback database enabled : https://docs.oracle.com/database/121/BRADV/rcmblock.htm#BRADV89785
upvoted 3 times
Llamonica
3 years, 2 months ago
And in this note say: "Block media recovery may not be able to repair all logical block corruptions" So F is false, because LBC can repair logical corruption, but not always.
upvoted 1 times
egore0496
3 years ago
Not B Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. If flashback logging is enabled and contains older, uncorrupted versions of the corrupt blocks, then RMAN can use these blocks, possibly speeding up the recovery. flashback is NOT mandatory only >> possibly speeding up the recovery
upvoted 3 times
...
...
vnhoang76
3 years, 2 months ago
Agree with you. Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-block-media-recovery.html#GUID-21EFB177-2AC7-457C-80A0-63B11A80CD0B
upvoted 1 times
...
...
smartvan
3 years, 3 months ago
I think is ACF
upvoted 3 times
...
Neil107
3 years, 5 months ago
ACF, I'd say
upvoted 1 times
...
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago