The SEED stored procedure resets the seed.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_RANDOM.SEED (
seed IN BINARY_INTEGER);
DBMS_RANDOM.SEED (
seed IN VARCHAR2)
Parameters
| Parameter | Description |
|---|---|
| seed | The seed number or string that is used to generate random numbers. |
Considerations
The seed can be a string of up to 2,000 characters in length.