Hi all,
I've a view on database db1 created to access data contained on a table on database db2. The owner of the view has permission to create it and to access db2. So everything works until I try to access my view with another db1 user with no permission on db2.
This is normal ? Is there any db/server option/parameter I could set to solve this issue or should I grant access to db2 to each db1 users ?
Thanks
Achille
I've a view on database db1 created to access data contained on a table on database db2. The owner of the view has permission to create it and to access db2. So everything works until I try to access my view with another db1 user with no permission on db2.
This is normal ? Is there any db/server option/parameter I could set to solve this issue or should I grant access to db2 to each db1 users ?
Thanks
Achille