DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Roles & Privileges

  1. #1
    Join Date
    Jul 2007
    Location
    India
    Posts
    21

    Roles & Privileges

    Hi..,
    I've created a user that Test

    Provided the following:
    Grant connect,resource to test;

    RESOURCE Role is a set of the following privileges:
    Note :I've checked it using the query "select * from dba_sys_privs where grantee='RESOURCE'"

    CREATE TRIGGER
    CREATE SEQUENCE
    CREATE TYPE
    CREATE PROCEDURE
    CREATE CLUSTER
    CREATE OPERATOR
    CREATE INDEXTYPE
    CREATE TABLE

    Without ALTER TABLE Privilege how can I able to Altering my table which is exists in test User..?
    Can u pl. explain..?

    Thanks in Advance,
    Giri K.Y.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    there is no alter table privlege

  3. #3
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    u have create table privilege right.. that will do..
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width