Hello gurus

i have write a procedure which check the greate of the tablespaces and goes it to small i get a mail that i must increase this tablespace.
Now we have change the proxy to an other server. and now my procedure throw me this exeption.
I have no idea and the Ora-Error is a very good joke.

FEHLER in Zeile 1:
ORA-29532: Java call terminated by uncaught Java exception:
java.security.AccessControlException: the Permission (java.net.SocketPermission
proxy.xxxxxx.xx resolve) has not been granted by dbms_java.grant_permission to
SchemaProtectionDomain(SYS|PolicyTableProxy(SYS))
ORA-06512: at "SYS.UTL_TCP", line 537
ORA-06512: at "SYS.UTL_TCP", line 199
ORA-06512: at "SYS.UTL_SMTP", line 102
ORA-06512: at "SYS.UTL_SMTP", line 121
ORA-06512: at "XXX:XXXXXXX", line 5

Hey again!!! I come further !!!
The problem is in the line

java.net.SocketPermission proxy.xxxxxx.xx resolve
if i give the ipadresse of the proxy server then i get the following message:
java.net.SocketPermission proxy.xxxxxx.xx connect,resolve
What's now, i don't know. I think it is a connection problem

Have somebody ever so a problem and how fixed this problem.
Has everybody an idea.

Regards
Thomas Shmidt

[Edited by tomate on 03-30-2001 at 05:47 AM]