KEY_REKEY

This procedure rekeys encryption keys for all databases with existing encryption keys in the specified protection_policy

Syntax

PROCEDURE key_rekey (
   protection_policy_name IN VARCHAR2,
   comments IN VARCHAR2 DEFAULT NULL);

Parameters

Table 30 KEY_REKEY Parameters

Parameter Description
protection_policy_name Generate new encryption keys for databases that are part of this protection policy.
comments Optional user supplied comment describing reason for executing this command.