Toad for SQL Server – Oracle
Hello there,
I’ve been using Toad on 8.1.7 Oracle database. At first everything works fine until the TOAD Script error prompt to my screen. Here is the error message:
ORA-29532: Java call terminated by uncaught Java exception:
java.security.AccessControlException: the Permission
(java.io.FilePermission <<ALL FILES>>’,’execute’) has not been granted to
HR. The PL/SQL to grant this is dbms_java.grant_permission(‘HR’,
‘SYS: java.io.FilePermission’.’ <<ALL FILES>>’,’execute’)
ORA-06512: at “HR.HOST_COMMAND”, line 2
ORA-06512: at line 2
I was trying to load and execute TOADPREP.SQL. What I did was I connected as System or a DBA. Then, I Go to File and Open the File. After that, I opened the TOAD in TEMPS folder then Double-clicked the TOADPREP.SQL. The TOADPREP.SQL eventually loads into my SQL Editor. After that, this error dialog box appeared on my screen. I hope someone can help me fix this problem. Any help would be greatly appreciated.
Thanks.