The INITIALIZE procedure is used to initialize a package with a seed value.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_RANDOM.INITIALIZE (
val IN BINARY_INTEGER);
Parameters
| Parameter | Description |
|---|---|
| val | The seed value used to generate random numbers. |
Considerations
This procedure does not perform any functionality. Although it is supported, it is deprecated and should not be used.
