Could someone help me with this. I have a trigger in one table and the trigger should do one unix -command (tclsh).
However I am facing following problem... OS return value: the Permission (java.io.FilePermission /usr/local/ActiveTcl/bin/tclsh execute) has not been granted to TEST. The PL/SQL to grant this is dbms_java.grant_permission( 'TEST', 'SYS:java.io.FilePermission', '/usr/local/ActiveTcl/bin/tclsh', 'execute' ) I ran the dbms_java.grant_permission pl/sql and it went through succesfully, however I am facing same problem... Any ideas, I am using 9iRel2... Thanx, Joshua _____________________________________________________ Gratis e-mail resten av livet p� www.yahoo.se/mail Busenkelt! -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: =?iso-8859-1?q?Joshua=20Becker?= INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
