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

本文共 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

你可能感兴趣的文章
水仙花数算法
查看>>
【javascript】Set过滤数组中重复的值。
查看>>
PAT 1021_部分正确
查看>>
MongoDB 重启与关闭
查看>>
Linux(Centos)下搭建SVN服务器,使用多版本库管理
查看>>
《Linux 系列》- 常用命令- 系统命令
查看>>
利用UDF对dataframe列数据进行修改
查看>>
在ActiveX中使用Dialog和FormView
查看>>
Uliweb重定向在异步请求中的处理实现
查看>>
虚拟机下Linux克隆(保证能够上网)
查看>>
VIM不生成~后缀的临时文件
查看>>
exec 1.7
查看>>
Ehcache 整合Spring 使用页面、对象缓存(转)
查看>>
java 删注释
查看>>
service function chaining
查看>>
Environment
查看>>
网站建设基础扫盲指南
查看>>
Android开源中国客户端学习 动弹发送模块 (表情, 话题等)<10>
查看>>
oh-my-zsh修改主题添加全路径显示
查看>>
用于检测进程的shell脚本代码小结
查看>>