Login  Register

create user having readonly access to only apps schema

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

create user having readonly access to only apps schema

Roshan
1294 posts
EBSR12.2.4
Oracle Linux 6.5
Oracle Database 11gR2

Hello,

do you know how I can create user having readonly access to only apps schema?

Thanks,
Regards
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: create user having readonly access to only apps schema

ErmanArslansOracleBlog
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.