Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Temporary Table
Hugo,
If I understand what you are describing correctly, users all create effectively the same temporary tables but can only see their own, then yes this is possible as of Oracle 8i. Check out the "Create Global Temporary Table" command in your Oracle documentation.
Kind regards,
Fraser McCallum
MVP Oracle Administration
www.brainbench.com
"Hugo Habicht" <xyzabc103_at_hotmail.com> wrote in message
news:25wW8.198731$IR.3020849_at_news.chello.at...
> Hi there,
>
> I´m coming from SQL Server and I used temporary Tables for storing
temporary
> Data. The Problem is we use the Database in MultiUser environment. In SQL
> Server a temporary Table exists only in the UserProcess. So each User
> creates his own Table.
> Is this possible in Oracle or is there a Workaround?
>
> thanks
>
> Hugo
>
>
Received on Tue Jul 09 2002 - 06:38:02 CDT
![]() |
![]() |