Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Is there anything called session specific tables

Re: Is there anything called session specific tables

From: David A. Barbour <dbarbour_at_nucentrix.net>
Date: Sat, 17 Mar 2001 07:49:53 -0800
Message-ID: <F001.002CFE80.20010317074521@fatcity.com>

Tapas,

As previously mentioned here, what you're looking for is a global temporary table. I used this quite successfully for a web facing sales reporting system that had some rather complex reports everybody seemed to want first thing in the the morning. The really neat thing about these tables is that when the session ended, the data retrieved was not just deleted, it was truncated, thereby reclaiming the used space.

Regards,

David A. Barbour
Oracle DBA
Formerly with the now defunct and bankrupt ConnectSouth

tapas dutta wrote:
>
> Hello Listers,
>
> I am facing a typical problem. In one of my D2K appliaction
> I need to first populate the data in a particular itermediate
> table and then run the reporting job. The data population
> has been done in the report trigger. But the problem is if
> at the same time another user fires the same report, the
> data population becomes erroneous as he is also
> sharing the same table.
>
> Is there any concept of session specific tables.
>
> Please help.
> Regards,
>
> Tapas
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: tapas dutta
> INET: tapasoracle_at_umtl.co.in
>
> 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: David A. Barbour
  INET: dbarbour_at_nucentrix.net

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 Sat Mar 17 2001 - 09:49:53 CST

Original text of this message

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