Grant privilege to "user b" for object in schema "user a" [message #361817] |
Fri, 28 November 2008 02:58  |
dirkm
Messages: 86 Registered: November 2008 Location: Centurion - South Africa
|
Member |
|
|
I apologise for asking questions I should be able to read up, but my time is extremely limited (high pressure environment).
Question - Can I do something like the following:
I have a procedure usera.proc1
Can I: grant drop procedure usera.proc1 to userb
I try, and get this:
ERROR at line 1:
ORA-00990: missing or invalid privilege
but I am not sure if this is at all possible - am I trying to grant a privilege that is not possible ?
|
|
|
|
|
|
|
|
Re: Grant privilege to "user b" for object in schema "user a" [message #361934 is a reply to message #361817] |
Fri, 28 November 2008 11:08   |
dirkm
Messages: 86 Registered: November 2008 Location: Centurion - South Africa
|
Member |
|
|
I had to learn Oracle very fast, so I am still a little unsure of which information to find in which Oracle document (in the manuals) - for example which one contains all the privilege information. I also saw mention on the web about an Oracle Database Security Guide (when searching for privileges).
Oracle has quite a lot of documents.
Dirk
|
|
|
|
|