Oracle数据库19c OCP 1z0-082考场真题解析第19题

考试科目:1Z0-082

考试题量:90
通过分数:60%
考试时间:150min

本文为云贝教育郭一军guoyJoe原创,请尊重知识产权,转发请注明出处,不接受任何抄袭、演绎和未经注明出处的转载。
【云贝教育】Oracle 19c OCP 082题库解析(19) - 课程体系 - 云贝教育https://www.yunbee.net/Home/News/detail/article_id/242.html

  1. Which three statements are true about Deferred Segment Creation in Oracle databases?

A.It is the default behavior for tables and indexes.

B.It is supported for sys-owned tables contained in locally managed tablespaces

C.Sessions may dynamically switch back and forth from DEFERRED to IMMEDIATE segment creation.

D.Indexes inherit the DEFERRED or IMMEDIATE segment creation attribute from their parent table

E.It is supported for Index Organized Tables(IOTs) contained in locally managed tablespaces.


参考答案:ACD

解析:

延迟段创建不支持的表类型包括:索引组织表

用户SYS、SYSTEM、PUBLIC、OUTLN和XDB下的表不支持延迟段创建。

SELECT p.ISSES_MODIFIABLE FROM V$PARAMETER P WHERE P.NAME = 'deferred_segment_creation'

ISSES_MODIFIABLE

1 TRUE

--测试

alter session set deferred_segment_creation=true;

alter session set deferred_segment_creation=false;

Oracle 19c OCP 考试为理论考试,需通过两门考试才能拿到"Oracle 19c OCP 证书"。

O racle 19c OCP 1z0-082考试详情

O racle 19c OCP 1z0-083考试详情

Oracle 19c OCP证书如下线下考试在提交培训记录后,需要一周的时间才可以获取到证书,线上考试在通过考试的一小时后可以获取证书。

相关推荐
u0109272711 小时前
RESTful API设计最佳实践(Python版)
jvm·数据库·python
qq_192779877 小时前
高级爬虫技巧:处理JavaScript渲染(Selenium)
jvm·数据库·python
u0109272718 小时前
使用Plotly创建交互式图表
jvm·数据库·python
爱学习的阿磊8 小时前
Python GUI开发:Tkinter入门教程
jvm·数据库·python
tudficdew8 小时前
实战:用Python分析某电商销售数据
jvm·数据库·python
sjjhd6529 小时前
Python日志记录(Logging)最佳实践
jvm·数据库·python
Configure-Handler9 小时前
buildroot System configuration
java·服务器·数据库
2301_821369619 小时前
用Python生成艺术:分形与算法绘图
jvm·数据库·python
电商API_1800790524710 小时前
第三方淘宝商品详情 API 全维度调用指南:从技术对接到生产落地
java·大数据·前端·数据库·人工智能·网络爬虫
2401_8321319510 小时前
Python单元测试(unittest)实战指南
jvm·数据库·python