• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

动态DDL执行与Schema Objects显示授权问题

发布: 2009-10-16 10:32 | 作者: 不详 | 来源: 领测软件测试网采编 | 查看: 12次 | 进入软件测试论坛讨论

领测软件测试网

动态DDL执行与Schema Objects显示授权问题  软件测试工具

关键字:DDL Schema Objects 显示授权

  这是一个大家常见的问题,也是很容易忽略的问题,尤其是在Procedure里面动态执行DDL语句的时候发生. 我们必须使用显示授权方式来保证DDL的执行权限, 而不能通过role的传递方式,下面是一个简单的测试过程来验证这一点.

 

  参考说明:

 

  If the referenced item is indeed declared and you believe that you have privileges to refer to that item, check the privileges; if the privileges were granted only via a role, then this is expected and documented behavior. Stored objects (packages, procedures, functions, triggers, views) run in the security domain of the object owner with no roles enabled except PUBLIC. Again, you will be notified only that the item was not declared

 

  Test steps:

  SQL> create user chris identified by pass;

  User created.

  SQL> grant dba to chris;

  Grant succeeded.

  SQL> connect chris/pass;

  Connected.

  SQL> create table test1 (name varchar2(10));

  Table created.

  --Success here.

  SQL> drop table test1;

  Table dropped.

  SQL> create or replace procedure chris_cr_tbl

  2 IS

  3 begin

  4 execute immediate 'create table test1 (name varchar2(10))';

  5 end;

  6 /

  Procedure created.

  SQL> exec chris_cr_tbl;

  BEGIN chris_cr_tbl; END;

  

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: DDL Objects SCHEMA 动态 授权 Schema

21/212>

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网