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;
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit