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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.1.x - PL/SQL - Caching ?!?

Re: Oracle 8.1.x - PL/SQL - Caching ?!?

From: Keith Boulton <kboulton_at_ntlworld.com>
Date: Thu, 21 Feb 2002 08:42:07 -0000
Message-ID: <1r2d8.1998$hM6.131245@news6-win.server.ntlworld.com>


For a single session, you can use a pl/sql table declared in a package.

For multiple sessions, you would have to write the data to an actual table.

Walter Dorninger <walter.dorninger_at_aon.at> wrote in message news:3c742515$0$20976$5039e797_at_newsreader01.highway.telekom.at...
> Hi,
>
> Im facing the problem that I need to cache some information in my PL/SQL
> Proc/Func. (when exiting the PL/SQL procedure/function the cache should
> still be there for the next call).
> Are there any methods for caching certain information using PL/SQL code
> (just to avoid expensive lookups between some independent PL/SQL calls).
>
> The only one I am aware of is to create a "cached" table in a temporary
> tablespace.
>
> Are there other solutions around?
>
> Walter Dorninger
> walter.dorninger_at_aon.at
>
>
Received on Thu Feb 21 2002 - 02:42:07 CST

Original text of this message

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