ORA-1031 on view
Greetings. I have a view that I have granted select privs on to several users. View has been fine for years. We added a column to the view and now users get ORA-1031 accessing the view. I explicitly granted select on the view where the column originates. I can run the select statement for the view, and get all the data - but accessing the view still gets ORA-1031. How to troubleshoot this issue? Thanks
0