OCP 11G认证考试

多选题You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level?()Aissuing the ALTER SYSTEM ENABLE RESUMABLE; statementBissuing the ALTER SESSION ENABLE RESUMABLE; stat

题目
多选题
You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level?()
A

issuing the ALTER SYSTEM ENABLE RESUMABLE; statement

B

issuing the ALTER SESSION ENABLE RESUMABLE; statement

C

modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value

D

issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero value>; statement

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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.)

A. issuing the ALTER SYSTEM ENABLE RESUMABLE; statement

B. issuing the ALTER SESSION ENABLE RESUMABLE; statement

C. modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value

D. issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=; statement


参考答案:C, D

第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?()

  • A、The statements remain suspended for at least 60 seconds.
  • B、The statements are suspended for 60 seconds and then they are executed.
  • C、The suspended statements error out if the problem is not rectified within 60 seconds.
  • D、The statements are automatically suspended 60 seconds after an error is received, and then attempt to execute normally again.

正确答案:C

第3题:

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?()

A. 0

B. 10

C. 100

D. NULL


参考答案:A

第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.)

  • A、issuing the ALTER SYSTEM ENABLE RESUMABLE; statement
  • B、issuing the ALTER SESSION ENABLE RESUMABLE; statement
  • C、modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value
  • D、issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=; statement

正确答案:C,D

第5题:

Which of the following describes how a distributed resumable transaction behaves?()  

  • A、 The resumable setting on the initiating session determines the resumable conditions for the entire distributed transaction.
  • B、 The resumable setting for the initiating instance determines the resumable conditions for the entire distributed transaction.
  • C、 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.
  • D、 None of the above.

正确答案:C

第6题:

You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level?()

  • A、issuing the ALTER SYSTEM ENABLE RESUMABLE; statement
  • B、issuing the ALTER SESSION ENABLE RESUMABLE; statement
  • C、modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value
  • D、issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero value>; statement

正确答案:C,D

第7题:

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?()

  • A、0
  • B、10
  • C、100
  • D、NULL

正确答案:A

第8题:

You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level?()

A. issuing the ALTER SYSTEM ENABLE RESUMABLE; statement

B. issuing the ALTER SESSION ENABLE RESUMABLE; statement

C. modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value

D. issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero value>; statement


参考答案:C, D

第9题:

You want to enable resumable space allocation at the instance level. Which two actions would enable resumable space allocation at the instance level?() 

  • A、 issuing the ALTER SYSTEM ENABLE RESUMABLE;statement
  • B、 issuing the ALTER SESSION ENABLE RESUMABLE;statement
  • C、 modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value
  • D、 issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=;statement

正确答案:C,D

第10题:

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? ()

  • A、Even with resumable space allocation enabled for your database, you can disable resumable space allocation for a single session.
  • B、A resumable statement is suspended only if an out of space error occurs. (Out of space condition Maximum extents reached condition,Space quota exceeded condition)
  • C、When a resumable statement is suspended, the transaction that contains the statement is also suspended.
  • D、A resumable statement can only be suspended and resumed once during the execution of the statement.
  • E、You can query the V$SESSION_WAIT dynamic performance view to identify the statements that are suspended for a session.

正确答案:A,C,E

更多相关问题