Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Login Triggers
Actually, Application Context Variables are session variables and are very
handy for supporting FGAC - even without FGAC. Views, for example, can
contain references to Application Context Variables.
FGAC = Fine-Grained Access Control, a.k.a. Row Level Security and/or Virtual Private Database.
Jack C. Applewhite - Database Administrator
Austin (Texas) Independent School District
512.414.9715 (wk)
512.935.5929 (pager)
May have come a long way, but we got a long way to go.
Mladen Gogala <mladen_at_wangtrading.com>
Sent by: oracle-l-bounce_at_freelists.org
03/12/2004 01:23 PM
Please respond to oracle-l
To: oracle-l_at_freelists.org cc: Subject: 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 - 14:03:39 CST
![]() |
![]() |