The resumable setting on the initiating session determines the resumable conditions for the entire distributed transaction.
The resumable setting for the initiating instance determines the resumable conditions for the entire distributed transaction.
The resumable setting on the initiating session controls only that part of the transaction that occurs within the local instance; remote resumable settings determine the behavior of the distributed parts of the transaction.
None of the above.
第1题:
You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level?()
第2题:
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?()
第3题:
Which of the following describes how a distributed resumable transaction behaves?()
第4题:
You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level? ()(Choose two.)
第5题:
You issued the following statement in your SQL*Plus session: SQL>ALTER SESSION ENABLE RESUMABLE TIMEOUT 600; Which operation is neither suspended nor resumed using the Automatic Resumable Allocation feature in your database?()
第6题:
You issued the following statement: SQL>ALTER DATABASE ENABLE RESUMABLE TIMEOUT n; What will be the result of issuing the above statement?()
第7题:
You discover an out-of-space condition in the database. You decide to suspend a session for five minutes. You issue the following command to suspend the session: ALTER SESSION ENABLE RESUMABLE; Which command could you issue to enable the resumable space allocation feature at the session level?()
第8题:
Set the constraint to deferred before starting the transaction.
Alter the constraint to NOVALIDATE state before starting the transaction.
Enable the resumable mode for the session before starting the transaction.
Set the COMMIT_WAIT parameter to FORCE_WAIT for the session before starting the transaction
第9题:
The command will not execute successfully because TIMEOUT is an invalid clause with the ALTER DATABASE ENABLE RESUMABLE command.
The command will not execute successfully because resumable space allocation is enabled at the session level.
The command will execute successfully and resumable space will be allocated at the session level.
The command will execute successfully and resumable space will be allocated at the instance level.
第10题:
0
10
100
NULL
第11题:
The statements remain suspended for at least 60 seconds.
The statements are suspended for 60 seconds and then they are executed.
The suspended statements error out if the problem is not rectified within 60 seconds.
The statements are automatically suspended 60 seconds after an error is received, and then attempt to execute normally again.
第12题:
0
10
100
NULL
第13题:
In which two conditions are resumable statements suspended?()
第14题:
You want to disable resumable space allocation for all sessions.Which value should be assigned to the RESUMABLE_TIMEOUT parameter to disable resumable space allocation for all sessions?()
第15题:
You want to enable resumable space allocation at the instance level. Which two actions would enable resumable space allocation at the instance level?()
第16题:
You have enabled resumable space allocation in your database by setting the RESUMABLE_TIMEOUT parameter set to a nonzero value.Which three statements about resumable space allocation are true? ()
第17题:
To enable resumable space allocation for the instance, which of the following initialization parameters should you set to a nonzero value?()
第18题:
You have enabled resumable space allocation in your database by setting the RESUMABLE_TIMEOUTparameter set to a nonzero value.Which three statements about resumable space allocation are true? ()(Choose three.)
第19题:
You want to disable resumable space allocation for all sessions.Which value should be assigned to the RESUMABLE_TIMEOUT parameter to disable resumable spaceallocation for all sessions?()
第20题:
when a user exceeds the space quota
when a user session is terminated
when a table that is being accessed by the current transaction is not found
when a user manually suspends the statement
when the maximum extents of a segment is reached
第21题:
The resumable setting on the initiating session determines the resumable conditions for the entire distributed transaction.
The resumable setting for the initiating instance determines the resumable conditions for the entire distributed transaction.
The resumable setting on the initiating session controls only that part of the transaction that occurs within the local instance; remote resumable settings determine the behavior of the distributed parts of the transaction.
None of the above.
第22题:
RESUMABLE_SPACE_TIME
RESUMABLE_SPACE
RESUMABLE_TIME
RESUMABLE_TIMEOUT
TIME_RESUMABLE
第23题:
ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;
ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;
ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;
ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;
第24题:
creating a table in your schema and you exceed your allocated space quota on the tablespace
executing a long query that involves a sort operation and the statement runs out of temporary space
loading data into tables by using the SQL*Loader and the number of extents in the table reaches the maximum limit
creating a table in a dictionary-managed tablespace with an explicit MAXEXTENTS setting which results in an out of space error