建立加密表空間

it-msxq發表於2011-03-23

第一步:在 /u01/admin/bbk下面建立資料夾wallet---我的是Linux機器,bbk是我的例項名

第二步:在 /u01/oracle/network/admin下面有個sqlnet.ora檔案;修改此檔案新增如下內容:

                  ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=FILE)

                 (METHOD_DATA=(DIRCTORY=/u01/admin/bbk/wallet)))

第三步:alter system set encryption key authenticated by "mypassword";

                 alter system set wallet close;

                 alter system set wallet open identified by "mypassword";

第四步:create tablespace securespace datafile '/u01/oradata/bbk/secure01.dbf' size 100M    encryption using 'AES256' default storage(encrypt);

第五步:查詢 dba_tablespaces資料檢視

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25533574/viewspace-690213/,如需轉載,請註明出處,否則將追究法律責任。

相關文章