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: Question about MS SQL to Oracle conversion - Temp Tables in Procs

Re: Question about MS SQL to Oracle conversion - Temp Tables in Procs

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Sat, 20 Jan 2001 03:04:10 GMT
Message-ID: <Ke7a6.287920$U46.9113443@news1.sttls1.wa.home.com>

Unlike SQLServer you can just issue your query and get whatever rows you want. Or you could track the rowids. 8i has temp tables that last for duration of a transaction or a login.
Jim

"Preston Crawford" <prestoncREMOVESPAMBLOCK_at_crawfordsolutions.com> wrote in message news:MU_96.432$w84.143813_at_dfiatx1-snr1.gtei.net...
> FWIW, the reason I wanted to do it this way is because if you drop a query
> result into a temp table with an auto-incrementing ID then you can simply
> page by going between a range of the auto-incrementing ID field instead of
> having to bring back the entire recordset and page through that with ADO.
 So
> it would be faster (assuming temp tables are pretty fast in Oracle) in
 that
> you wouldn't be bringing back tons of unnecessary data for just 20 records
> or whatever.
>
> Preston
>
>
Received on Fri Jan 19 2001 - 21:04:10 CST

Original text of this message

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