`
joshua_peng
  • 浏览: 3705 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

Is there a way to grant SELECT permissions on a view or stored procedure without

 
阅读更多

GRANT SELECT on viewname TO username

This is working fine only when my view is retrieving the data from a single table. If my view retieves data from different tables , i.e., for suppose

create view view_name

as

select t1.col1, t2.col2,t3.col3 from t1

inner join t2 on ...

inner join t3 on ...

 

then  "GRANT SELECT on viewname TO username" is not working.

How can i get out of this problem?

分享到:
评论

相关推荐

    Oracle备份还原.doc

    GRANT SELECT ON "SYS"."V_$VERSION" TO "MAPGISDBA" WITH GRANT OPTION; GRANT SELECT ON "SYS"."ALL_TABLES" TO "MAPGISDBA" WITH GRANT OPTION; GRANT SELECT ON "SYS"."V_$SESSION" TO "MAPGISDBA" WITH ...

    微软内部资料-SQL性能优化2

    A stack is an area of memory in which program procedure or function call addresses and parameters are temporarily stored. In Process To run in the same address space. In-process servers are loaded ...

    浅谈MySQL中授权(grant)和撤销授权(revoke)用法详解

    grant select on testdb.* to common_user@'%' grant insert on testdb.* to common_user@'%' grant update on testdb.* to common_user@'%' grant delete on testdb.* to common_user@'%' 或者,用一条 MySQL 命令...

    Recover4all Professional

    means every individual who is not registered by Licensor but who is allowed to use the Registered Software in accordance with the terms and conditions set forth in this license agreement on a computer...

    MySQL的Grant命令详解

    代码如下:grant select on testdb.* to common_user@’%’grant insert on testdb.* to common_user@’%’grant update on testdb.* to common_user@’%’grant delete on testdb.* to common_user@’%’ ...

    IBExpert 2009.03.25

    •Extract Metadata to create a copy of your database, with or without data content. •Integrated Communications Diagnostic. •Export of results in several formats; direct CSV file and ODBC data ...

    MySQL的Grant命令

    MySQL的Grant命令 非常详细,一看就会明白的!

    BlueToolInstall

    WITHOUT LIMITATION OF THE ABOVE, BROADCOM GRANTS NO WARRANTY THAT THE SOFTWARE IS ERROR-FREE OR WILL OPERATE WITHOUT INTERRUPTION, AND GRANTS NO WARRANTY REGARDING ITS USE OR THE RESULTS THEREFROM ...

    drupal 6.12

    To grant write permissions for a directory named uploads, you may need to use the following command from a shell or system prompt (while in the installation directory): chmod o+w uploads * ...

    Android代码-安卓6.0权限管理

    Grant Simplifying Android Permissions Gradle usage compile 'com.anthonycr.grant:permissions:1.0' Available from jcenter What can this library do? It can request all your declared permissions in a ...

    polycom宝利通视频会议软件3.9 2018

    “SOFTWARE PRODUCT” means computer software, including any software updates or upgrades thereto, and associated media, printed materials, and "online" or electronic documentation identified on an ...

    Android代码-Grant

    Grant Simplifying Android Permissions Branch Build Status master Latest Version Gradle usage compile 'com.anthonycr.grant:permissions:1.0' Available from jcenter What can this ...

    ocp题库 047

    ocp 题库 1Z0-047题库.pdf,想考过ocp的同志们,参考一下

    Struts2上传所需jar包

    or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written ...

    netWindows_0.3.0_pre2

    README.txt,v 1.5 2003/02/22 06:21:57 russcoon Exp $_______________________________________________________________________________0.3.0 pre2OVERVIEW: netWindows 0.3 pre2 is fairly close to a release ...

    struts1.3.9.zip

    or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written ...

    grant_Grant_windowsshell_

    CMD Script to grant Everyone acces to a folder or more.

    Firebird Maestro 17.1 带破解

    You can either grant/revoke permissions for a concrete database object such as table or function, or operate with grantees' privileges in their editors. Firebird server maintenance Firebird server ...

    mysql 赋给用户权限 grant all privileges on.docx

    mysql 赋给用户权限 grant all privileges on.docx

Global site tag (gtag.js) - Google Analytics