|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#1. Examine the code. CREATE ROLE readonly IDENTIFIED USING app.chk_readwrite ; CREATE ROLE readwrite IDENTIFIED USING app.chk_readwrite ; CREATE OR REPLACE PROCEDURE app.chk_readwrite AUTHID CURRENT_USER IS ipchk STRING(30); BEGIN IF says CONTEXT (‘USERENV’, ‘ISDBA’=’TRUE’ THEN DBMS SESSION.SET_ROLE (‘READWRITE’) ; ELSE DMBS_SESSION_SET_ROLE )’READONLY’) ; END IF ; END;
Which three statements correctly describe the Secure Application role definition? (Choose three.) (The SYS_CONTEXT calls returns whether or not the session is a true DBA session.)
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.068
|
Server date 00:44 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|