KEY_REKEY
This procedure rekeys encryption keys for the specified database with an existing encryption key.
Syntax
PROCEDURE key_rekey (
db_unique_name IN VARCHAR2,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 29 KEY_REKEY Parameters
| Parameter | Description |
|---|---|
db_unique_name |
The DB_UNIQUE_NAME of the database to generate a new encryption key. Note: this routine will not create a new key, only rekey an existing key |
comments |
Optional user supplied comment describing reason for executing this command. |