SET UUID
SET UUID ['uuid']
Access requirements
SYS_ADMIN_ROLE role
Usage
Use the SET UUID statement to assign a UUID to the database.
▪ If uuid is not specified, the statement assigns a new random UUID to the database.
▪ If uuid is specified, the statement assigns the specified UUID to the database.
The SET UUID statement takes effect immediately, starting from the next SQL statement.
Example
SET UUID '4af699e5-38d5-4901-9ac0-06620aff7675';
Go up to