Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Login Triggers
On 03/12/2004 02:07:25 PM, Maryann Atkinson wrote:
> Yes, but we could upon login issue a query, and store the results
> into some global memory variables, right?
Not necessarily. You can have login trigger store things in the global variables only if you create a package and make sure that the trigger initializes package variables. No such thing as session variable exists in oracle.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Mar 12 2004 - 13:20:30 CST
![]() |
![]() |