Database Administration (MOSC)

MOSC Banner

Error post ENCRYPTION

edited Nov 5, 2019 10:07AM in Database Administration (MOSC) 6 commentsAnswered ✓

OS: Linux  3.10.0-1062.1.2.el7.x86_64 #1 x86_64 x86_64 x86_64 GNU/Linux

DB version: Release 12.2.0.1.0

We had most of our TS encrypted.  We added few more unencrypted TS  as below:

ALTER TABLESPACE xxx ENCRYPTION ONLINE USING 'xxx2' ENCRYPT FILE_NAME_CONVERT = ('vxxxx.dbf', 'encry_xxxx.dbf')

However we had to revert the changes back.

And reverted that successfully with:

ALTER TABLESPACE xxx ENCRYPTION ONLINE DECRYPT FILE_NAME_CONVERT = ('enc_vxxxx.dbf', 'vxxxx.dbf');

Following above, we started to get following error message every time DB is restarted:

tablespace xxxx should be encrypted, but found datafile /u0x/oraxxx/SID/data/xxxx.dbf to be unencrypted. Please encrypt this datafile

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