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 theEMPLOYEES table in the SECURESPACE tablespace and you use the NO SALT option for the EMPID column.
What is the outcome?()