Hi All,
I have 2 schemas/users , User_1 and User_2
Under User_1 i have many views created.
I wishh User_2 to have select access on all views of User_1 but in a fashion that if in FUTURE any view is created, User_2 automatically get access to it.
It should be like .. GRANT SELECT ON ALL VIEWS OF USER_1 to USER_2.
please let me know if it is possible and how?