DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Accessing Table of other owner

  1. #11
    Join Date
    Jun 2005
    Location
    Brazil / MG
    Posts
    6

    Thumbs up

    Thanks,
    the solution post by davey23uk (Alter Session command) resolve my problem.
    With this solution, the USER2 can do only SELECT on TB_TEST1 without the owner.

    Very Good solution.
    Congratulation.
    Thiago Campos Pereira

  2. #12
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    wasnt my solution, but glad you got it working

  3. #13
    Join Date
    Nov 2003
    Posts
    89
    I hope this should help.

    1) Create a role and grant select on table to role.
    2) Grant role to each user.
    3) Create public synonyms.

    This way from next time when you create tables there will be less effort to give access on tables to users.

    You dont need to give 100 commands for 100 users. use vi editor and make the changes and run the script in database.
    it just takes 5-10 min to do this.

    Thanks

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