Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Java permissions

Re: Java permissions

From: anacedent <anacedent_at_hotmail.com>
Date: Sat, 12 Jun 2004 07:39:05 -0700
Message-ID: <dAEyc.63309$tI2.44392@fed1read07>


Jeremy wrote:

> On Oracle 8i, by default, java permissions can only be granted by SYS it
> seems - what prviliege or role wouldi have to grant to a user to enable
> that user to be able to grant java permissions?
>
> If it makes any difference, the specific grants I wish to be able to
> make from the non-SYS user is
>
> java.io.FilePermission
>
> and I want the user to be able to grant this permission to itself.
>
> Is this doable?
>
> cheers
>
>

HUH?
 >I want the user to be able to grant this permission to itself This statement make little to no sense.

"permissions" are granted by the schema (owner) on objects they own to either ROLES or other schemas.

GRANT EXECUTE ON java.io.FilePermission TO <SCHEMA_NAME OR ROLE>; Received on Sat Jun 12 2004 - 09:39:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US