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

Home -> Community -> Usenet -> c.d.o.server -> Re: Create/Delete File from Stored Proc

Re: Create/Delete File from Stored Proc

From: cfranco <member29630_at_dbforums.com>
Date: Thu, 29 May 2003 18:58:43 +0000
Message-ID: <2936886.1054234723@dbforums.com>

I'm having a problem with Java stored procedure... I created methods in Java that acess a file in a remote machine, process it and send to Oracle. When I convert these methods to Java stored procedure, they didn't find these files on remote machine anymore...I got an execption, Java.io.FilePermission. After grant permission in Oracle, I have other exception - The file doesn't exist. Why doesn't it find the files anymore?
I'm using a path like this "\\machine\folder\file".Is that worng? thanks

--
Posted via http://dbforums.com
Received on Thu May 29 2003 - 13:58:43 CDT

Original text of this message

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