Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Login Triggers

Re: Login Triggers

From: <JApplewhite_at_austin.isd.tenet.edu>
Date: Fri, 12 Mar 2004 14:06:34 -0600
Message-ID: <OFA901E671.FE1E3CFD-ON86256E55.006E18A7@austin.isd.tenet.edu>


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.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
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

Original text of this message

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