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: PLSQL SESSION VARIABLES?

Re: PLSQL SESSION VARIABLES?

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Thu, 04 Mar 2004 00:17:11 +0100
Message-ID: <fqpc40dssucg1o2tbkef17fld1pv69bbri@4ax.com>


On 3 Mar 2004 14:51:09 -0800, antoniomele75_at_hotmail.com (Antonio) wrote:

>Is it possible to use session variables in plsql, as used in Microsoft
>asp applications:
>
>session("myvar") = 10
>
>in order to manage session security?
>
>
>Thanks a lot
>
>Antonio

You can set up global variables by declaring them in a package specification.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Mar 03 2004 - 17:17:11 CST

Original text of this message

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