Problems with grants on a view
I gave select, insert, delete and update grants to an user over a view which is defined as a select over two tables and another view. I have got no problem in doing select clauses directly over the two tables and the view with the user. However, when I try "select * from view_name" I get the following message:
ORA-01031: insufficient privileges
Any tips? I don't know what I am doing wrong since I've checked and given again the grants to the user and still does not work.
Thanks,
A. P.