Re: db_ddladmin database role and dbo security

From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 12/02/02


From: Sue Hoegemeier <Sue_H@nomail.please>
Date: Mon, 02 Dec 2002 07:19:28 -0700


It depends on what you need for security in the development
environment. db_securityadmin would allow the developer to
grant permissions or the developer could be granted
db_owner. Or if you or the DBA can execute the create
procedure statement and grant the developer execute rights.

-Sue

On Tue, 19 Nov 2002 08:35:56 -0800, "juanita"
<jdrobish@lafayettegov.com> wrote:

>HI. I have a developer that I gave db_ddladmin role so he
>can create objects by specifying DBO as the owner. But
>after he was able to create the object he could not
>execute the stored proc because he didn't have permission
>to execute it. I understand that if he would have created
>the object with himself as the owner, permission is
>automatically granted, but I would have thought that since
>he can specify DBO,permission would work the same. Would I
>just have to give him the db_securityadmin so he can grant
>his ownself security or is there a better way to
>accomplish this. This is all done in a development
>envirnonment.



Relevant Pages

  • Re: want to see code of stored procedure but without permission to execute it
    ... is it possible in Oracle9i/10g to grant a user permission to see the ... code of someone else's procedure but without the permission to execute ... But FLX0_RO may not be able to execute ... to whoever you want to allow to see package body source (also ...
    (comp.databases.oracle.server)
  • Re: Access to execute Store procedures
    ... have to grant SELECT/UPDATE/INSERT/DELETE permission on underlaying table ... Ok, so create a new role, add to the role users that you want to execute ... you can write script to grant an execute permission for all stored ... and i also need to give them full access to execute Store Procedures. ...
    (microsoft.public.sqlserver.security)
  • Re: creating logins in stored procedure (yukon)
    ... > User does not have permission to perform this action. ... > With EXECUTE AS it should have worked. ... beginning, make any other changes you need, and grant execute permissions to ... >> well I'll grant securityadmin fixed role to the users... ...
    (microsoft.public.sqlserver.security)
  • Re: want to see code of stored procedure but without permission to execute it
    ... is it possible in Oracle9i/10g to grant a user permission to see the ... code of someone else's procedure but without the permission to execute ... But FLX0_RO may not be able to execute ...
    (comp.databases.oracle.server)
  • RE: Object names with dbol
    ... See the developer creates the procedure under his own id ... ... SO when he prefixes dbo with the procedure name, ... "execute permission denied". ... permissions to execute grant". ...
    (microsoft.public.sqlserver.security)