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

Thread: Assigned ROLE not working ?

  1. #1
    Join Date
    Jul 2001
    Location
    Montreal
    Posts
    222

    Question Assigned ROLE not working ?

    Hi. I created a ROLE with "create session" priviledges only. I assigned this role to a new user. This user has no other priviledges.
    Could you please advise why this user is able to update the database?

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    What privileges does the public role have?

  3. #3
    Join Date
    Jul 2001
    Location
    Montreal
    Posts
    222
    Hi. In Enterprise manager, I do not see a "PUBLIC" role. Is there a query that I need to run? Please advise. Thanks,

  4. #4
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    log in as the new user and try these two queries.

    Code:
    select * from SESSION_ROLES;
    select * from SESSION_PRIVS;

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