1z0-116 question 22 discussion

View all Oracle Database Security Administration Exam here
back to oracle forum

Question 22

You develop an HR application that must allow multiple sessions to share application attributes.
Which statement is executed while implementing the requirement?

  • A. CREATE CONTEXT global_hr USING hr_pkg;
  • B. CREATE CONTEXT global_hr USING hr_pkg ACCESSED GLOBALLY;
  • C. CREATE CONTEXT global_hr USING hr_pkg INITIALIZED GLOBALLY;
  • D. CREATE CONTEXT global_hr USING hr_pkg INITIALIZED EXTERNALLY;
Answer:

A


User Votes:
A
50%
B 1 votes
50%
C 1 votes
50%
D
50%
Discussions
0 / 1000
econdeal
9 months, 2 weeks ago

rpta b .
ACCESSED GLOBALLY
This clause indicates that any application context set in namespace is accessible throughout the entire instance. This setting lets multiple sessions share application attributes.