Database Security Products (MOSC)

MOSC Banner

SYSTEM Tablespace ENCRYPTION

edited Feb 19, 2020 4:10AM in Database Security Products (MOSC) 3 commentsAnswered

Hi,

I want  encrypt  system tablespace . Below statement  is working fine and system tablespace be encrypted with  default encryption algoritm  AES128

ALTER TABLESPACE SYSTEM ENCRYPTION  ENCRYPT;

But  I want  to use  encryption algoritm AES256.  I can use it  for SYSAUX tablespace  and other  tablespaces .

ALTER TABLESPACE SYSTEM ENCRYPTION ONLINE USING 'AES256' ENCRYPT;  --> this command is getting error like below

ORA-28340: A different encryption algorithm has been chosen for the table or

tablespace.

I m wondering  that   We can not use  undefault  encryption algorithm  for  SYSTEM tablespace ?       I did not met a document saying  like that.

Regards.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center