Search notes:

Oracle: X$KCBTEK

Find tablespace keys. See also v$encrypted_tablespaces.
select
   ts.name,
   rawtohex(xt.mkid)
from
   v$tablespace ts                      join
   x$kcbtek     xt on ts.ts#=xt.ts#;

See also

fixed table
MOS Note 1228046.1

Index