Migrated the un-encrypted oracle database and plugged into the existing CDB which is encrypted.
Just want to know the steps to encrypt the PDB.
Getting issue while creating tablespace in pdb
SQL> CREATE TABLESPACE my_tbs
DATAFILE '+DATA'
SIZE 100M
AUTOEXTEN 2 3 4 D ON
NEXT 10M
MAXSIZE UNLIMITE 5 6 D
EXTENT MANAGEMENT LOCAL
SEGM 7 8 ENT SPACE MANAGEMENT AUTO;
CREATE TABLESPACE my_tbs
*
ERROR at line 1:
ORA-28361: master key not yet set