SEED procedure

The SEED procedure resets the seed with the specified integer value.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DBMS_RANDOM_SEED ()-----------------------------------------><

This example:
execute procedure dbms_random_seed (-45902345);
Returns this output:
Routine executed.

Copyright© 2019 HCL Technologies Limited