zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-211题

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

    Answer: A

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e25494/schema.htm#ADMIN11589


    Setting the RESUMABLE_TIMEOUT Initialization Parameter

    You can specify a default system wide timeout interval by setting the RESUMABLE_TIMEOUT initialization parameter. For example, the following setting of theRESUMABLE_TIMEOUT parameter in the initialization parameter file sets the timeout period to 1 hour:

    RESUMABLE_TIMEOUT  = 3600

    If this parameter is set to 0, then resumable space allocation is disabled even for sessions that run an ALTER SESSION ENABLE RESUMABLE statement without a timeout value.

    You can also use the ALTER SYSTEM SET statement to change the value of this parameter at the system level. For example, the following statement disables resumable space allocation for all sessions that run an ALTER SESSION ENABLE RESUMABLE statement without a timeout value:

    ALTER SYSTEM SET RESUMABLE_TIMEOUT=0;
  • 相关阅读:
    小故事
    设计模式
    git分支
    git简单操作
    ab命令压力测试
    libcheck ARM交叉编译
    libxml2 ARM 交叉编译
    I.MX6 安装LTIB
    为ARM编译Glib
    QT 4.8 中文显示问题
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316496.html
Copyright © 2011-2022 走看看