【第35題】【063題庫】2019年OCP12c認證1Z0-063考試題庫大全
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢OCP 12c考試考3科,分別是071、062、063,之前071和062都已經做過解析,這里開始063題庫解析,希望對考063的同學有幫助,順利通過063考試。
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
35題、user_data is a non encrypted tablespace containing tables with data.
You must encrypt all data in this tablespace.
Which three methods can do this?
A. Use Data Pump.
B. Use ALTERTABLE. . .MOVE
C. Use CREATE TABLE AS SELECT
D. Use alter tablespace to encrypt the tablespace after enabling row movement on all its
E. Use alter tablespace to encrypt the tablespace.
Answer: A,B,C
(解析:不能把一個普通的表空間改為加密表空間,只能在創建的時候指定。
一個已經存在數據的非加密表空間轉換成加密格式:
1.通過 data pump 傳輸到已經加密的表空間
2.使用 alter table move 子句傳輸到已經加密的表空間
3.使用 create table as select 子句存儲表到已經加密的表空間)