Database Error Messages

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

OCI-46696

A master key is required by another pluggable database.

Cause

An attempt was made to isolate a master key or move a master key out of the keystore when it was still required by another pluggable database. Another pluggable database still required the master key if the pluggable databases were clones of each other.


Action

Before attempting to isolate or move the keys of a pluggable database, perform an ADMINISTER KEY MANAGEMENT SET KEY command on each pluggable database that requires the master key, in order to remove any dependency on the master key being isolated or moved. If necessary, include the FORCE clause and issue the ADMINISTER KEY MANAGEMENT FORCE ISOLATE KEYSTORE command, which causes the master keys of the pluggable database to be copied to the isolated keystore rather than moved to it, so that the keys remain available to any pluggable database that requires them. The ADMINISTER KEY MANAGEMENT MOVE command has no FORCE option.