Oracle OCP 19c 认证1Z0-083考试(121题)

Posted wwwleoocom

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle OCP 19c 认证1Z0-083考试(121题)相关的知识,希望对你有一定的参考价值。


Your SALES_ROOT application container has two application PDBs. The SALES_APP application has
a common table, FIN.REVENUE, in the two PDBs. Examine this query and its output:
Which two are true? (Choose two.)

A.    The CONTAINERS clause cannot be used in queries on the REVENUE table.

B.    The REVENUE table must be a list-partitioned table.

C.    The MAPTABLE tables defines a logical partition key on a commonly used column for the REVENUE table.

D.    The MAPTABLE table is a metadata-linked table.

E.    A container map exists for the REVENUE table, but is not enabled.

F.    The REVENUE table partitions are not pruned across the PDBs automatically.

Answer: CF

(解析:在 Oracle12.2 中增加的 ContainerMap 新特性,可以看做一个基于多租户 PDB 的 Sharding 架构,其基本原理是,如果我们在应用容器中构建一个分区表,其分区可以映射到 不同的 PDB 中,而在整个应用容器中,数据结构逻辑上是一个整体,各 PDB 仅能操作自己 分区的数据,而应用在全局则可以看到所有的数据。)

以上是关于Oracle OCP 19c 认证1Z0-083考试(121题)的主要内容,如果未能解决你的问题,请参考以下文章

Oracle OCP 19c 认证1Z0-083考试(92题)

Oracle OCP 19c 认证1Z0-083考试(92题)

Oracle OCP 19c 认证1Z0-083考试(第64题)

Oracle OCP 19c 认证1Z0-083考试(第45题)

Oracle OCP 19c 认证1Z0-083考试(第43题)

Oracle OCP 19c 认证1Z0-083考试(第4题)