Shows the output of the command:

select tablespace_name,encrypted from sys.user_tablespaces
where tablespace_name like 'OUDM_%' order by 1;

This shows the encrypted value for the tablespace OUDM_REFERENCE_TDE is YES.