Skip to content

Scripts

Generate grants statements

select ‘grant select,insert,delete,update on ‘ || owner || ‘.’ || table_name || ‘ to app_role;’ from dba_tables where owner=’XYZ’ ;

Generate synonyms

select ‘create or replace public synonym ‘ || table_name || ‘ for ‘ || owner || ‘.’ || table_name || ‘ ;’ from dba_tables where owner=’XYZ’ ;

 

No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: