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: Getting array of rows from PL/SQL

Re: Getting array of rows from PL/SQL

From: Valery A. Sorokin <vsorokin_at_dd.ru>
Date: 1998/06/19
Message-ID: <358A3A07.B83DC153@dd.ru>#1/1

For re-sort the detail data you can use Set_Block_Property function for set new ORDER BY clause and then do EXECUTE_QUERY or Do_Key('EXECUTE_QUERY').

I hope this help.

Adrian Klingel wrote:
>
> This sounds like a good idea to improve some performance in an Oracle Forms 5.0
> app I'm working on. I have a master-detail form where the user can re-sort the
> detail data by clicking on the column heading. Could I use this instead of
> requerying everytime providing the detail information can't be manipulated in any
> way? What is the largest size a PL/SQL table can be. When is it too large to
> perform well? Thanks alot!
>
> Adrian
 

-- 
Valery A. Sorokin
ProSoft, Russia, Moscow
Received on Fri Jun 19 1998 - 00:00:00 CDT

Original text of this message

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