第113題-OCP認證062考試題庫2019最新考題解析
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢2018年的時候,OCP 11g考試題庫大更新,052 053出現了很多新題,
2019年,11g即將停考的前期,Oracle又出現了一次大變動,12c出現了很多新題,比如062 063題庫大更新
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
QUESTION 113
Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container:
SQL> CREATE USER c##a_admin
IDENTIFIED BY password
DEFAULT TABLESPACE data_ts
QUOTA 100M ON test_ts
QUOTA 500K ON data_ts
TEMPORARY TABLESPACE temp_ts
PROFILE hr_profile;
Which two statements are true?
A. Schema objects owned by the C# # A_ADMIN common user can be shared across all PDBs.
B. The C # # A_ADMIN user will be able to use the TEMP_TS temporary tablespace only in root.
C. The command will create a common user whose description is contained in t he root and each PDB.
D. The schema for the common user C # # A_ADMIN can be different in each container.
E. The command will create a user in t he root container only because the container clause is not used.
Correct Answer: CD
(解析:創建的通用用戶在現在和將來的容器里面都會有,而且每個不同容器下的用戶的對象(簡
稱模式)可以不同。)