Oracle 11G OCP 1Z0-053 500

LuiseDalian發表於2014-10-21
(500)You opened the encryption wallet and then issued the following command:

SQL>CREATE TABLESPACE securespace

DATAFILE'/home/user/oradata/secure01.dbf'SIZE 150M

ENCRYPTION USING '3DES168'

DEFAULT STORAGE(ENCRYPT);

Then you closed the wallet.

Later,you issued the following command to create the EMPLOYEES table in the SECURESPACE tablespace and you use the NO SALT option for the EMPID column.

What is the outcome?

A. It creates the table and encrypts the data in it.

B. It generates an error because the wallet is closed.

C. It creates the table but does not encrypt the data in it.

D. It generates an error because the NO SALT option cannot be used with the ENCRYPT option.

答案:(B)

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

相關文章