Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: R: Public variables
On Wed, 7 Nov 2001 14:33:17 +0100, "Fabio GRANDE" <fabiog_at_fileita.it>
wrote:
>Because values that I wanna store into public variables ARE stored in tables
>!!!!!
>I think that putting those values in variables I could improve the DB
>performances... Is it right ?
>I check those values many times during the execution of triggers and
>procedures using SELECT statements... But I'm looking for a way to improve
>the execution speed or my procedures...
>Thanx in advance
>Fabio GRANDE
>
I am just guessing, but if it were a very small table, wouldn't it help if you added STORAGE (BUFFER_POOL KEEP)?
Brian Received on Wed Nov 07 2001 - 10:29:12 CST
![]() |
![]() |