Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_SESSION , 13 of 19


IS_ROLE_ENABLED Function

This function determines if the named role is enabled for this session.

Syntax

DBMS_SESSION.IS_ROLE_ENABLED (
   rolename VARCHAR2) 
  RETURN BOOLEAN;

Parameters

Table 58-11 IS_ROLE_ENABLED Function Parameters
Parameter  Description 
rolename
 

Name of the role. 

Returns

Table 58-12 IS_ROLE_ENABLED Function Returns
Return   Description 
is_role_enabled
 

TRUE or FALSE, depending on whether the role is enabled. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback