Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Global Temporary Tables
I've got a sproc that uses a global temp. table. It works very well for different users to run and then get results back.
Oracle is somewhat difficult about returning result sets from sprocs. (Sybase, MSSQL are not as anal - but they have other problems)
There is no trick. Just experiment with what works best for you.
-----Original Message-----
Sent: Friday, August 17, 2001 8:16 AM
To: Multiple recipients of list ORACLE-L
Hi all,
Where do I find more info, tricks, tips, when-to-use, when-not-to-use about global temp tables? I have already been through the FMs, but would like to find out more information.
I have a process that is executed hundreds of times by multiple users on a daily basis. We are using pl/sql tables to hold the data to process information, I'd want to investigate usage of global temp tables instead of pl/sql tables. Some time the pl/sql tables becomes too large (few thousands rows X 20 columns, average row length about 2K).
Thanks
Raj
QOTD: Any clod can have facts, but having an opinion is an art !
*********************************************************************2
This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.
*********************************************************************2
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jamadagni, Rajendra
INET: Rajendra.Jamadagni_at_espn.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Aug 17 2001 - 10:49:27 CDT
![]() |
![]() |