Oracle
1Z0-888 · Question #59
1Z0-888 Question #59: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #59. The question stem and answer options stay visible for context.
Replication
Question
This output is from a SHOW SLAVE STATUS:
mysql> SHOW SLAVE STATUS\G
*************************** 1. row ***************************
Slave_IO_state: Waiting for master to send event
...
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
...
SQL_Delay: 360
SQL_Remaining_Delay: NULL
Slave_SQL_running_state: Slave has read all relay log; waiting for the slave I/O
thread to update it
What would cause the SQL_Delay value to have a value of 360?Options
- AThe master has performed a large transaction, which will take 360 seconds to complete on the slave.
- BThe network latency between the master and the slave is 360 milliseconds.
- CThe slave will need an estimated 360 seconds to update the remaining contents from the relay log.
- DThe slave was configured for delayed replication with a delay of six minutes.
Unlock 1Z0-888 to see the answer
You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#delayed replication#SQL_Delay parameter#SHOW SLAVE STATUS#replication configuration