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: MSSQL Table Variable Equivalent?

Re: MSSQL Table Variable Equivalent?

From: LineVoltageHalogen <tropicalfruitdrops_at_yahoo.com>
Date: 24 May 2005 06:28:22 -0700
Message-ID: <1116941302.099101.54920@o13g2000cwo.googlegroups.com>


David, thank you for your response. Yes, this is how I understand them to work too. However, in my particular use of the table variable I don't think there will ever be a case were SQL will be forced to write to disk. As I have stated above I am just using this object to whole several tokens so that I can sort them, sorta like an array sort. For Example: exec MyFunction '|B|Z|D|A|' whould return an output of 'ABDZ'. This is all that I am doing and I need to have this done extremely fast. In MSSQL I have to use a table variable to get the speed I need. In Oracle it looks as if I can use the global temporary table or I can write a java class to tokenize and sort which I suspect would be the fastest. Anyhow, all of you have been a huge help and I thank you very much.

TFD Received on Tue May 24 2005 - 08:28:22 CDT

Original text of this message

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