Error post ENCRYPTION
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