Create a user which has update/execute rigths on another schema
Hi,
How do I do it? I know how to grant update on tables.
Select 'GRANT update ON userA.'|| table_name ||' to userB;' from dba_tables where owner = 'userA';
There are no easy package to run so I just grant update/execute on another schema?
Regards
S