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: Global Temporary Table Scalability Problem

Re: Global Temporary Table Scalability Problem

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Fri, 6 Feb 2004 11:54:25 -0500
Message-ID: <tIednQIghY9yW77dRVn-sw@comcast.com>

"william milbratz" <milbratz_at_hotmail.com> wrote in message news:cee3515e.0402060834.7df3e1e_at_posting.google.com...
| Hi,
|

...

| Some more info:
| the procedure in question receives as one of its params a
| comma-delimited-list of "principal Ids". This list is usually very
| short (1-6 entries). The procedure parses the list and populates a
| 1field/1key temp table. The procedure then uses that table in a
| complicated query to return the records "which the user has access
| to".
|

....

would you be able to use SELECT FROM TABLE(CAST...) syntax or a pipelined function instead of the temp table (depending on version)?

can you post explain plans for both the GTT version and the permanent table version?

Received on Fri Feb 06 2004 - 10:54:25 CST

Original text of this message

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