GRANT CREATE FUNCTION
874082Jun 27 2012 — edited Jun 27 2012I am a total Oracle newbie. I tried to do the following:
GRANT CREATE FUNCTION TO USERNAME;
And I got this error msg:
"missing or invalid privilege"
highlighted at the create.
What am I doing wrong?