How to grant SELECT ON not yet existing objects
I have been asked to grant read only access on applicative user (user1) to batch user (user2).
Schema of user1 consist of two types of tables - static tables (names of these tables don't change) and "temporary" tables are created and droped as part of Bussiness Proccess on daily basis.
For example every day I will have bunch of tables like TAB_reference_number and batach process (user2) will have to access to these tables.
I can grant explicitly select on static user1 tables but obviously I cannot do it for not yet existing tables.
I cannot (as far as know) use proxy user since it grants RW to the user1 schema.