Oracle OCP认证考试题目详解082系列第1题
一、考察的知识点摘要
本题主要考察 Oracle 数据库中与节省存储空间相关的两个重要特性:不可用索引(UNUSABLE Index) 和私有临时表(Private Temporary Tables, PTTs) 的工作原理及空间管理机制。关键知识点包括:不可用索引的段分配规则、私有临时表的元数据存储方式及其生命周期管理(特别是在提交时的行为),以及截断操作对表区段的影响。题目旨在辨析这些特性在空间节省方面的具体表现和常见误区。
二、英文题目和答案
英文题目:
Which two statements are true about space-saving features in an Oracle Database?
A. An index created with the UNUSABLE attribute has no segment.
B. Private Temporary Tables (PTTs) store metadata in memory only.
C. Private Temporary Tables (PTTs) when used, are always dropped at the next commit statement.
D. An index that is altered to be UNUSABLE will retain its segment.
E. A table that is truncated will always have all of its extents removed.
答案: A, B
三、题目和选项的翻译
题目翻译:
关于 Oracle 数据库的节省空间特性,以下哪两个陈述是正确的?
选项翻译:
A. 使用 UN