TERMINATE procedure

The TERMINATE procedure terminates the use of the system package by resetting the seed value to 0 and is optional.

Syntax

DBMS_RANDOM_TERMINATE ()
This example:
execute procedure dbms_random_terminate ();
Returns this output:
Routine executed.