User 9fd1a0a044
02-02-2009 11:12:51
Respected Ma'am,
call dbms_java.grant_permission( 'JCHEM', 'SYS:java.net.SocketPermission', '127.0.0.1', 'connect,resolve' )
I am recieveing the " listening on network interface 0.0.0.0/0.0.0.0 at port 1099 " line as i give the command server.bat start in commnad prompt in my windows. ihave already given the command
call dbms_java.grant_permission( 'JCHEM', 'SYS:java.net.SocketPermission', '127.0.0.1:1099', 'connect,resolve' )
in oracle sqlplus command prompt. this is the status for last 5 hours. please elt me know what is the problem and how should i resolve it. Eagerly waiting for your reply.
call dbms_java.grant_permission( 'JCHEM', 'SYS:java.net.SocketPermission', '127.0.0.1', 'connect,resolve' )
I am recieveing the " listening on network interface 0.0.0.0/0.0.0.0 at port 1099 " line as i give the command server.bat start in commnad prompt in my windows. ihave already given the command
call dbms_java.grant_permission( 'JCHEM', 'SYS:java.net.SocketPermission', '127.0.0.1:1099', 'connect,resolve' )
in oracle sqlplus command prompt. this is the status for last 5 hours. please elt me know what is the problem and how should i resolve it. Eagerly waiting for your reply.