encrypted tablespaces
I'm trying to find what tablespaces are encrypted. I've ran the SQLs below and I cannot seem to find the TS#'s appearing on v$encrypted_tablespaces. Any assistance would be appreciated.
SQL> select ts# from v$encrypted_tablespaces;
TS#
----------
12
13
SQL> select ts# from v$tablespace;
TS#
----------
0
1
2
4
3
5
6
7
8
9
10
TS#
----------
11
14