INITIALIZE procedure

The INITIALIZE procedure initializes the system package with the specified integer seed value and is optional.

Syntax


1  DBMS_RANDOM_INITIALIZE ()
This example:
execute procedure dbms_random_initialize (17809465);
Returns this output:
Routine executed.