Description
This statement creates a keystore object. This object stores keys. In TDE scenarios, you need to create a keystore object. Each tenant can create only one keystore object.
Syntax
ADMINISTER KEY MANAGEMENT CREATE KEYSTORE [KEYSTORE_NAME] IDENTIFIED BY [PASSSWORD] ;
Parameter description
| Parameter | Description |
|---|---|
| KEYSTORE_NAME | Specifies the keystore name. |
| PASSWORD | Specifies the password of the keystore for access control. |
Examples
Create a keystore object.
OceanBase(admin@test)>ADMINISTER KEY MANAGEMENT CREATE KEYSTORE my_keystore IDENTIFIED BY abcCBAK123;