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 -> pl/sql cartridge and global varibales

pl/sql cartridge and global varibales

From: AleX <ashteren_at_netwiz.net>
Date: Wed, 30 Jun 1999 09:55:05 -0700
Message-ID: <377A4BE9.22937020@netwiz.net>


OK, this is really a follow-up to my previous posting...

So I read that pl/sql catridges behaves as expected and treats all requests as individual
sessions. This means that if I use one package to run multiple procedures, I cannot really
user global variables in them, since the package will be discarded/re-created for each request.

Is there a smart way to pass global values between the requests in this case?
Any suggestions are super-welcome!

Thanx,

                             Alex.

Received on Wed Jun 30 1999 - 11:55:05 CDT

Original text of this message

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