Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Is Anybody Aware of Temporary Table Problem in 9i
What is the duration of the data in the table? Is it session or transaction? If it's session, you need an intervening commit.
> -----Original Message-----
> From: Sam Bootsma [mailto:SamB_at_cpas.com]
> Sent: Wednesday, August 14, 2002 3:01 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Is Anybody Aware of Temporary Table Problem in 9i
>
>
> Hello,
>
> One of our clients has AIX UNIX v4.3.3 OR v5L and Oracle 9.1.
> They have
> problems with temporary tables as shown in the two scenarios below.
>
> Scenario 1: In one procedure, we insert into a temporary table. In a
> different procedure we select from the same temporary table.
> We use the
> same connection (same session) and there is no intervening
> commit. The
> select returns no data.
>
> Scenario 2: In the same procedure, insert into a temporary
> table then select
> from the same table. The select is successful.
>
> *********************************
>
> When we run the same scenarios using Windows 2000 and Oracle 9.1, both
> scenario's return data.
>
> Has anybody experienced problems with temporary tables on Oracle 9.1?
> Especially on UNIX. Is anybody aware of Oracle bugs?
>
> Appreciate any responses.
>
> Thanks,
>
>
> Sam Bootsma, OCP
> Technical Support Analyst
> CPAS Systems Inc.
> 416-422-0563 x237
> samb_at_cpas.com
> http://www.cpas.com
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Sam Bootsma
> INET: SamB_at_cpas.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gogala, Mladen INET: MGogala_at_oxhp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Aug 14 2002 - 15:33:32 CDT
![]() |
![]() |