Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORACLE - Random Function??

Re: ORACLE - Random Function??

From: Rick Wessman <rwessman_at_us.oracle.com>
Date: 06 Apr 1999 09:07:26 -0400
Message-ID: <usoad7v8x.fsf@us.oracle.com>


Uwe Schneider <pi_at_nospam.richard-schneider.de> writes:

> Hi Oliver,
>
> Oliver Henlich wrote:
> >
> > Hi!
> > Does anyone know if there is a function to generate a random number in
> > oracle?
>
> creating random numbers is _the_ example for calling external procedures
> (EXTPROC) in the excellent book "Oracle PL/SQL", O'Reilly.
I suggest using the DBMS_RANDOM package instead as it is a lot faster than calling an external procedure.

--

                                        Rick
                                        Rick Wessman
                                        Security and Directory Technologies
                                        Server Technologies
                                        Oracle Corporation
                                        rwessman_at_us.oracle.com
Received on Tue Apr 06 1999 - 08:07:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US