ORA-01720: grant option does not exist for 'string.string'
What triggered the Error:
A grant was being performed on a view and the grant option was not present for an underlying object.What should we do to fix it:
Obtain the grant option on all underlying objects of the view.