1. 查询空值  条件为<>’’   是查不出结果的。

如果要查,应该使用  is not null 来查。

QUESTION NO: 135
View the Exhibit and examine the data in the PRODUCTS table. You need to display product
names from the PRODUCTS table that belong to the 'Software/Other1 category with minimum
prices as either $2000 or $4000 and no unit of measure. You issue thej following query:
Which statement is true regarding the above query?


A. It executes successfully but returns no result.
B. It executes successfully and returns the required result.
C. It generates an error because the condition specified for PROD_UNIT_OF_MEASURE is not
valid.
D. It generates an error because the condition specified for the PROD_CATEGORY column is not
valid.

2. 多字段排序

order by 后面跟多个字段   colA,colB desc   ---->     代表  colA asc,colB desc     默认的asc省略了。

3. DB_ULTRA_SAFE

DB_ULTRA_SAFE参数整合了DB_BLOCK_CHECKING, DB_BLOCK_CHECKSUM, 和 DB_LOST_WRITE_PROTECT三个参数。

http://www.linuxidc.com/Linux/2012-12/76118p2.htm

4. BLOCK CHANGE TRACKING

http://blog.csdn.net/tianlesoftware/article/details/6997647

5. rman backup expired

expired意思是控制文件有记录,但是在相应的目录下找不到它的存在,即已经被删除或者被移走

6.

QUESTION NO: 20
You are managing an Oracle Database 11g database with the ASM storage. The database is
having big file tablespaces. You want files to open faster and less memory to be used in the
shared pool to manage the extent maps.
What configuration would you effect to achieve your objective? (Choose all that apply.)
A. Set the ASM compatibility attribute for the ASM disk group to 11.1.0.
B. Set the RDBMS compatibility attribute for the ASM disk group to 11.1.0.
C. Set the COMPATIBLE initialization parameter for the ASM instance to 11.1.0.
D. Set the COMPATIBLE initialization parameter for the database instance to 11.1.0.

7. 数据泵导入

user    remap_user

8.

最新文章

  1. linux基本知识0
  2. Windows下安装Oracle拖慢开机速度的解决方法
  3. GpuImage简单使用
  4. centos6.5安装oracle11g_2
  5. Asp.Net异步编程-使用了异步,性能就提升了吗?
  6. 【经典】C++&amp;RPG对战游戏
  7. [深入浅出Windows 10]应用实战:Bing在线壁纸
  8. Spring详细总结
  9. [问题2014S04] 复旦高等代数II(13级)每周一题(第四教学周)
  10. 苹果手机制作gif图片
  11. javascript === 与 ==
  12. meta标签部分总结
  13. 2016年11月20日 星期日 --出埃及记 Exodus 20:11
  14. Redo与undo在开发中的使用
  15. #include &lt;boost/scoped_ptr.hpp&gt;
  16. VS2010/MFC对话框二:为对话框添加控件)
  17. Spark集群搭建简配+它到底有多快?【单挑纯C/CPP/HADOOP】
  18. GeoServer初识与安装
  19. iOS APP内购
  20. 【docker简易笔记】docker基础信息的分享

热门文章

  1. C#中关键字ref与out的区别【转】
  2. TimeSpan类【转】
  3. eclipse开发c++时cout和endl报错
  4. Asp.Net(C#) MD5 加密
  5. 【泛化物品】【HDU1712】【ACboy needs your help】
  6. win7启动后报丢失nscmk.dll解决解决方式
  7. Sublime 学习记录(三) Emmet 插件
  8. 从客户端中检测到有潜在危险的Request.Form值的解决办法
  9. asp.net 两个页面之前传递数据
  10. c#中的数据类型简介(string)