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 22-30 KEY_REKEY Parameters
Parameter | Description |
---|---|
|
Generate new encryption keys for databases that are part of this protection policy. |
|
Optional user supplied comment describing reason for executing this command. |