Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ADVM-10479

File is larger than 128M, cannot encrypt, decrypt or rekey.

Cause

An attempt was made to encrypt, decrypt or rekey a file larger than 128M in size.


Action

If an encryption operation was attempted, create a new file of size zero, encrypt it using desired encryption parameters, and copy the original file into the newly created file. Then rename the newly created file to the original file name if required. If a decryption operation was attempted, create an unencrypted new file of size zero, and copy the original encrypted file into the new file. Then rename the newly created file to the original file name if required. If a rekey operation was attempted, create a new file of size zero, encrypt it using desired (after rekey) encryption parameters, and copy the original file into the newly created file. Then rename the newly created file to the original file name if required.