Exam 1Z0-083 Topic 4 Question 197 Discussion
Actual exam question for Oracle's 1Z0-083 exam
Question #: 197
Topic #: 4
Question #: 197
Topic #: 4
Which two are true about Oracle instance recovery? (Choose two.)
Suggested Answer: E,F Vote an answer
E: Instance recovery is the process of applying records in the online redo log to data files to reconstruct changes made after the most recent checkpoint. Instance recovery occurs automatically when an administrator attempts to open a database that was previously shut down inconsistently.
..
The checkpoint process (CKPT) is responsible for writing checkpoints to the data file headers and control file.
F: Oracle Database can roll back multiple transactions simultaneously as needed. All transactions that were active at the time of failure are marked as terminated. Instead of waiting for the SMON process to roll back terminated transactions, new transactions can roll back individual blocks themselves to obtain the required data.
https://docs.oracle.com/cd/E25178_01/server.1111/e25789/startup.htm
..
The checkpoint process (CKPT) is responsible for writing checkpoints to the data file headers and control file.
F: Oracle Database can roll back multiple transactions simultaneously as needed. All transactions that were active at the time of failure are marked as terminated. Instead of waiting for the SMON process to roll back terminated transactions, new transactions can roll back individual blocks themselves to obtain the required data.
https://docs.oracle.com/cd/E25178_01/server.1111/e25789/startup.htm
by Jeffrey at Jul 13, 2026, 11:37 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).