Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: temporary table
<kelvinw_at_asymetrix.com> wrote in message news:374f362a.949749737_at_news...
>
> I hope this question doesn't offence anyone in this user group. I
> have a bunch of stored procedures written in MSSQL. In the MSSQL, it
> allows to create a temporary table within a stored procedure. I have
> looked up couple oracle books but I couldn't find something similar to
> it. Does Oracle has that feature? Can someone point me the directory?
> Is there any equivalent to it or any alternatives?
>
> Any help is appreciated.
>
>
Straight temporary tables is a new feature of Oracle 8.1. In earlier releases you will have to invent your own scheme.
HTH. Finn Received on Sun May 30 1999 - 10:31:49 CDT
![]() |
![]() |