Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Urgent: Trigger problem...

Urgent: Trigger problem...

From: Joshua Becker <jbecker_sweden_at_yahoo.se>
Date: Wed, 18 Dec 2002 20:33:46 -0800
Message-ID: <F001.0051DCB1.20021218203346@fatcity.com>


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: 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-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).
Received on Wed Dec 18 2002 - 22:33:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US