Granting select on a view to non-table owners.
Hi, I've got a bit of a problem, and I don't know if I'm going about it the right way - or if there is a better way, I'm open to ideas - at the moment, what I'm attempting is not working.
We have a table in an application schema that we'd like to create a view on. As the table resides as part of a third party application, I'd prefer to not include the view in the application schema.
So I created a new user, granted select on the table concerned to the new user (VIEWUSER) and the view was created successfully - so far, so good.