oracle - Give user access to function in different schema -


i'm having following problem: main schema (db_main) has function f_docrazymaths() number , need give access function user called db_read.

i know can grant access tables , views, how grant access functions?

thank in advance!

with relations (table or view) grant access select, update, etc.

for function or procedure, grant execute rights.

for sequence generator, grant usage

note function either have security of definer or invoker. if invoker, user needs access underlying tables, views, , sequence generators.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -