Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp table creation in Oracle
Message
 
To
19/12/2002 10:39:13
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
00734496
Message ID:
00734573
Views:
21
In Oracle, you can specify in which TABLESPACE you want to create table so you can create the table in the temporary TABLESPACE.

The other ways to do it is to use CREATE VIEW AS SELECT or PL-SQL CURSOR.


>All,
>
>I have stored procedure in SQL Server that I need to emulate in Oracle. The procedure creates a temporary table with an identity field, loads data into the temp table, then selects a subset to return to a web form.
>
>In SQL Server you create a temp table using:
>
>CREATE TABLE #TempTable
> OrderId int IDENTITY,
> OtherFields varchar(50))
>
>I am looking for a similar object in Oracle.
>
>TIA
>
>Rex
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform