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: Java stored procedures questions

Re: Java stored procedures questions

From: Emmanuel BOURG <smanux_at_dream.club-internet.fr>
Date: Wed, 25 Aug 1999 14:09:14 +0200
Message-ID: <37C3DCEA.B19DE7EC@dream.club-internet.fr>


> 2) Will Oracle "do the right thing" with the stored procedure above? In
> other words, is there persistency, do static variables keep their values
> across procedure invocations? Or does Oracle reload classes on every call
> to stored procedures?

Static variable are persistent. A nice feature :)

Emmanuel Received on Wed Aug 25 1999 - 07:09:14 CDT

Original text of this message

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