Choose two.

You are managing this configuration:

1CDB1 is a container database.

2 PDB1 and PDB2 are two pluggable databases in CDB1.

3 USER1.EMP is a table in PDB1 and USER2.DEPT is a table in PDB2 .

CDB1 user SYS executes these

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web

Choose two.

You are managing this configuration:

1CDB1 is a container database.

2 PDB1 and PDB2 are two pluggable databases in CDB1.

3 USER1.EMP is a table in PDB1 and USER2.DEPT is a table in PDB2 .

CDB1 user SYS executes these commands after connecting successfully to

PDB2:

SQL> ALTER SESSION SET CONTAINER=pdb1;

Session altered.

SQL> INSERT INTO user1.emp VALUES (100, 'Alan' ,1) ;

1 row created.

SQL> INSERT INTO user1.emp VALUES (101, 'Ben' ,1) ;

1 row created.

SQL> ALTER SESSION SET CONTAINER=pdb2;

Session altered.

SQL> INSERT INTO user2.dept VALUES(1, 'IT');

Which two are true? (Choose two.)

A.The inserts on USER1.EMP remain uncommitted when the session connected
To PDB2. B.The inserts on USER1.EMP were committed when the session inserted a row
Into USER2. DEPT. C.The insert on USER2.DEPT fails because of the active transaction in the parent
Container. D.The insert on USER2.DEPT is a recursive autonomous transaction by the child
Session and is
Committed. E.The inserts on USER1.EMP were rolled back when the session connected to
PDB2. F.The insert on USER2.DEPT is uncommitted. G.The inserts on USER1.EMP were committed when the session connected to
PDB2.
正确答案AC
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top