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: Temporary Tables

Re: Temporary Tables

From: <yong321_at_yahoo.com>
Date: Fri, 02 Feb 2001 22:05:44 GMT
Message-ID: <95favf$p52$1@nnrp1.deja.com>

CREATE GLOBAL TEMPORARY TABLE ... Yong Huang
yong321_at_yahoo.com

In article <95f9pp$o1u$1_at_nnrp1.deja.com>,   brucescota_at_my-deja.com wrote:
> Hello,
>
> As of right now our database design has been designed to have a single
> user in which all web users will be using to access the database. I
> need to create a set of stored procedures that access data from a
> temporary table. The temp table will hold a set of ISBN's that will
 be
> used in a join with a titles table. My question is: How can I create
 a
> unique table that the other users will not be able to see and update.
> In SQL server I could use Create #Temp and SQLServer would append a
> unique value to the end of #Temp and would drop the table after the
> connection to the database iwas dropped. Is there any way to do this
> in ORACLE? We are using ORACLE 8i
>
> scott

Sent via Deja.com
http://www.deja.com/ Received on Fri Feb 02 2001 - 16:05:44 CST

Original text of this message

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