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.
Want to join our community?
Please log in or signup in order to use this feature
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.