ExaminethefollowingPL/SQLblock:DECLAREmy_planspls_integer;BEGINmy_plans:=DBMS_SPM.LOAD_PLANS_FROM_CURSOR_CACHE(sql_id=>?9twu5t2dn5xd?;END;WhichstatementistrueabouttheplanbeingloadedintotheSQLplanbaselinebytheabovecommand?()
A.ItisloadedwiththeFIXEDstatus.
B.ItisloadedwiththeACCEPTEDstatus.
C.ItisnotloadedwiththeENABLEDstatus.
D.ItisnotloadedwiththeACCEPTEDstatus.
第1题:
YouobservethatinyourPRODdatabase,customerinformationisbeingmodifiedbysomeunauthorizedusers.YouwanttokeeptrackofallofthetransactionshappeningonthetableusingPL/SQL.WhichtypeofPL/SQLsubprogramorconstructwouldyouusetoaccomplishthistask?()
A.functions
B.packages
C.procedures
D.databasetriggers
E.anonymousPL/SQLblock