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
  •  | 
  •  

سؤال

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

هل كانت مفيدة؟

المحلول

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)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top