Oracle
1Z0-043 · Question #31
You execute the following command to enable a session in resumable mode: SQL> ALTER SESSION ENABLE RESUMABLE TIMEOUT 60; What is the impact of a timeout on the statements being suspended?
The correct answer is C. The suspended statements error out if the problem is not rectified within 60 seconds. See the full explanation below for the reasoning.
Question
You execute the following command to enable a session in resumable mode:
SQL> ALTER SESSION ENABLE RESUMABLE TIMEOUT 60; What is the impact of a timeout on the statements being suspended?
Options
- AThe statements remain suspended for at least 60 seconds.
- BThe statements are suspended for 60 seconds and then they are executed.
- CThe suspended statements error out if the problem is not rectified within 60 seconds.
- DThe statements are automatically suspended 60 seconds after an error is received, and then attempt
How the community answered
(39 responses)- A5% (2)
- B10% (4)
- C82% (32)
- D3% (1)
Community Discussion
No community discussion yet for this question.