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

Thread: Remote DB Accessing

  1. #1
    Join Date
    Feb 2004
    Location
    Chennai, India
    Posts
    7

    Remote DB Accessing

    Hi

    I am creating a DB Link which will connect to the remote db but now my requirement is the user must be able to access only limited tables in the remote db that is the link which I created using a userid is having 10 tables in the remote db means out of that the local user must be able to access 5 tables only.

    How to achieve this any idea plz.

    regds

    krishna

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    grants ?

  3. #3
    Join Date
    Mar 2002
    Location
    Manchester, England
    Posts
    202
    what about you create a new user with the permissions you need and a dblink using that user???

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Create an unauthenticated db link, create users on both dbs, and assign permissions.
    Jeff Hunter

  5. #5
    Join Date
    Nov 2001
    Location
    Planet Earth
    Posts
    116
    Originally posted by mrchrispy
    what about you create a new user with the permissions you need and a dblink using that user???
    Yea.. i think this is the best approach
    The man called Zorro

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