Skip to Main Content

General Cloud Infrastructure

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to encrypt plugged PDB inside a encrypted CDB

Vinay KSep 21 2024

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

Comments
Post Details
Added on Sep 21 2024
2 comments
89 views