Granting Read-Only access to an existing Oracle Schema
Posted
by
Andrew
on Server Fault
See other posts from Server Fault
or by Andrew
Published on 2009-07-31T15:04:10Z
Indexed on
2011/01/17
11:55 UTC
Read the original article
Hit count: 207
Hi, we've got an Oracle 11g Schema that our application uses to select, insert and update, but we've had a request from one of our customers to provide read-only access to the same base tables and views owned by the application.
Other than synonym'ing all of the application owned tables into a new account (or making the synonyms public), how would I go about doing this?
Any help or pointers to the approach or Oracle feature I should be looking at would be most appreciated, thank you!
© Server Fault or respective owner