单选题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 T

题目
单选题
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 toexecute normally again.


相似考题
更多“单选题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 Th”相关问题
  • 第1题:

    For security reasons, an administrator is asked to modify the system to prevent someone from leaving a terminal logged in. To enable a five minute timeout for all users, what would need to be done to accomplish this task?()

    • A、Add the following line to /etc/environment:  TMOUT=300
    • B、Add the following lines to /.profile  TMOUT=5  export TMOUT
    • C、Execute the following command:  chuser -u ALL -a TIMEOUT=5M
    • D、Execute the following command:  chsec -u ALL -a TIMEOUT=600

    正确答案:A

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    To enable resumable space allocation for the instance, which of the following initialization parameters should you set to a nonzero value?()

    • A、 RESUMABLE_SPACE_TIME
    • B、 RESUMABLE_SPACE
    • C、 RESUMABLE_TIME
    • D、 RESUMABLE_TIMEOUT
    • E、 TIME_RESUMABLE

    正确答案:D

  • 第5题:

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

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

  • 第6题:

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

    • A、 ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;
    • B、 ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;
    • C、 ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;
    • D、 ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;

    正确答案:C

  • 第7题:

    单选题
    You execute the following commands to audit database activities: SQL > ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE; SQL > AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSION WHENEVER SUCCESSFUL; Which statement is true about the audit record that generated when auditing after instance restarts?()
    A

    One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command on a table, and contains the SQL text for the SQL Statements.

    B

    One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command, and contains the execution plan for the SQL statements.

    C

    One audit record is created for the whole session if john successfully executes a SELECT, INSERT, or DELETE command, and contains the execution plan for the SQL statements.

    D

    One audit record is created for the whole session if JOHN successfully executes a select command, and contains the SQL text and bind variables used.

    E

    One audit record is created for the whole session if john successfully executes a SELECT, INSERT,or DELETE command on a table, and contains the execution plan, SQL text, and bind variables used.


    正确答案: C
    解析: 暂无解析

  • 第8题:

    多选题
    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.)
    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.

    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
    解析: 暂无解析

  • 第9题:

    多选题
    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.


    正确答案: C,D
    解析: 暂无解析

  • 第10题:

    单选题
    You issued the following statement:   SQL>ALTER DATABASE ENABLE RESUMABLE TIMEOUT n;   What will be the result of issuing the above statement?()
    A

    The command will not execute successfully because TIMEOUT is an invalid clause with the ALTER DATABASE ENABLE RESUMABLE command.

    B

     The command will not execute successfully because resumable space allocation is enabled at the session level.

    C

     The command will execute successfully and resumable space will be allocated at the session level.

    D

     The command will execute successfully and resumable space will be allocated at the instance level.


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    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
    解析: 暂无解析

  • 第12题:

    单选题
    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?()
    A

     creating a table in your schema and you exceed your allocated space quota on the tablespace

    B

     executing a long query that involves a sort operation and the statement runs out of temporary space

    C

     loading data into tables by using the SQL*Loader and the number of extents in the table reaches the maximum limit

    D

     creating a table in a dictionary-managed tablespace with an explicit MAXEXTENTS setting which results in an out of space error


    正确答案: B
    解析: 暂无解析

  • 第13题:

    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

  • 第14题:

    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

  • 第15题:

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

    • A、 creating a table in your schema and you exceed your allocated space quota on the tablespace
    • B、 executing a long query that involves a sort operation and the statement runs out of temporary space
    • C、 loading data into tables by using the SQL*Loader and the number of extents in the table reaches the maximum limit
    • D、 creating a table in a dictionary-managed tablespace with an explicit MAXEXTENTS setting which results in an out of space error

    正确答案:D

  • 第16题:

    You issued the following statement:   SQL>ALTER DATABASE ENABLE RESUMABLE TIMEOUT n;   What will be the result of issuing the above statement?()

    • A、The command will not execute successfully because TIMEOUT is an invalid clause with the ALTER DATABASE ENABLE RESUMABLE command.
    • B、 The command will not execute successfully because resumable space allocation is enabled at the session level.
    • C、 The command will execute successfully and resumable space will be allocated at the session level.
    • D、 The command will execute successfully and resumable space will be allocated at the instance level.

    正确答案:B

  • 第17题:

    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 toexecute normally again.

    正确答案:C

  • 第18题:

    In your test database, you find that a user’s session is executing a lot of SQL statements, resulting in the generation of a large number of trace files. While investigating the reason, you find that SQL trace has been enabled at the instance level. You want to disable SQL trace, remotely, only for that user session to reduce the volume of trace data being generated.How do you achieve this objective?()

    • A、 by setting the SQL_TRACE parameter to FALSE in the parameter file
    • B、 by using DBMS_MONITOR.SESSION_TRACE_DISABLE to disable the tracing for the user session
    • C、 by setting the SQL_TRACE parameter to FALSE by using the ALTER SYSTEM command in the user session
    • D、 by setting the SQL_TRACE parameter to FALSE by using the ALTER SESSION command in the user session

    正确答案:B

  • 第19题:

    多选题
    In which two conditions are resumable statements suspended?()
    A

    when a user exceeds the space quota

    B

    when a user session is terminated

    C

    when a table that is being accessed by the current transaction is not found

    D

    when a user manually suspends the statement

    E

    when the maximum extents of a segment is reached


    正确答案: B,C
    解析: 暂无解析

  • 第20题:

    单选题
    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 toexecute normally again.


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    In your test database, you find that a user’s session is executing a lot of SQL statements, resulting in the generation of a large number of trace files. While investigating the reason, you find that SQL trace has been enabled at the instance level.  You want to disable SQL trace, remotely, only for that user session to reduce the volume of trace data being generated.  How do you achieve this objective?()
    A

    by setting the SQL_TRACE parameter to FALSE in the parameter file

    B

    by using DBMS_MONITOR.SESSION_TRACE_DISABLE to disable the tracing for the user session

    C

    by setting the SQL_TRACE parameter to FALSE by using the ALTER SYSTEM command in the user session

    D

    by setting the SQL_TRACE parameter to FALSE by using the ALTER SESSION command in the user session


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    To enable resumable space allocation for the instance, which of the following initialization parameters should you set to a nonzero value?()
    A

     RESUMABLE_SPACE_TIME

    B

     RESUMABLE_SPACE

    C

     RESUMABLE_TIME

    D

     RESUMABLE_TIMEOUT

    E

     TIME_RESUMABLE


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    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?()
    A

     ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;

    B

     ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;

    C

     ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;

    D

     ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;


    正确答案: B
    解析: 暂无解析

  • 第24题:

    单选题
    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
    解析: 暂无解析