Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Urgent: Trigger problem...
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
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: =?iso-8859-1?q?Joshua=20Becker?= INET: jbecker_sweden_at_yahoo.se 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: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed Dec 18 2002 - 22:33:46 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |