Encryption

SELECT a.name,b.ENCRYPTIONALG FROM  v$tablespace a, v$encrypted_tablespaces b WHERE a.ts#=b.ts#;