Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Operating System Calls from APEX with Java and PL/SQL

Stefan RoessJun 25 2007 — edited Jul 3 2007
Question about operating system calls from apex.

I created a java file which is wrapped with pl/sql like

create or replace java source named "ExternalCall" as
import java.io.*;
...
...

I do the steps from this web page http://www.oracle.com/global/de/community/tipps/oscalls/index.html
The page is in german, but for experienced users the code on this page says everything.

In apex i have an application which calls this function with the "move" command in a sql-report region.
Let's say move c:\work1\file.txt c:\work2\file.txt
Everything works fine on one host(pc) but if i want to transfer the file from my host to another one then
i get the messgage "no access" although i have read, write access on the other host.
By the way, on both hosts i have admin rights.

Why can't i transfer the file over a network ?

Thanks in advance for any kind of help.

Regards
Stefan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2007
Added on Jun 25 2007
2 comments
2,246 views