Purpose
You can use this statement to set a backup password.
This statement can be executed only in the sys tenant.
Syntax
SET ENCRYPTION ON IDENTIFIED BY 'password' ONLY;
Parameters
| Parameter | Description |
|---|---|
| password | The encryption password of the backup. |
Examples
Set a backup password.
obclient> SET ENCRYPTION ON IDENTIFIED BY '*******' ONLY;