I created with a function in the Oracle bench, however when access it (execute) inside the forms with another user it hangs, I realized that it can be a grant problem.
How do I authorize all the bank users using this function?
Environment information:
* Oracle version: 10g
* Operating system: Linux Red Hat.
Give a Grant a Function for All Bank User
-
- Rank: Analista Pleno
- Posts: 115
- Joined: Sat, 10 Nov 2007 2:54 pm
- Location: rio de janeiro
Att,
Diego Leite
DBA ORACLE
Diego Leite
DBA ORACLE
Grant EXECUTE ON NOME_FUNCTION TO Usuario;
or
Grant EXECUTE ON NOME_FUNCTION TO ROLE;
-
- Rank: Estagiário Pleno
- Posts: 3
- Joined: Wed, 19 Apr 2006 6:57 pm
- Location: DF
You can use this too;
GRANT EXECUTE ON FUNCTION TO PUBLIC
/
CREATE PUBLIC SYNONYM FUNCTION FOR FUNCTION
/
-
- Rank: Estagiário Pleno
- Posts: 3
- Joined: Wed, 19 Apr 2006 6:57 pm
- Location: DF
GRANT EXECUTE ON SCHEMA.NOME_FUNCTION TO PUBLIC
/
CREATE PUBLIC SYNONYM NOME_FUNCTION FOR SCHEMA.NOME_FUNCTION
/
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest