Skip to Main Content

SQL & PL/SQL

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!

Readonly on all objects

JhilNov 14 2019 — edited Dec 16 2019

Dear Experts ,

Suppose I want to set read only privilege on all tables.

For Example (just assume)

User X having various objects like (table , index, package , procedure, partition table , trigger, and functions , etc ..)

Now user y want to access all database objects of schema X.

Just read only privilege.

The problem is total objects counts are 5000+

>> User y needs read only privilege on all objects of Schema y

How do we set read only privilege ( to user y) onĀ  all objects of Schema X ?

DB Version is 12.2

Thanks in advance

This post has been answered by EdStevens on Nov 14 2019
Jump to Answer
Comments
Post Details
Added on Nov 14 2019
14 comments
4,596 views