Evaluatethefollowingblockofcode:BEGINDBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl=>’mycompany-

题目

Evaluatethefollowingblockofcode:BEGINDBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl=>’mycompany-com-permissions.xml’,principal=>’ACCT_MGR’,is_grant=>TRUE,privilege=>’connect’);DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl=>’mycompany-com-permissions.xml’,host=>’*.mycompany.com’);END;Whatistheoutcomeoftheabovecode?()

A.Itproducesanerrorbecauseafullyqualifiedhostnameneedstobespecified.

B.Itproducesanerrorbecausetherangeofportsassociatedwiththehostshasnotbeenspecified.

C.Itcreatesanaccesscontrollist(ACL)withtheuserACCT_MGRwhogetstheCONNECTand RESOLVEprivileges.

D.Itcreatesanaccesscontrollist(ACL)withtheuserACCT_MGRwhogetstheCONNECT privilegebutnottheRESOLVEprivilege.

更多“Evaluatethefollowingblockofcode:BEGINDBMS_NETWORK_ACL_ADMIN.CREATE_ACL(acl=>’mycompany- ”相关问题