Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: problem in connecting to databases in oracle
suneel.n..._at_gmail.com wrote:
> is it possible to give grant for diiferent host and port number in one
> grant statement
> because i am not the system adminstrator
'java.net.SocketPermission', 'resolve,connect' on '*' (* means any host:port) may already be granted to javauserpriv role. In that case, you just need to grant this role to the user. Check with your DBA.
Regards
/Rauf
Received on Thu Apr 20 2006 - 12:03:53 CDT