当前位置:1Z0-052题库

问题:

[单选]

The HR user creates a stand-alone procedure as follows and grants the EXECUTE privilege on the procedureto many database users:
CREATE OR REPLACE PROCEDURE create_dept ( v_deptno NUMBER, v_dname VARCHAR2, v_mgrNUMBER, v_loc NUMBER)BEGIN
INSERT INTO hr.departments VALUES (v_deptno, v_dname, v_mgr, v_loc); END;
The users having permission to execute the procedure are able to insert records into the DEPARTMENTS tableeven though they do not have the INSERT privilege on the table. You want only those users who haveprivileges on the DEPARTMENTS table to be able to execute the procedure successfully. 
What would yousuggest to the PL/SQL developers to achieve this()

A . Create the procedure with definer’s right.
B . Create the procedure with invoker’s right.
C . Grant the EXECUTE privilege with GRANT OPTION on the procedure to selected users.
D . Create the procedure as part of a PL/SQL package and grant the EXECUTE privilege on the package toselected user

一患者精神紧张、烦躁不安、面色苍白、尿量减少、脉压小。此时治疗上应首先给() 血管收缩药。 血管扩张药。 全血。 强利尿剂。 平衡盐溶液。 简述寿险核保因素。 生产的布局的主要内容是()。 平面设计。 立体设计。 系统设计。 生产环境设计。 安全设计。 属于艺术插花造型要素为()。 固定方法。 比例尺度。 造型顺序。 华彩特性。 花材寓意。 基础六法。 《反洗钱法》对违反反洗钱义务的行为采取怎样的处罚原则?() “双罚制”原则。 “单罚制”原则。 三罚制”原则。 处罚从重”原则。

The HR user creates a stand-alone procedure as follows and grants the EXECUTE privilege on the procedureto many database users:
CREATE OR REPLACE PROCEDURE create_dept ( v_deptno NUMBER, v_dname VARCHAR2, v_mgrNUMBER, v_loc NUMBER)BEGIN
INSERT INTO hr.departments VALUES (v_deptno, v_dname, v_mgr, v_loc); END;
The users having permission to execute the procedure are able to insert records into the DEPARTMENTS tableeven though they do not have the INSERT privilege on the table. You want only those users who haveprivileges on the DEPARTMENTS table to be able to execute the procedure successfully. 
What would yousuggest to the PL/SQL developers to achieve this()

参考答案:

  参考解析

本题暂无解析

在线 客服