题目:

229.Which statements are true regarding SecureFile LOBs? (Choose all that apply.)
A. The amount of undo retained is user controlled.
B. SecureFile LOBs can be used only for nonpartitioned tables.
C. Fragmentation is minimized by using variable-sized chunks dynamically.
D. SecureFile encryption allows for random reads and writes of the encrypted data.
E. It automatically detects duplicate LOB data and conserves space by storing only one copy.

参考答案 CD
保留的undo由系统控制。A错误。
secure file可以使用于分区表和非分区表。B错误。
通过动态使用可变大小的块,可以最小化碎片 。C正确。

选项E,要在建表的时候指定是否duplicate。

参考文档:

https://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart.htm#ADLOB45162

FREEPOOLS

Specifies the number of FREELIST groups for BasicFiles LOBs, if the database is in automatic undo mode. Not used for SecureFiles LOBs.

https://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart.htm#ADLOB46111

About Encryption

SecureFiles Intelligent Encryption, available with the Oracle Advanced Security Option, introduces a new encryption facility for LOBs. The data is encrypted using Transparent Data Encryption (TDE), which allows the data to be stored securely, and still allows for random read and write access.

Note that you must have a license for the Oracle Advanced Security Option before implementing SecureFiles Intelligent Encryption. See Oracle Database Licensing Information for more information.

About Deduplication

SecureFiles Intelligent Deduplication, available with the Oracle Advanced Compression Option, enables Oracle Database to automatically detect duplicate LOB data within a LOB column or partition, and conserve space by storing only one copy of the data.

Note that you must have a license for the Oracle Advanced Compression Option before implementing SecureFiles Intelligent Deduplication. See Oracle Database Licensing Information for more information.

Note also that Oracle Streams does not support SecureFiles LOBs that are deduplicated.

END

-- 2019-08-28 add

题目:

239.Evaluate the following command:
SQL>ALTER SYSTEM SET db_securefile = 'IGNORE';
What is the impact of this setting on the usage of SecureFiles?
A. It forces BasicFiles to be created even if the SECUREFILE option is specified to create the LOB.
B. It forces SecureFiles to be created even if the BASICFILE option is specified to create the LOB.
C. It does not allow the creation of SecureFiles and generates an error if the SECUREFILE option is specified to create the LOB.
D. It ignores the SECUREFILE option only if a Manual Segment Space Management tablespace is used and creates a BasicFile.
 
参考答案  A
解析
题目意思是,设置了db_securefile为ignore。对使用securefile有什么影响。
如果指定了IGNORE,则忽略SECUREFILE关键字和所有SecureFiles LOB选项。选择A 。

参考文档:

https://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart.htm#ADLOB45228

Initialization Parameter db_securefile for SecureFiles LOBs

The initialization parameter db_securefile is set in the file init.ora.

The parameter db_securefile is of type text. Its allowable values are ALWAYS, PERMITTED [default], NEVER, or IGNORE. The db_securefile parameter is dynamic and its scope is ALTER SYSTEM.

Example 4-26 Setting db_securefile parameter through ALTER SYSTEM

ALTER SYSTEM SET db_securefile = 'ALWAYS';

The db_securefile parameter enables the database administrator to either allow SecureFiles LOBs to be created (PERMITTED), disallow SecureFiles LOBs from being created in the future (NEVER), attempt to create SecureFiles LOBs but fall back to BasicFiles LOBs (ALWAYS), or disallow SecureFiles LOBs and ignore any errors that would otherwise be caused by forcing BasicFiles LOBs with SecureFiles LOBs options (IGNORE).

If NEVER is specified, any LOBs that are specified as SecureFiles LOBs are created as BasicFiles LOBs. All SecureFiles LOB- specific storage options and features such as compress, encrypt, or deduplicate throw an exception. The BasicFiles LOB defaults are used for storage options not specified.

ALWAYS attempts to create all LOBs as SecureFiles LOBs but creates any LOBs not in ASSM tablespaces as BasicFiles LOBs, unless the SECUREFILE parameter is explicitly specified. Any BasicFiles LOB storage options specified are ignored, and the SecureFiles LOB defaults are used for all storage options not specified.

If IGNORE is specified, the SECUREFILE keyword and all SecureFiles LOB options are ignored.

END

053试题 229 / 239- securefile lobs相关推荐

  1. 053试题 181/182/183/558/600/608/631/636/657/661/664/668/670/696 - RMAN backup

    题目: 181.Your database has a backup that was taken yesterday (Tuesday) between 13:00 and 15:00 hours. ...

  2. 053试题 334/682 - crosscheck

    题目: 334.What command would you use to ensure that backup records in the control file are pointing to ...

  3. 053试题 331/507/564/574/625/673 - restore datafile

    题目: 331.Which of the following represents the correct way to perform an online recovery of datafile ...

  4. 053试题 158/449/637 - Scheduler Window

    题目: 158.You create two resource plans, one for data warehouse loading jobs at night and the other fo ...

  5. 053试题 21 / 198 /200 / 289/355/363/650/700 - duplicate database

    题目: 21.You are managing an Oracle Database 11g instance. You want to create a duplicate database for ...

  6. 053试题 193 - recover 命令

    题目: 193.What is the purpose of the recover command? (Choose all that apply.) A. Recover database dat ...

  7. 053试题 329 - recover corruption list

    题目: 329.If you find errors in the view V$DATABASE_BLOCK_CORRUPTION with a status of MEDIA_CORRUPT, w ...

  8. 053试题 48 / 254 / 266 - dbms_resource_manager.calibrate_io

    题目: 48.View the Exhibit to examine the error obtained during the I/O calibration process. There are ...

  9. ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace “SYSTEM“解决方法

    博主的操作是从创建数据库开始,所以分析可能是DB空间的问题. 这个是一开始创建的DB空间SQL: CREATE SMALLFILE TEMPORARY TABLESPACE "TEST&qu ...

最新文章

  1. 16进制转char_常州市赛题解:小X转进制
  2. Python--音频文件分类代码
  3. 沟通管理计划3个过程及重点
  4. JUC多线程:系统调用、进程、线程的上下文切换
  5. DatabaseMetaData.getIndexInfo
  6. 派生类构造的时候一定要调用_为什么骑车的时候一定要带手套?
  7. php 实例 规范,PHP开发规范实例详解
  8. python内置的数字运算函数_Python 内置函数1
  9. UIAutomator输入中文
  10. 企业级系统应用,高级组合查询示例讲解 - Jeecg实战
  11. meta 标签的学习
  12. 项目进度4: 需求明确!
  13. python 打印三维数据_Python中的面向对象编程(二):数据隐藏和对象打印
  14. bable转换html里面的js,javascript – 在Babel中转换插件与语法插件
  15. 含泪整理最优质策略塔防游戏源代码素材,你想要的这里都有
  16. 智慧环卫管理系统解决方案
  17. 十三五规划中中国制造2025
  18. 镭速联合Azure Blob 存储,重塑大文件传输平台存储架构
  19. 关于宽带路由器都有DNS代理功能之说
  20. 奥运主题游戏《阿翔 跨栏》已经发布成功

热门文章

  1. pe系统如何读取手机_常用的手机数据提取方法
  2. ✿ISCC2021✿李华的红包
  3. Python入门学习札记
  4. 关于考研群5378146的声明
  5. Android虚拟机与反编译
  6. 无轴螺旋输送机螺旋扭力轴如何控制损伤速度
  7. 百度Apollo自动驾驶专题讲座笔记之运动规划模块
  8. php 自有文章同步微博
  9. config文件夹不见了
  10. 数据安全能力建设框架