A.Disk DirectoryB.Allocation TableC.Alias DirectoryD.File DirectoryE.Disk header
A.RAC部署架構(gòu)下可跨實(shí)例傳輸讀一致性數(shù)據(jù)塊B.數(shù)據(jù)塊頭存儲(chǔ)對(duì)應(yīng)數(shù)據(jù)行最近事務(wù)變更歷史信息C.通過(guò)undo(數(shù)據(jù)段/表空間)來(lái)實(shí)現(xiàn)數(shù)據(jù)庫(kù)讀一致性,且當(dāng)前活動(dòng)事務(wù)提交前的舊版本數(shù)據(jù)寫入時(shí)可重用已分配undo段存儲(chǔ)D.閃回查詢通過(guò)讀取存儲(chǔ)在undo表空間中最近已提交事務(wù)前的舊版本數(shù)據(jù)快照實(shí)現(xiàn)
A.使用alter table table_name move之后,索引會(huì)無(wú)效,需要重建B.使用alter table table_name move,會(huì)把表最多收縮到創(chuàng)建表格時(shí)的storage子句指定的初始大小C.alter table ttable_name move可以用來(lái)消除行鏈接(Row Chaining)和行遷移(Row Migration)D.可以使用alter table table_name move space cascade來(lái)同時(shí)對(duì)索引都進(jìn)行收縮