dbms_random包主要是用来生成随机数
1) dbms_random.value 返回一个大于等于0小于等于1直接的随机数
06:44:06 SCOTT@ orcl>select dbms_random.value from dual;[......]
继续阅读。。。