博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【新题】ocp 062 2019年考试新题-3
阅读量:7233 次
发布时间:2019-06-29

本文共 659 字,大约阅读时间需要 2 分钟。

  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)

转载于:https://www.cnblogs.com/cnblogs5359/p/10755492.html

你可能感兴趣的文章
neural_transfer风格迁移
查看>>
测试ip
查看>>
ex1.1
查看>>
day10_friest_自动化
查看>>
Entity Framework直接执行SQL语句
查看>>
NodeJS Socket Broadcast
查看>>
BZOJ5168:[HAOI2014]贴海报(线段树)
查看>>
<%@Page%>中的Codebehind AytoEventWireup.inherits有何作用?
查看>>
64. Minimum Path Sum
查看>>
SQL Server 导入bak备份出错
查看>>
JavaScript中的私有/静态属性
查看>>
Ubuntu下安装XAMPP
查看>>
C# ExpandoObject用法
查看>>
【SICP练习】135 练习3.66
查看>>
数据挖掘——文本挖掘-关键字提取
查看>>
Codeforces Gym - 101102A - Coins
查看>>
webstorm识别 ftl文件
查看>>
在Window 下安装Redis数据库
查看>>
主席树 | | 可持久化线段树
查看>>
JSTL中c:set标签的要点和技巧
查看>>