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: Caching within packages..

Re: Caching within packages..

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Wed, 10 Dec 2003 16:54:32 GMT
Message-ID: <3fd74f4e.69297113@nyc.news.speakeasy.net>


This is for lookup tables, which change infrequently.

Thanks.

On Wed, 10 Dec 2003 00:25:31 +0100, Sybrand Bakker <gooiditweg_at_sybrandb.nospam.demon.nl> wrote:

>On Tue, 09 Dec 2003 22:43:37 GMT, andreyNSPAM_at_bookexchange.net
>(NetComrade) wrote:
>
>>Either one of o'reilly books, or some other book, talked about how if
>>you declare a function/procedure as part of a function, you can cache
>>objects in an array for the life of a session, so u don't have to make
>>a trip to a table again.. anyone remembers which one?
>>
>>Thanks
>>.......
>>We use Oracle 8.1.7.4 on Solaris 2.7 boxes
>>remove NSPAM to email
>
>
>Just declare the PL/SQL table either in the package specification
>outside any procedure or in the pl/sql body outside any procedure.
>However, of course your approach is going to contradict the
>transaction model, if you 'cache' table contents and the table changes
>your application won't see it. If you need this approach which should
>be considered a workaround, you are probably in bigger trouble, as you
>seem to think symptom-fighting will solve anything.
>
>
>--
>Sybrand Bakker, Senior Oracle DBA

.......
We use Oracle 8.1.7.4 on Solaris 2.7 boxes remove NSPAM to email Received on Wed Dec 10 2003 - 10:54:32 CST

Original text of this message

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