Shows the command to create encrypted tablespace:
select tablespace_name.encrypted from sys.user_tablespaces where tablespace_name like 'TBS_%' order by 1;
The result shows the new tablespace TBS_REFERENCE_TDE is encrypted.