OCP题库笔记1z0-052
生活随笔
收集整理的這篇文章主要介紹了
OCP题库笔记1z0-052
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1 關(guān)于undo
數(shù)據(jù)庫可以有一個以上的undo表空間; undo段可以自動增長,按需shrink2 關(guān)于Oracle Data Dump export和import import操作同時可以更改表名; 可以在export操作期間重寫一個存在的dumpfile。
3 關(guān)于無效索引 會被優(yōu)化器忽略; 只能通過rebuild生效。
4 關(guān)于監(jiān)聽 多個監(jiān)聽能運行在一個主機上; 多個數(shù)據(jù)庫能注冊在一個監(jiān)聽上。
5 關(guān)于ADDM ADDM runs after each AWR snapshot is collected automatically by MMON. The results of the ADDM analysis are stored in th AWR.
6 關(guān)于Checkpoint It ensures that all committed data is written to the data files during normal shutdown. The frequent full checkpoint in a database can cause the overall degradation of the database performance.
7關(guān)于B-tree索引 The leaf blocks in the index are doubly linked. The deletion of a row frin the table cause a logical deletion in index leaf block and the space becomes available for the nre leaf entry.
8 關(guān)于會話 Multiple transactions can use the same undo segment. A transaction is assigned an undo segment when it is started.
9 關(guān)于臨時表 臨時表上可以建立索引和視圖; 臨時表總是在臨時表空間上創(chuàng)建; 臨時表上不會出現(xiàn)DML鎖; 臨時表的數(shù)據(jù)記錄會保持到會話結(jié)束
10 關(guān)于SQL*Loader direct path時,約束的問題: 會保持enable狀態(tài)的約束: UNIQUE NOT NULL PRIMARY KEY
11 有關(guān)斷電 斷電之后,再啟動數(shù)據(jù)庫,沒有提交的會話會自動回滾
12 關(guān)于數(shù)據(jù)字典 數(shù)據(jù)字典視圖全部在SYSTEM表空間中; 數(shù)據(jù)字典視圖屬于SYS用戶。
13 關(guān)于Oracle Data Dump EXPDP和IMPDP都是Oracle Data Dump的組件。
14 關(guān)于oracle的邏輯存儲結(jié)構(gòu) 一個區(qū)間只能隸屬于一個數(shù)據(jù)文件 一個數(shù)據(jù)文件只能屬于一個表空間 一個段可以跨數(shù)據(jù)文件
15 關(guān)于用戶被鎖 用戶無法再登陸數(shù)據(jù)庫實例 其他用戶可以成功訪問被鎖用戶的對象
16 關(guān)于SPFILE SPFILE是二進制文件 An SPFILE cannot reside on a client. spfile在實例重啟后能存儲變化
17 哪些操作需要undo data 閃回一個transaction 回復一個失敗的會話 運行一個read-consistent查詢
18 關(guān)于表空間脫機 有四個選項: NORMAL,TEMPORARY,IMMEDIATE,FOR RECOVERY 暫時沒搞清楚區(qū)別,以后再說。
總結(jié)
以上是生活随笔為你收集整理的OCP题库笔记1z0-052的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql Error 1045(280
- 下一篇: 部署安全系统之道