The INITIALIZE stored procedure initializes the package with a seed.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_RANDOM.INITIALIZE (
val IN BINARY_INTEGER);
Parameters
| Parameter | Description |
|---|---|
| val | The seed used to generate random numbers. |
Considerations
This procedure does not perform any operation. Although this procedure is supported, it is deprecated and we recommend that you do not use it.