Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Read Only access to database

user8406May 24 2010 — edited Jun 18 2010
Hi All,

I am unable to give read only access to newly created user in the Oracle database. I granting read only permission to the user, but problem is that this user is able to delete the data from any table or schema.

We need to give only 'Read Only' access to user which will do sql query to any table,schema etc.


I have followed following steps.

1. Created user

2. Granted following privilege

CREATE SESSION

SELECT_ANY_TABLE;

SELECT_ANY_DICTIONARY

Please guide on the same.
This post has been answered by EdStevens on Jun 18 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2010
Added on May 24 2010
21 comments
11,512 views