In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Http://www.itpub.net/thread-1499223-2-1.html
13th floor
Any user with CREATE PROCEDURE privileges logs in and executes the following statement:
CREATE OR REPLACE PACKAGE plch_pkgIS g_stuff VARCHAR2 (10): = 'Stuff'; PROCEDURE show_stuff;END;/ CREATE OR REPLACE PACKAGE BODY plch_pkgIS PROCEDURE show_stuff IS BEGIN DBMS_OUTPUT.put_line (g_stuff); END;END;/ BEGIN plch_pkg.show_stuff;END;/ CREATE OR REPLACE PACKAGE plch_pkgIS g_new_stuff VARCHAR2 (10): =' NewStuff';END;/ BEGIN DBMS_OUTPUT.put_line (plch_pkg.g_new_stuff) END;/
Which of the following options correctly reflects what is displayed on my screen after executing the above two anonymous blocks?
(A)
Stuff
NewStuff
(B)
First "Stuff" is displayed on the screen. Then I will see this error:
ORA-04063: package body "HR.PLCH_PKG" has errors
ORA-06508: PL/SQL: could not find program unit being called: "HR.PLCH_PKG"
(C)
Stuff
Answer B
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.