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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -