Question: Create a package called hellofrom that contains three public procedures named proc_1, proc_2 and proc_3. Each of these procedures should use DBMS_OUTPUT.PUT_LINE() to display the
Create a package called hellofrom that contains three public procedures named proc_1, proc_2 and proc_3. Each of these procedures should use DBMS_OUTPUT.PUT_LINE() to display the message Hello from Proc x where x is 1 or 2 or 3 as appropriate. Also, proc_1 should call proc_2 and proc_2 should call proc_3, so you need to include a reference to proc_2 from proc_1, and a reference to proc_3 from proc_2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
