Re: create user having readonly access to only apps schema
Administrator
5731 posts
you will create a user and then give select grants to the tables of apps schema one by one. (dont give select any table)
Use dynamic sql to build the grant statements.