zoukankan      html  css  js  c++  java
  • 【新题】ocp 062 2019年考试新题-3

      3.A database is open read write and the instance has multiple sessions some of which have active transactions.

      You execute this command:

      SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;

      Which three are true about the active transactions?

      A) They may continue to issue dml statements.

      B) They may issue commit or rollback statements.

      C) They may continue to issue queries.

      D) They are suspended and unable to issue any statements.

      E) They are terminated immediately.

      F) They are rolled back automatically.

      Answer:ABC

      (解析:把数据库变成限制会话状态,只会对以后的登录有影响,对已经登录的会话没有影响。)

      备注来自ocp3群:1015267481)

  • 相关阅读:
    Spherical Harmonic Lighting
    EV/ISO/Stop
    opengles dither
    rgb颜色空间到xyz空间的映射
    LUT color grading
    tonemapping
    ue4 sequencer
    pbr -physical based rendering
    BRDF
    /sockjs-node/info 报错问题
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/10755492.html
Copyright © 2011-2022 走看看