Hi ,

I think even a public/private dblink can be created . provided grants are given on the required objects to both user1 and user2.

also , i would like to confirm following query reg dblinks .

if u are pointing to remote table directly then DML is bit slow . instead , if u make a view in the local database for the remote table and point it to the remote table through view it is faster . is this TRUE ??