博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle OCP 1Z0-050(36题)解析
阅读量:4040 次
发布时间:2019-05-24

本文共 1691 字,大约阅读时间需要 5 分钟。

Oracle OCP 1Z0-050(36题)解析

QUESTION 36:

Evaluate the following command:

SQL> CREATE TABLE design_data (id NUMBER,

doc CLOB)

LOB(doc) STORE AS SECUREFILE(DEDUPLICATE);

Which statement is true regarding the above command?

A. All LOB data that is identical in two or more rows in a LOB column share the same data blocks.

B. The LOB values are cached by default in the buffer cache.

C. The LOB values are automatically stored in encrypted mode.

D. The LOB values are automatically compressed.

Answer: A

解析:

LOB Features Introduced in Oracle Database 11g Release 1

Oracle SecureFiles adds the following capabilities:

  • Intelligent LOB compression enables users to explicitly compress data to save disk space. This feature can only be used with the new LOB implementation in this release (storage parameter SECUREFILE).

  • Intelligent LOB encryption introduces a new encryption facility for LOBs. The encrypted data in now stored in-place and is available for random reads and writes. This feature can only be used with the new LOB implementation in this release (storage parameter SECUREFILE).

  • Deduplication enables Oracle Database to automatically detect duplicate LOB data and conserve space by only storing one copy (storage parameter SECUREFILE).

  • LOB data path optimization includes logical cache above storage layer, read prefetching, new caching modes, vectored IO, and so on.

  • New LOB APIs. Existing OCI functions work on the new SECUREFILE LOBs. New OCI functions and PL/SQL packages are also added. Parameters of the CREATE TABLEALTER TABLE, and SQL commands are new or changed for LOBs. High performance space management includes changes to LOB SQL statements and DBMS_SPACE package changes.

转载地址:http://eutdi.baihongyu.com/

你可能感兴趣的文章
rsync 拉取备份文件(支持断点续传)
查看>>
Golang 数据可视化利器 go-echarts ,实际使用
查看>>
mysql 跨机器查询,使用dblink
查看>>
Oracle 12c 开启审计 埋下的坑ORA-00205 ORA-15040
查看>>
mysql5.6.34 升级到mysql5.7.32
查看>>
dba 常用查询
查看>>
Oracle 异机恢复
查看>>
Oracle 12C DG 搭建(RAC-RAC/RAC-单机)
查看>>
Truncate 表之恢复
查看>>
Oracle DG failover 后恢复
查看>>
mysql 主从同步配置
查看>>
dump 迁移oracle db
查看>>
Oracle LogMiner详细讲解
查看>>
迁移baseline
查看>>
Hadoop 安装测试
查看>>
expdp 各参数含义
查看>>
Oracle linux下 rm 数据文件恢复测试详解
查看>>
Oracle 常用性能查看语句
查看>>
Oracle优化器的优化方式和优化模式-性能调优
查看>>
Oracle awr详解
查看>>