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 -> Select-Into

Select-Into

From: Inder Singh <isingh_at_utilinc.com>
Date: Fri, 13 Aug 1999 15:55:32 -0500
Message-ID: <O4NGq3c5#GA.274@cpmsnbbsa02>


Hi...

I am trying to do the following:

Select * into #temp from tblSomeTable;

Here #temp is a temporary table that I want Oracle to create once it execute this command. Since I am new to oracle and not sure if Oracle has temporary tables or not, Let me briefly explain what I expect.

I would want a table #temp to be created. The table can only be seen by me during the session it was created. Meaning, if I am logged into another machine, I should not be able to see the table on the 2nd machine. Also table should automatically be destroyed as soon as my session expires..

The above is a valid statement in SYBASE, and I am sure Oracle is a much powerful and advanced DBMS.

Would appreciate any help.

Thanks
Inder Received on Fri Aug 13 1999 - 15:55:32 CDT

Original text of this message

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