Database Error Messages

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

OCI-46685

invalid master key identifier or master key value

Cause

The master key identifier or master key value was invalid. To be valid, the values supplied for both the master key identifier and the master key value must be hex-encoded and must have the following properties:

  • For a master key value to be valid, its length must be a valid key length for the specified encryption algorithm.
  • For a master key identifier to be valid, it must have a length of 16 bytes.
  • For a master key identifier to be valid, it must have a non-zero value.

Action

Specify a correct value for the master key identifier or master key in the master key string.