標籤:des style blog http ext com
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.