When creating a view i need to grant privileges to t hose users I wnat to have access to the view. I use the command
grant all on 'name of view' to 'name of user' I then should be able to query that view correct? Well I can't when I am logged on as that user. What are the steps when granting privileges?
grant all on 'name of view' to 'name of user' I then should be able to query that view correct? Well I can't when I am logged on as that user. What are the steps when granting privileges?