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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Sorting an array

Re: Sorting an array

From: MyTwoBits <nighr_at_hotmail.com>
Date: 2000/05/08
Message-ID: <j8rR4.50539$fF5.1570540@news1.rdc1.il.home.com>#1/1

You might get better performance if you used a C library function call to sort the array, such as quick sort. The sort would take place in memory and not require any Oracle interraction.

"Sean" <dolans_at_my-deja.com> wrote in message news:8eq53e$ub9$1_at_nnrp1.deja.com...
> I apologize for the "generalness" of the question, but I am wondering
> the best approach to sorting an array? Oracle 8i, within a stored
> procedure, an array (PL/SQL table) is built. There is no order to the
> array but I would like to "sort" it. Is there documentation for Pro
> C++ that explains this or is there a better way to accomplish it?
>
> Thanks,
> Sean
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon May 08 2000 - 00:00:00 CDT

Original text of this message

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