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

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

Re: Urgent: Trigger problem...

From: Adriano Freire <adriano.f_at_uol.com.br>
Date: Thu, 19 Dec 2002 06:34:23 -0800
Message-ID: <F001.0051E179.20021219063423@fatcity.com>


Joshua,

do you have permission to execute /usr/local/ActiveTcl/bin/tclsh on S.O?

Adriano

> 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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Adriano Freire
  INET: adriano.f_at_uol.com.br

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 Thu Dec 19 2002 - 08:34:23 CST

Original text of this message

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