Can user can be grant select on the specified database rather than the specified table? [closed]

StackOverflow https://stackoverflow.com/questions/19136672

  •  30-06-2022
  •  | 
  •  

Question

Can User can be grant select on the specified database rather than the specified table in oracle? How to write the query? Thank you.

Was it helpful?

Solution

I guess you are talking about schemas on the same Oracle server. Answer is no, you need to grant access for each table in another schema. (NOTE: There is SELECT ANY but that is not a good path - it is for all schemas. It is not good because of security reasons)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top