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-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.
相关考题:
用醋酸纤雏素薄膜对正常人血清中γ-GT进行同工酶电泳,往往只见A.γ-GT1??和γ-GT2B.γ-GT1??和γ-GT3C.γ-GT2和γ-GT3D.γ-GT2和γ-GT4E.γ-GT3和γ-GT4
Evaluate the following block of code:What is the outcome of the above code?() A. It produces an error because a fully qualified host name needs to be specified.B. It produces an error because the range of ports associated with the hosts has not been specified.C. It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT and RESOLVE privileges.D. It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT privilege but not the RESOLVE privilege.
现有以下结构体说明和变量定义,如图所示,指针p、q、r分别指定一个链表中连续的3个结点。A.q->;next=r->;next;p->;next=r;r——>;next=q;B.Q->;next=r;q->;next=r->;next;r——>;next=q;C.Q->;next=r->;next;r->;next=q;p——>;next=r;D.qnext=q;p->;next=r;q->;next=r->;next;
下面的访问控制列表命令正确的是()。 A.acl1 rule deny source1.1.1.1B.acl1 rule permit anyC.acl1 permit 1.1.1.102.2.2.20.0.0.255D.acl99 rule deny tcp source any destination2.2.2.20.0.0.255
网络管理员正在向一名下级同事解释使用扩展 ACL 筛选数据包时 lt 和 gt 关键字的使用情况。在哪里使用 lt 或 gt 关键字?A.在 IPv6 扩展 ACL 中,其阻止数据包进入特定的目的 VLANB.在 IPv4 命名 ACL 中,其拥有允许用于特定服务器的特定 UDP 协议C.在 IPv6 命名 ACL 中,其允许 FTP 流量从一个特定的 LAN 流向另一个 LAND.在 IPv4 扩展 ACL 中,其允许来自一系列 TCP 端口的数据包发送至特定的网络设备